Searched refs:get_test_config_and_srcs (Results 1 – 4 of 4) sorted by relevance
/tools/asuite/atest/test_finders/ |
D | test_finder_utils_unittest.py | 780 result, _ = test_finder_utils.get_test_config_and_srcs(t_info, mod_info) 793 result, _ = test_finder_utils.get_test_config_and_srcs(t_info, mod_info) 806 result, _ = test_finder_utils.get_test_config_and_srcs(t_info, mod_info) 819 result, _ = test_finder_utils.get_test_config_and_srcs(t_info, mod_info)
|
D | module_finder.py | 561 test_config, test_srcs = test_finder_utils.get_test_config_and_srcs(
|
D | test_finder_utils.py | 1177 def get_test_config_and_srcs(test_info, module_info): function
|
/tools/asuite/atest/test_runners/ |
D | atest_tf_test_runner.py | 939 test_config, _ = test_finder_utils.get_test_config_and_srcs( 958 test_config, _ = test_finder_utils.get_test_config_and_srcs(
|