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 - 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
29
def __init__(self,
timestamp_remote_calls
=True):
32
@param
timestamp_remote_calls
: If true, drone_utility is invoked with
44
self.
timestamp_remote_calls
=
timestamp_remote_calls
87
if self.
timestamp_remote_calls
:
188
def __init__(self,
timestamp_remote_calls
=True):
190
timestamp_remote_calls
=
timestamp_remote_calls
)
207
def __init__(self, hostname,
timestamp_remote_calls
=True):
209
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
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 323 milliseconds