Searched refs:timeout_start (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, 15 "timeout_start=%d, timeout_stop=%d, " 17 % (timeout_sync, timeout_start, timeout_stop, 57 timeout_start = 60 65 timeout_start, timeout_stop, machines, name))
|
/external/autotest/client/tests/profiler_sync/ |
D | profiler_sync.py | 12 def execute(self, timeout_sync, timeout_start, timeout_stop, argument 29 b0 = self.job.barrier(hostid, "sync_profilers", timeout_start, 33 b1 = self.job.barrier(hostid, "start_profilers", timeout_start,
|
/external/autotest/server/ |
D | standalone_profiler.py | 31 def generate_test(machines, hostname, profilers, timeout_start, timeout_stop, argument 58 (timeout_sync, timeout_start, timeout_stop,
|