Home
last modified time | relevance | path

Searched refs:findall (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/documentation/tools/
H A Dupdate-documentation-conf54 for glossary in root.findall('glossary'):
55 for glossdiv in glossary.findall('glossdiv'):
56 for glossentry in glossdiv.findall('glossentry'):
64 flags = flag_re.findall(infolinesplit[0])
/OK3568_Linux_fs/u-boot/scripts/
H A Ddocproc.c59 FILEONLY *findall; variable
487 if (findall) in parse_file()
488 findall(line+2); in parse_file()
539 findall = find_all_symbols; in main()
550 findall = NULL; in main()
570 findall = adddep; in main()
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dcpedb.py120 for cpe in all_cpedb.findall(".//{http://cpe.mitre.org/dictionary/2.0}cpe-item"):
122 … for title in cpe.findall('.//{http://cpe.mitre.org/dictionary/2.0}title[@xml:lang="en-US"]', ns):
131 for ref in cpe_ref.findall(".//{http://cpe.mitre.org/dictionary/2.0}reference"):
H A Dgen-bootlin-toolchains404 fnames = sorted(re.findall(r'<td><a href="(\w[^"]+)"', page))
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/perf/perf/
H A Dsort-pmuevents.py47 for struct in re.findall( struct_block_regex, data ):
53 for entry in re.findall( field_regex, struct[3] ):
/OK3568_Linux_fs/kernel/scripts/
H A Dcheckkconfigsymbols.py247 if re.findall(r"[URMADC]{1}", line[:2]):
397 symbols = REGEX_SOURCE_SYMBOL.findall(line)
408 return REGEX_SYMBOL.findall(line)
449 symbol_def = REGEX_KCONFIG_DEF.findall(line)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dbbtests.py242 tasks = re.findall(r'task\s+(do_\S+):', ret.output)
255 tasks = re.findall(r'task\s+(do_\S+):', ret.output)
263 tasks = re.findall(r'task\s+(do_\S+):', ret.output)
272 tasks = re.findall(r'task\s+(do_\S+):', ret.output)
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/
H A Dgen_table_fourcc.py51 fm_re[k] = re.findall(v, data, flags=re.M)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dprogress.py122 percs = self._regex.findall(filter_color(string))
137 nums = self._regex.findall(filter_color(string))
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py194 res = dep_re.findall(res.group(2))
201 res = dep_re.findall(res.group(2))
486 res = dep_re.findall(res.group(1))
493 res = dep_re.findall(res.group(1))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/scripts/
H A Drsp_to_gcm_test.py12 a = re.findall('..', val)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Ds3.py47 …percs = re.findall(r'^Completed (\d+.{0,1}\d*) (\w+)\/(\d+.{0,1}\d*) (\w+) (\(.+\)) with\s+', line)
H A Dgit.py98 percs = re.findall(r'(\d+)%', string)
101 rates = re.findall(r'([\d.]+ [a-zA-Z]*/s+)', string)
109 percs = re.findall(r': (\d+)', string)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dtypes.py52 def findall(self, string, flags=0): member in NoMatch
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dsystemd.py165 check_match = ''.join(re.findall('.*'.join(expr_items), line))
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-partition.py68 for src_entry in re.findall(r'[\w;\-\./\*]+', boot_files):
H A Dbootimg-efi.py236 for src_entry in re.findall(r'[\w;\-\./\*]+', boot_files):
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dbbvars.py43 documented_vars += var_prog.findall(f.read())
/OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/ssd_mobilenet_v1/
H A Dtest.py46 aList = re.findall('([-+]?\d+(\.\d*)?|\.\d+)([eE][-+]?\d+)?', s)
/OK3568_Linux_fs/yocto/poky/scripts/
H A Drunqemu1007 all_instances = re.findall(pattern, ps, re.M)
1078 ports = re.findall('hostfwd=[^-]*:([0-9]+)-[^,-]*', qb_slirp_opt)
1108 hostfwd = re.findall('(hostfwd=[^,]*)', qb_slirp_opt)
1143 possibles = re.findall('^[0-9]+: +(tap[0-9]+): <.*', ip_link, re.M)
1432 serial_num = len(re.findall("-serial", self.qemu_opt))
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/hybrid_quant/
H A Dssd_post_process.py40 aList = re.findall('([-+]?\d+(\.\d*)?|\.\d+)([eE][-+]?\d+)?', s)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dmeson.bbclass169 for (prop, value) in warn_re.findall(log):
/OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/
H A D__init__.py248 for layer, path, pri in re.findall(r'^(\S+) +([^\n]*?) +(\d+)$', output, re.MULTILINE):
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dgen_gl_wrappers.py136 params = cmd.elem.findall('param')
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuildimport.py120 varrefs = re.findall('\${([^}]*)}', value)

12