HomeSort by relevance Sort by last modified time
    Searched refs:timestamp_remote_calls (Results 1 - 6 of 6) sorted by null

  /external/autotest/scheduler/
site_drones.py 13 def __init__(self, timestamp_remote_calls=True):
17 @param timestamp_remote_calls: If true, drone_utility is invoked with
22 timestamp_remote_calls=timestamp_remote_calls)
drones.py 31 def __init__(self, timestamp_remote_calls=True):
34 @param timestamp_remote_calls: If true, drone_utility is invoked with
46 self.timestamp_remote_calls = timestamp_remote_calls
89 if self.timestamp_remote_calls:
189 def __init__(self, timestamp_remote_calls=True):
191 timestamp_remote_calls=timestamp_remote_calls)
208 def __init__(self, hostname, timestamp_remote_calls=True):
210 timestamp_remote_calls=timestamp_remote_calls
    [all...]
drones_unittest.py 50 drone = drones._RemoteDrone('fakehost', timestamp_remote_calls=False)
61 drone = drones._RemoteDrone('fakehost', timestamp_remote_calls=False)
drone_manager_unittest.py 371 timestamp_remote_calls=False):
382 timestamp_remote_calls=timestamp_remote_calls)
501 timestamp_remote_calls=False):
509 timestamp_remote_calls=timestamp_remote_calls)
drone_task_queue_unittest.py 35 return drones._RemoteDrone(hostname, timestamp_remote_calls=False)
thread_lib_unittest.py 36 return drones._RemoteDrone(hostname, timestamp_remote_calls=False)

Completed in 96 milliseconds