Searched refs:get_test_config_and_srcs (Results 1 – 5 of 5) sorted by relevance
/tools/asuite/atest/test_finders/ |
D | test_finder_utils_unittest.py | 828 result, _ = test_finder_utils.get_test_config_and_srcs(t_info, mod_info) 842 result, _ = test_finder_utils.get_test_config_and_srcs(t_info, mod_info) 856 result, _ = test_finder_utils.get_test_config_and_srcs(t_info, mod_info) 877 result, _ = test_finder_utils.get_test_config_and_srcs(t_info, mod_info)
|
D | module_finder.py | 662 test_config, test_srcs = test_finder_utils.get_test_config_and_srcs(
|
D | test_finder_utils.py | 1157 def get_test_config_and_srcs(test_info, module_info): function
|
/tools/asuite/atest/test_runners/ |
D | atest_tf_test_runner.py | 1213 test_config, _ = test_finder_utils.get_test_config_and_srcs( 1233 test_config, _ = test_finder_utils.get_test_config_and_srcs(tinfo, mod_info) 1251 test_config, _ = test_finder_utils.get_test_config_and_srcs(
|
/tools/asuite/atest/ |
D | atest_main.py | 903 test_config, _ = test_finder_utils.get_test_config_and_srcs(tinfo, mod_info)
|