Searched refs:MODULE_SRCS (Results 1 – 9 of 9) sorted by relevance
/tools/asuite/atest/test_finders/ |
D | cache_finder_unittest.py | 128 mock_mod = {constants.MODULE_SRCS: 142 mock_mod = {constants.MODULE_SRCS:
|
D | test_finder_utils.py | 1326 return config_path, mod_info.get(constants.MODULE_SRCS, []) 1331 return config_path, mod_info.get(constants.MODULE_SRCS, []) 1339 return config_path, info.get(constants.MODULE_SRCS, [])
|
D | cache_finder.py | 169 module_srcs = mod_info.get(constants.MODULE_SRCS, [])
|
D | module_finder.py | 79 module_srcs = mod_info.get(constants.MODULE_SRCS, [])
|
D | module_finder_unittest.py | 1063 constants.MODULE_SRCS: ['not_matched_%s' % class_path]} 1074 constants.MODULE_SRCS: [class_path]}
|
/tools/asuite/atest/ |
D | module_info.py | 824 merge_items = [constants.MODULE_DEPENDENCIES, constants.MODULE_SRCS, 1023 if str(path) in mod_info.get(constants.MODULE_SRCS, []):
|
D | constants_default.py | 104 MODULE_SRCS = 'srcs' variable
|
D | atest_utils.py | 1736 for f in module_info.get(constants.MODULE_SRCS, []):
|
/tools/asuite/atest/coverage/ |
D | coverage.py | 169 os.path.dirname(f) for f in info.get(constants.MODULE_SRCS, []))
|