Searched refs:get_test_config_and_srcs (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/tools/asuite/atest/test_finders/ |
H A D | test_finder_utils_unittest.py | 855 result, _ = test_finder_utils.get_test_config_and_srcs(t_info, mod_info) 869 result, _ = test_finder_utils.get_test_config_and_srcs(t_info, mod_info) 883 result, _ = test_finder_utils.get_test_config_and_srcs(t_info, mod_info) 904 result, _ = test_finder_utils.get_test_config_and_srcs(t_info, mod_info)
|
H A D | module_finder.py | 673 test_config, test_srcs = test_finder_utils.get_test_config_and_srcs(
|
H A D | test_finder_utils.py | 1164 def get_test_config_and_srcs(test_info, module_info): function
|
/aosp_15_r20/tools/asuite/atest/test_runners/ |
H A D | atest_tf_test_runner.py | 1261 test_config, _ = test_finder_utils.get_test_config_and_srcs( 1281 test_config, _ = test_finder_utils.get_test_config_and_srcs(tinfo, mod_info) 1299 test_config, _ = test_finder_utils.get_test_config_and_srcs(
|
/aosp_15_r20/tools/asuite/atest/ |
H A D | atest_main.py | 595 test_config, _ = test_finder_utils.get_test_config_and_srcs(tinfo, mod_info)
|