Home
last modified time | relevance | path

Searched refs:match (Results 1 – 9 of 9) sorted by relevance

/trusty/vendor/google/aosp/scripts/
Dtrusty_build_config.py423 def match(item): function
432 if match(project))
491 return any(re.match(regex, test.name) is not None for test in tests)
546 m = project_regex.match(project)
571 match test:
573 host_m = re.match(r"host-test:self_test.*\.(\d+)",
575 unit_m = re.match(r"boot-test:self_test.*\.(\d+)",
589 match test:
599 m = project_regex.match(project_name)
618 match test:
Drun_tests.py134 match (result.test_status(), result.retried, print_failed_only):
377 match test:
Dbuild.py592 match test:
622 match test_type:
/trusty/kernel/lib/syscall/stubgen/
Dstubgen.py198 m = re.match(r"(const )?(struct )?(.*?)\s*( ?\* ?)?$", arg)
217 m = syscall_re.match(line)
256 m = re.match(r"(.*?)(\w+)$", arg)
/trusty/host/common/scripts/metrics_atoms_protoc_plugin/
Dmetrics_atoms_protoc_plugin.py185 match self.tag:
210 match self.tag:
224 match self.tag:
366 match opt.split(':'):
/trusty/device/arm/generic-arm64/project/qemu/
Dlldb_support.py11 re.match(r"^.*/build-([^/]+)$", TRUSTY_PROJECT_FOLDER).group(1) #type: ignore
Dqemu.py703 match = re.search(fr"localhost:{port}.*transport_id:(\d+)", output)
704 if not match:
710 self.adb_transport = int(match.group(1))
/trusty/vendor/google/aosp/
Dpylintrc281 # Regular expression which should only match correct method names
284 # Regular expression which should only match function or class names that do
304 # Argument names that match this expression will be ignored. Default to name
/trusty/user/base/tools/
Dmanifest_compiler.py1270 match base, overlay: