Searched refs:TestProcess (Results 1 – 1 of 1) sorted by relevance
| /system/extras/simpleperf/scripts/test/ |
| D | do_test.py | 224 class TestProcess: class 291 if time.time() - self.last_update_time > TestProcess.TEST_TIMEOUT_IN_SEC: 325 def update(self, test_proc: TestProcess): argument 339 def end_test_proc(self, test_proc: TestProcess): argument 376 def update(self, test_proc: TestProcess): argument 461 test_procs: List[TestProcess] = [] 463 test_procs.append(TestProcess('device_test', tests, device, 1, self.test_options)) 469 test_proc = TestProcess('device_serialized_test', tests, device, 1, self.test_options) 474 test_proc = TestProcess('host_tests', tests, None, 1, self.test_options) 477 def wait_for_test_results(self, test_procs: List[TestProcess], repeat_count: int): argument [all …]
|