Home
last modified time | relevance | path

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

/tools/asuite/atest/test_finders/
Dcache_finder_unittest.py128 mock_mod = {constants.MODULE_SRCS:
142 mock_mod = {constants.MODULE_SRCS:
Dtest_finder_utils.py1326 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, [])
Dcache_finder.py169 module_srcs = mod_info.get(constants.MODULE_SRCS, [])
Dmodule_finder.py79 module_srcs = mod_info.get(constants.MODULE_SRCS, [])
Dmodule_finder_unittest.py1063 constants.MODULE_SRCS: ['not_matched_%s' % class_path]}
1074 constants.MODULE_SRCS: [class_path]}
/tools/asuite/atest/
Dmodule_info.py824 merge_items = [constants.MODULE_DEPENDENCIES, constants.MODULE_SRCS,
1023 if str(path) in mod_info.get(constants.MODULE_SRCS, []):
Dconstants_default.py104 MODULE_SRCS = 'srcs' variable
Datest_utils.py1736 for f in module_info.get(constants.MODULE_SRCS, []):
/tools/asuite/atest/coverage/
Dcoverage.py169 os.path.dirname(f) for f in info.get(constants.MODULE_SRCS, []))