| /OK3568_Linux_fs/yocto/poky/documentation/tools/ |
| H A D | update-documentation-conf | 54 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 D | docproc.c | 59 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 D | cpedb.py | 120 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 D | gen-bootlin-toolchains | 404 fnames = sorted(re.findall(r'<td><a href="(\w[^"]+)"', page))
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/perf/perf/ |
| H A D | sort-pmuevents.py | 47 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 D | checkkconfigsymbols.py | 247 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 D | bbtests.py | 242 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 D | gen_table_fourcc.py | 51 fm_re[k] = re.findall(v, data, flags=re.M)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | progress.py | 122 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 D | create_buildsys.py | 194 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 D | rsp_to_gcm_test.py | 12 a = re.findall('..', val)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | s3.py | 47 …percs = re.findall(r'^Completed (\d+.{0,1}\d*) (\w+)\/(\d+.{0,1}\d*) (\w+) (\(.+\)) with\s+', line)
|
| H A D | git.py | 98 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 D | types.py | 52 def findall(self, string, flags=0): member in NoMatch
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | systemd.py | 165 check_match = ''.join(re.findall('.*'.join(expr_items), line))
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/ |
| H A D | bootimg-partition.py | 68 for src_entry in re.findall(r'[\w;\-\./\*]+', boot_files):
|
| H A D | bootimg-efi.py | 236 for src_entry in re.findall(r'[\w;\-\./\*]+', boot_files):
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | bbvars.py | 43 documented_vars += var_prog.findall(f.read())
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/ssd_mobilenet_v1/ |
| H A D | test.py | 46 aList = re.findall('([-+]?\d+(\.\d*)?|\.\d+)([eE][-+]?\d+)?', s)
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | runqemu | 1007 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 D | ssd_post_process.py | 40 aList = re.findall('([-+]?\d+(\.\d*)?|\.\d+)([eE][-+]?\d+)?', s)
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | meson.bbclass | 169 for (prop, value) in warn_re.findall(log):
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/ |
| H A D | __init__.py | 248 for layer, path, pri in re.findall(r'^(\S+) +([^\n]*?) +(\d+)$', output, re.MULTILINE):
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | gen_gl_wrappers.py | 136 params = cmd.elem.findall('param')
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/ |
| H A D | buildimport.py | 120 varrefs = re.findall('\${([^}]*)}', value)
|