Home
last modified time | relevance | path

Searched refs:get_test_modules (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/tools/asuite/plugin_lib/
H A Dplugin_run_unittests.py27 def get_test_modules(): function
56 test_modules = get_test_modules()
/aosp_15_r20/tools/asuite/atest/asuite_lib_test/
H A Dasuite_lib_run_tests.py24 def get_test_modules(): function
60 test_modules = get_test_modules()
/aosp_15_r20/tools/asuite/aidegen/
H A Daidegen_run_unittests.py28 def get_test_modules(): function
57 test_modules = get_test_modules()
/aosp_15_r20/tools/asuite/atest/
H A Datest_run_unittests.py44 def get_test_modules(): function
91 result = run_test_modules(get_test_modules())
/aosp_15_r20/external/crosvm/tools/windows/
H A Dbuild_test.py259 (test_modules_parallel, test_modules_serial) = get_test_modules(skip_file_name)
295 def get_test_modules(skip_file_name): function
/aosp_15_r20/development/vndk/tools/header-checker/tests/
H A Dgen_all.py43 modules = Module.get_test_modules()
H A Dmodule.py69 def get_test_modules(): member in Module