Searched defs:is_native_test (Results 1 – 6 of 6) sorted by relevance
/tools/asuite/atest-py2/ |
D | module_info.py | 325 def is_native_test(self, module_name): member in ModuleInfo
|
/tools/asuite/aidegen/lib/ |
D | native_module_info.py | 306 def is_native_test(self, module_name): member in NativeModuleInfo
|
/tools/asuite/atest-py2/test_finders/ |
D | module_finder.py | 390 rel_config=None, is_native_test=False): argument
|
D | test_finder_utils.py | 445 def find_class_file(search_dir, class_name, is_native_test=False, methods=None): argument
|
/tools/asuite/atest/test_finders/ |
D | module_finder.py | 488 rel_config=None, is_native_test=False): argument
|
D | test_finder_utils.py | 509 def find_class_file(search_dir, class_name, is_native_test=False, methods=None): argument
|