Searched refs:robo_proc (Results 1 – 4 of 4) sorted by relevance
/tools/asuite/atest/test_runners/ |
D | robolectric_test_runner_unittest.py | 75 robo_proc = subprocess.Popen("sleep %s" %str(self.polling_time * 2), shell=True) 76 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe) 90 robo_proc = subprocess.Popen("echo '%s' >> %s && sleep %s" 95 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe) 114 robo_proc = subprocess.Popen("sleep %s" %str(self.polling_time * 2), shell=True) 115 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe) 145 robo_proc = subprocess.Popen("sleep %s" %str(self.polling_time * 2), shell=True) 146 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe)
|
D | robolectric_test_runner.py | 155 def _exec_with_robo_polling(self, communication_file, robo_proc, argument 177 if robo_proc.poll() is not None:
|
/tools/asuite/atest-py2/test_runners/ |
D | robolectric_test_runner_unittest.py | 71 robo_proc = subprocess.Popen("sleep %s" %str(self.polling_time * 2), shell=True) 72 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe) 86 robo_proc = subprocess.Popen("echo '%s' >> %s && sleep %s" 91 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe) 107 robo_proc = subprocess.Popen("sleep %s" %str(self.polling_time * 2), shell=True) 108 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe) 138 robo_proc = subprocess.Popen("sleep %s" %str(self.polling_time * 2), shell=True) 139 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe)
|
D | robolectric_test_runner.py | 147 def _exec_with_robo_polling(self, communication_file, robo_proc, event_handler): argument 166 if robo_proc.poll() is not None:
|