Home
last modified time | relevance | path

Searched defs:test_infos (Results 1 – 16 of 16) sorted by relevance

/tools/asuite/atest/test_runners/
Drobolectric_test_runner.py68 def run_tests(self, test_infos, extra_args, reporter): argument
84 def run_tests_raw(self, test_infos, extra_args, reporter): argument
108 def run_tests_pretty(self, test_infos, extra_args, reporter): argument
262 def generate_run_commands(self, test_infos, extra_args, port=None): argument
286 def _check_robo_tests_result(test_infos): argument
Dexample_test_runner.py33 def run_tests(self, test_infos, extra_args, reporter): argument
68 def generate_run_commands(self, test_infos, extra_args, port=None): argument
Dvts_tf_test_runner.py59 def run_tests(self, test_infos, extra_args, reporter): argument
115 def generate_run_commands(self, test_infos, extra_args): argument
Dsuite_plan_test_runner.py56 def run_tests(self, test_infos, extra_args, reporter): argument
149 def generate_run_commands(self, test_infos, extra_args): argument
Datest_tf_test_runner.py317 def run_tests(self, test_infos, extra_args, reporter): argument
396 def run_tests_raw(self, test_infos, extra_args, reporter): argument
420 def run_tests_pretty(self, test_infos, extra_args, reporter): argument
857 def _parse_extra_args(self, test_infos, extra_args): argument
900 def generate_run_commands(self, test_infos, extra_args, port=None): argument
1023 def _flatten_test_infos(self, test_infos): argument
1126 def _is_all_tests_parameter_auto_enabled(self, test_infos): argument
1274 def _has_instant_app_config(test_infos, mod_info): argument
1315 def _handle_native_tests(self, test_infos): argument
Dtest_runner_base.py253 def run_tests(self, test_infos, extra_args, reporter): argument
275 def generate_run_commands(self, test_infos, extra_args, port=None): argument
/tools/asuite/atest/
Dtest_runner_handler_unittest.py55 def run_tests(self, test_infos, extra_args, reporter): argument
61 def get_test_runner_build_reqs(self, test_infos): argument
64 def generate_run_commands(self, test_infos, extra_args, port=None): argument
73 def run_tests(self, test_infos, extra_args, reporter): argument
76 def get_test_runner_build_reqs(self, test_infos): argument
Dtest_runner_handler.py76 def group_tests_by_test_runners(test_infos): argument
Dtest_runner_invocation.py46 def test_infos(self): member in TestRunnerInvocation
Datest_main.py414 def _validate_adb_devices(args, test_infos): argument
534 def is_from_test_mapping(test_infos): argument
546 def _split_test_mapping_tests(test_infos): argument
584 def get_device_count_config(test_infos, mod_info): argument
Dresult_reporter.py300 test_infos=None, argument
Datest_utils.py920 def update_test_info_cache(test_reference, test_infos, cache_root=None): argument
1848 def has_mixed_type_filters(test_infos): argument
Dbazel_mode.py1794 def run_tests(self, test_infos, extra_args, reporter): argument
1894 def get_test_runner_build_reqs(self, test_infos) -> Set[str]: argument
2005 def generate_run_commands(self, test_infos, extra_args, port=None): argument
Dcli_translator_unittest.py857 def _gather_build_targets(test_infos): argument
/tools/asuite/atest/test_finders/
Dcache_finder.py35 def _is_latest_testinfos(self, test_infos): argument
68 def _is_test_infos_valid(self, test_infos): argument
Dmodule_finder.py661 def _get_matched_test_infos(self, test_infos, methods): argument