Searched refs:timeout_sync (Results 1 – 3 of 3) sorted by relevance
/external/autotest/server/samples/ |
D | profilertest.srv | 7 def add_profilers(at, profilers, timeout_sync, timeout_start, timeout_stop, 14 control_file.append(("job.run_test('profiler_sync', timeout_sync=%d, " 17 % (timeout_sync, timeout_start, timeout_stop, 56 timeout_sync = 180 64 tests.append(add_profilers(at, profilers, timeout_sync,
|
/external/autotest/client/tests/profiler_sync/ |
D | profiler_sync.py | 12 def execute(self, timeout_sync, timeout_start, timeout_stop, argument 37 b2 = self.job.barrier(hostid, "local_sync_profilers", timeout_sync)
|
/external/autotest/server/ |
D | standalone_profiler.py | 38 timeout_sync=180): argument 64 (timeout_sync, timeout_start, timeout_stop,
|