OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timestamp_remote_calls
(Results
1 - 5
of
5
) sorted by null
/external/autotest/scheduler/
drones.py
32
def __init__(self,
timestamp_remote_calls
=True):
35
@param
timestamp_remote_calls
: If true, drone_utility is invoked with
47
self.
timestamp_remote_calls
=
timestamp_remote_calls
88
if self.
timestamp_remote_calls
:
171
def __init__(self,
timestamp_remote_calls
=True):
173
timestamp_remote_calls
=
timestamp_remote_calls
)
189
def __init__(self, hostname,
timestamp_remote_calls
=True):
191
timestamp_remote_calls
=timestamp_remote_calls
[
all
...]
drones_unittest.py
51
drone = drones._RemoteDrone('fakehost',
timestamp_remote_calls
=False)
62
drone = drones._RemoteDrone('fakehost',
timestamp_remote_calls
=False)
drone_manager_unittest.py
353
timestamp_remote_calls
=False):
364
timestamp_remote_calls
=
timestamp_remote_calls
)
483
timestamp_remote_calls
=False):
491
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 130 milliseconds