Home
last modified time | relevance | path

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

/tools/asuite/atest/test_finders/
Dcache_finder_unittest.py183 mock_mod = {constants.MODULE_SRCS: ['src/a/b/c/MyTestClass.java']}
203 mock_mod = {constants.MODULE_SRCS: ['src/a/b/c/MyTestClass.java']}
Dcache_finder.py166 module_srcs = mod_info.get(constants.MODULE_SRCS, [])
Dtest_finder_utils.py1204 return config_path, mod_info.get(constants.MODULE_SRCS, [])
1209 return config_path, mod_info.get(constants.MODULE_SRCS, [])
1224 return config_path, info.get(constants.MODULE_SRCS, [])
Dmodule_finder_unittest.py1397 constants.MODULE_SRCS: [],
1409 constants.MODULE_SRCS: [class_path],
/tools/asuite/atest/
Dconstants_default.py94 MODULE_SRCS = 'srcs' variable
Dmodule_info.py1101 for src in m_info.get(constants.MODULE_SRCS, []):
1276 constants.MODULE_SRCS,
Datest_utils.py1726 for f in module_info.get(constants.MODULE_SRCS, []):
/tools/asuite/atest/coverage/
Dcoverage.py297 os.path.dirname(f) for f in info.get(constants.MODULE_SRCS, [])