Home
last modified time | relevance | path

Searched defs:has_test_config (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/platform_testing/scripts/map_tests/
H A Dmap_tests.py94 has_test_config = len(k['test_config']) variable
/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dnative_module_info.py239 def has_test_config(self, mod_info): member in NativeModuleInfo
/aosp_15_r20/tools/asuite/atest/
H A Dmodule_info.py614 def has_test_config(info: Dict[str, Any]) -> bool: member in ModuleInfo