Searched refs:_exec_with_robo_polling (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/atest/test_runners/ |
D | robolectric_test_runner_unittest.py | 72 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)
|
D | robolectric_test_runner.py | 125 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/ |
D | robolectric_test_runner_unittest.py | 75 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)
|
D | robolectric_test_runner.py | 126 partial(self._exec_with_robo_polling, 150 def _exec_with_robo_polling(self, communication_file, robo_proc, member in RobolectricTestRunner
|