Home
last modified time | relevance | path

Searched refs:client_calls (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/network/nfs/nfsstat01/
Dnfsstat0140 local client_calls="$(get_calls rpc 2 nfs)"
42 tst_res TINFO "calls $server_calls/$client_calls"
57 if [ "$new_client_calls" -le "$client_calls" ]; then
73 client_calls="$(get_calls proc$VERSION $field nfs)"
74 tst_res TINFO "calls $server_calls/$client_calls"
89 if [ "$new_client_calls" -le "$client_calls" ]; then
/external/grpc-grpc/test/core/end2end/tests/
Dresource_quota_server.cc134 grpc_call** client_calls = in resource_quota_server() local
191 client_calls[i] = in resource_quota_server()
226 error = grpc_call_start_batch(client_calls[i], ops, in resource_quota_server()
269 grpc_call_unref(client_calls[call_id]); in resource_quota_server()
368 free(client_calls); in resource_quota_server()
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/
D_cancel_many_calls_test.py174 client_calls = []
194 client_calls.append(client_call)
212 for client_call in client_calls:
/external/python/pyopenssl/tests/
Dtest_ssl.py4054 client_calls = []
4058 client_calls.append(conn)
4069 assert len(client_calls) == 1
4071 assert client_calls[0] is client
4108 client_calls = []
4114 client_calls.append(ocsp_data)
4121 assert len(client_calls) == 1
4122 assert client_calls[0] == b""