Home
last modified time | relevance | path

Searched defs:reporter (Results 1 – 23 of 23) sorted by relevance

/tools/asuite/atest/test_runners/
Drobolectric_test_runner.py66 def run_tests(self, test_infos, extra_args, reporter): argument
82 def run_tests_raw(self, test_infos, extra_args, reporter): argument
105 def run_tests_pretty(self, test_infos, extra_args, reporter): argument
Datest_tf_test_runner.py141 def run_tests(self, test_infos, extra_args, reporter): argument
297 def run_tests_raw(self, test_infos, extra_args, reporter): argument
319 def run_tests_pretty(self, test_infos, extra_args, reporter): argument
349 def _start_monitor(self, server, tf_subproc, reporter, extra_args): argument
Dexample_test_runner.py29 def run_tests(self, test_infos, extra_args, reporter): argument
Devent_handler.py80 def __init__(self, reporter, name): argument
246 def _check_events_are_balanced(self, event_name, reporter): argument
Dsuite_plan_test_runner.py50 def run_tests(self, test_infos, extra_args, reporter): argument
Dregression_test_runner.py38 def run_tests(self, test_infos, extra_args, reporter): argument
Dvts_tf_test_runner.py55 def run_tests(self, test_infos, extra_args, reporter): argument
Dtest_runner_base.py164 def run_tests(self, test_infos, extra_args, reporter): argument
/tools/asuite/atest-py2/test_runners/
Drobolectric_test_runner.py61 def run_tests(self, test_infos, extra_args, reporter): argument
76 def run_tests_raw(self, test_infos, extra_args, reporter): argument
99 def run_tests_pretty(self, test_infos, extra_args, reporter): argument
Datest_tf_test_runner.py115 def run_tests(self, test_infos, extra_args, reporter): argument
134 def run_tests_raw(self, test_infos, extra_args, reporter): argument
156 def run_tests_pretty(self, test_infos, extra_args, reporter): argument
184 def _start_monitor(self, server, tf_subproc, reporter): argument
Dexample_test_runner.py30 def run_tests(self, test_infos, extra_args, reporter): argument
Devent_handler.py77 def __init__(self, reporter, name): argument
234 def _check_events_are_balanced(self, event_name, reporter): argument
Dregression_test_runner.py38 def run_tests(self, test_infos, extra_args, reporter): argument
Dsuite_plan_test_runner.py52 def run_tests(self, test_infos, extra_args, reporter): argument
Dvts_tf_test_runner.py56 def run_tests(self, test_infos, extra_args, reporter): argument
Dtest_runner_base.py171 def run_tests(self, test_infos, extra_args, reporter): argument
/tools/asuite/atest-py2/
Dtest_runner_handler_unittest.py53 def run_tests(self, test_infos, extra_args, reporter): argument
71 def run_tests(self, test_infos, extra_args, reporter): argument
/tools/asuite/atest/
Dtest_runner_handler_unittest.py60 def run_tests(self, test_infos, extra_args, reporter): argument
78 def run_tests(self, test_infos, extra_args, reporter): argument
/tools/acloud/public/actions/
Dcommon_operations.py145 def UpdateReport(self, reporter): argument
/tools/metalava/src/main/java/com/android/tools/metalava/
DKotlinInteropChecks.kt39 class KotlinInteropChecks(val reporter: Reporter) { in <lambda>() constant in com.android.tools.metalava.KotlinInteropChecks
DReporter.kt45 lateinit var reporter: Reporter in <lambda>() variable
DCompatibilityCheck.kt51 private val reporter: Reporter constant in com.android.tools.metalava.CompatibilityCheck
DApiLint.kt174 …val codebase: Codebase, private val oldCodebase: Codebase?, private val reporter: Reporter) : ApiV… in <lambda>() constant in com.android.tools.metalava.ApiLint