Searched refs:robo_proc (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/atest/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:
|
/tools/asuite/atest/test_runners/ |
D | robolectric_test_runner_unittest.py | 74 robo_proc = subprocess.Popen("sleep %s" %str(self.polling_time * 2), shell=True) 75 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe) 89 robo_proc = subprocess.Popen("echo '%s' >> %s && sleep %s" 94 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe) 110 robo_proc = subprocess.Popen("sleep %s" %str(self.polling_time * 2), shell=True) 111 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe) 141 robo_proc = subprocess.Popen("sleep %s" %str(self.polling_time * 2), shell=True) 142 self.suite_tr. _exec_with_robo_polling(event_file, robo_proc, mock_pe)
|
D | robolectric_test_runner.py | 150 def _exec_with_robo_polling(self, communication_file, robo_proc, argument 172 if robo_proc.poll() is not None:
|