OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_calls
(Results
1 - 8
of
8
) sorted by null
/external/autotest/scheduler/
drone_task_queue.py
56
if not drone.
get_calls
():
62
'call_count': len(drone.
get_calls
())
drone_task_queue_unittest.py
79
stdin=cPickle.dumps(drone.
get_calls
()), stdout_tee=None,
94
stdin=cPickle.dumps(drone1.
get_calls
()), stdout_tee=None,
thread_lib_unittest.py
67
stdin=cPickle.dumps(drone.
get_calls
()), stdout_tee=None,
203
stdin=cPickle.dumps(drone.
get_calls
()), stdout_tee=None,
221
stdin=cPickle.dumps(drone1.
get_calls
()), stdout_tee=None,
drones_unittest.py
70
stdin=cPickle.dumps(drone.
get_calls
()), stdout_tee=None,
thread_lib.py
152
if not drone.
get_calls
():
drones.py
111
def
get_calls
(self):
member in class:SiteDrone
drone_manager.py
488
calls = drone.
get_calls
()
[
all
...]
/external/ltp/testcases/network/nfs/nfsstat01/
nfsstat01
11
get_calls
()
function
39
local server_calls="$(
get_calls
rpc 2 nfsd)"
40
local client_calls="$(
get_calls
rpc 2 nfs)"
47
local new_server_calls="$(
get_calls
rpc 2 nfsd)"
48
local new_client_calls="$(
get_calls
rpc 2 nfs)"
72
server_calls="$(
get_calls
proc$VERSION $field nfsd)"
73
client_calls="$(
get_calls
proc$VERSION $field nfs)"
79
new_server_calls="$(
get_calls
proc$VERSION $field nfsd)"
80
new_client_calls="$(
get_calls
proc$VERSION $field nfs)"
Completed in 176 milliseconds