Home
last modified time | relevance | path

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

/tools/asuite/atest/test_finders/
Dcache_finder_unittest.py128 mock_mod = {constants.MODULE_SRCS:
142 mock_mod = {constants.MODULE_SRCS:
Dcache_finder.py166 module_srcs = mod_info.get(constants.MODULE_SRCS, [])
Dtest_finder_utils.py1206 return config_path, mod_info.get(constants.MODULE_SRCS, [])
1211 return config_path, mod_info.get(constants.MODULE_SRCS, [])
1219 return config_path, info.get(constants.MODULE_SRCS, [])
Dmodule_finder.py81 module_srcs = mod_info.get(constants.MODULE_SRCS, [])
Dmodule_finder_unittest.py891 constants.MODULE_SRCS: ['not_matched_%s' % class_path]}
902 constants.MODULE_SRCS: [class_path]}
/tools/asuite/atest/
Dconstants_default.py102 MODULE_SRCS = 'srcs' variable