Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Ddrones.py31 def __init__(self, timestamp_remote_calls=True): argument
46 self.timestamp_remote_calls = timestamp_remote_calls
89 if self.timestamp_remote_calls:
189 def __init__(self, timestamp_remote_calls=True): argument
191 timestamp_remote_calls=timestamp_remote_calls)
208 def __init__(self, hostname, timestamp_remote_calls=True): argument
210 timestamp_remote_calls=timestamp_remote_calls)
Dsite_drones.py13 def __init__(self, timestamp_remote_calls=True): argument
22 timestamp_remote_calls=timestamp_remote_calls)
Ddrone_manager_unittest.py371 timestamp_remote_calls=False): argument
382 timestamp_remote_calls=timestamp_remote_calls)
501 timestamp_remote_calls=False): argument
509 timestamp_remote_calls=timestamp_remote_calls)
Ddrones_unittest.py50 drone = drones._RemoteDrone('fakehost', timestamp_remote_calls=False)
61 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)