Searched refs:MODULE_SRCS (Results 1 – 8 of 8) sorted by relevance
/tools/asuite/atest/test_finders/ |
D | cache_finder_unittest.py | 183 mock_mod = {constants.MODULE_SRCS: ['src/a/b/c/MyTestClass.java']} 203 mock_mod = {constants.MODULE_SRCS: ['src/a/b/c/MyTestClass.java']}
|
D | cache_finder.py | 166 module_srcs = mod_info.get(constants.MODULE_SRCS, [])
|
D | test_finder_utils.py | 1204 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, [])
|
D | module_finder_unittest.py | 1397 constants.MODULE_SRCS: [], 1409 constants.MODULE_SRCS: [class_path],
|
/tools/asuite/atest/ |
D | constants_default.py | 94 MODULE_SRCS = 'srcs' variable
|
D | module_info.py | 1101 for src in m_info.get(constants.MODULE_SRCS, []): 1276 constants.MODULE_SRCS,
|
D | atest_utils.py | 1726 for f in module_info.get(constants.MODULE_SRCS, []):
|
/tools/asuite/atest/coverage/ |
D | coverage.py | 297 os.path.dirname(f) for f in info.get(constants.MODULE_SRCS, [])
|