Home
last modified time | relevance | path

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

/tools/asuite/atest/test_runners/
Drobolectric_test_runner_unittest.py76 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe)
95 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe)
115 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe)
146 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe)
Drobolectric_test_runner.py131 partial(self._exec_with_robo_polling,
155 def _exec_with_robo_polling(self, communication_file, robo_proc, member in RobolectricTestRunner
/tools/asuite/atest-py2/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