Home
last modified time | relevance | path

Searched refs:_exec_with_robo_polling (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/atest/test_runners/
Drobolectric_test_runner_unittest.py72 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe)
91 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe)
108 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe)
139 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe)
Drobolectric_test_runner.py125 self.handle_subprocess(subproc, partial(self._exec_with_robo_polling,
147 def _exec_with_robo_polling(self, communication_file, robo_proc, event_handler): member in RobolectricTestRunner
/tools/asuite/atest/test_runners/
Drobolectric_test_runner_unittest.py75 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe)
94 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe)
111 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe)
142 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe)
Drobolectric_test_runner.py126 partial(self._exec_with_robo_polling,
150 def _exec_with_robo_polling(self, communication_file, robo_proc, member in RobolectricTestRunner