Home
last modified time | relevance | path

Searched refs:timestamp_remote_calls (Results 1 – 5 of 5) sorted by relevance

/external/autotest/scheduler/
Ddrones.py32 def __init__(self, timestamp_remote_calls=True): argument
47 self.timestamp_remote_calls = timestamp_remote_calls
88 if self.timestamp_remote_calls:
171 def __init__(self, timestamp_remote_calls=True): argument
173 timestamp_remote_calls=timestamp_remote_calls)
189 def __init__(self, hostname, timestamp_remote_calls=True): argument
191 timestamp_remote_calls=timestamp_remote_calls)
Ddrone_manager_unittest.py353 timestamp_remote_calls=False): argument
364 timestamp_remote_calls=timestamp_remote_calls)
483 timestamp_remote_calls=False): argument
491 timestamp_remote_calls=timestamp_remote_calls)
Ddrones_unittest.py51 drone = drones._RemoteDrone('fakehost', timestamp_remote_calls=False)
62 drone = drones._RemoteDrone('fakehost', timestamp_remote_calls=False)
Ddrone_task_queue_unittest.py35 return drones._RemoteDrone(hostname, timestamp_remote_calls=False)
Dthread_lib_unittest.py36 return drones._RemoteDrone(hostname, timestamp_remote_calls=False)