Searched defs:test_mapping_file (Results 1 – 5 of 5) sorted by relevance
/tools/repohooks/tools/ |
D | android_test_mapping_format.py | 84 def _validate_import(entry, test_mapping_file): argument 106 def _validate_test(test, test_mapping_file): argument 148 def _load_file(test_mapping_file): argument 160 def process_file(test_mapping_file): argument
|
/tools/asuite/atest-py2/ |
D | test_mapping.py | 88 def __init__(self, test_mapping_file, details): argument 125 def is_match_file_patterns(test_mapping_file, test_detail): argument
|
D | cli_translator.py | 232 def filter_comments(self, test_mapping_file): argument 256 def _read_tests_in_test_mapping(self, test_mapping_file): argument
|
/tools/asuite/atest/ |
D | test_mapping.py | 86 def __init__(self, test_mapping_file, details): argument 123 def is_match_file_patterns(test_mapping_file, test_detail): argument
|
D | cli_translator.py | 313 def filter_comments(self, test_mapping_file): argument 338 def _read_tests_in_test_mapping(self, test_mapping_file): argument
|