OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:run_client
(Results
1 - 7
of
7
) sorted by null
/external/autotest/server/control_segments/
client_wrapper
4
def
run_client
(machine):
10
job.parallel_simple(
run_client
, machines)
/external/autotest/server/site_tests/telemetry_UnitTestsServer/
control.guest
18
def
run_client
(machine):
27
job.parallel_simple(
run_client
, machines)
control.perf
18
def
run_client
(machine):
28
job.parallel_simple(
run_client
, machines)
control.user
18
def
run_client
(machine):
28
job.parallel_simple(
run_client
, machines)
/external/wayland/tests/
test-compositor.c
155
run_client
(void (*client_main)(void *data), void *data,
function
211
run_client
(client_main, data, sock_wayl[0], pipe_cli[0]);
/external/python/cpython3/Lib/test/
test_socketserver.py
425
def
run_client
():
function in function:SocketWriterTest.test_write
447
background = threading.Thread(target=
run_client
)
test_wsgiref.py
278
def
run_client
():
function in function:IntegrationTests.test_interrupted_write
296
background = threading.Thread(target=
run_client
)
Completed in 331 milliseconds