Home
last modified time | relevance | path

Searched defs:resp_size (Results 1 – 12 of 12) sorted by relevance

/third_party/grpc/src/proto/grpc/testing/
Dpayloads.proto21 int32 resp_size = 2; field
26 int32 resp_size = 2; field
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DSimpleProtoParams.php23 protected $resp_size = 0; variable in Grpc\\Testing\\SimpleProtoParams
DByteBufferParams.php23 protected $resp_size = 0; variable in Grpc\\Testing\\ByteBufferParams
/third_party/grpc/src/python/grpcio_tests/tests/qps/
Dbenchmark_server.py36 def __init__(self, resp_size): argument
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dbenchmark_servicer.py47 def __init__(self, resp_size): argument
/third_party/grpc/tools/run_tests/performance/
Dscenario_config.py72 def _payload_type(use_generic_payload, req_size, resp_size): argument
117 resp_size=0, argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dwpa_helpers.c62 char *resp, size_t resp_size) in wpa_command_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dwpa_helpers.c62 char *resp, size_t resp_size) in wpa_command_resp()
/third_party/mesa3d/src/asahi/lib/
Dagx_device.c355 size_t resp_size = sizeof(resp); in agx_create_notification_queue() local
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_fullstack_trickle.cc83 size_t resp_size, size_t kilobits_per_second, in TrickledCHTTP2()
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
Dvirgl_vtest_socket.c247 uint32_t resp_size = resp_buf[0] - 1; in virgl_vtest_send_get_caps() local
/third_party/grpc/test/cpp/qps/
Dserver_async.cc563 int resp_size = payload_config.bytebuf_params().resp_size(); in ProcessGenericRPC() local