Home
last modified time | relevance | path

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 Dtest_finder_utils_unittest.py855 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 Dmodule_finder.py673 test_config, test_srcs = test_finder_utils.get_test_config_and_srcs(
H A Dtest_finder_utils.py1164 def get_test_config_and_srcs(test_info, module_info): function
/aosp_15_r20/tools/asuite/atest/test_runners/
H A Datest_tf_test_runner.py1261 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 Datest_main.py595 test_config, _ = test_finder_utils.get_test_config_and_srcs(tinfo, mod_info)