Home
last modified time | relevance | path

Searched refs:response_type (Results 1 – 25 of 34) sorted by relevance

12

/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/requests/r/
Dtest_requests.proto23 // If response_type is RANDOM, server randomly chooses one from other formats.
24 PayloadType response_type = 1; field
27 // If response_type is COMPRESSABLE, this denotes the size before compression.
43 // If response_type is COMPRESSABLE, this denotes the size before compression.
53 // If response_type is RANDOM, the payload from each response in the stream
56 PayloadType response_type = 1; field
/external/libkmsxx/kmscube/
Dcube-x11.cpp33 uint8_t response_type = event->response_type & ~0x80; in main_loop() local
35 switch (response_type) { in main_loop()
58 Bool (*proc)(Display*, XEvent*, xEvent*) = XESetWireToEvent(dpy, response_type, NULL); in main_loop()
60 XESetWireToEvent(dpy, response_type, proc); in main_loop()
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dmessages.proto46 // If response_type is RANDOM, server randomly chooses one from other formats.
47 PayloadType response_type = 1; field
50 // If response_type is COMPRESSABLE, this denotes the size before compression.
91 // If response_type is COMPRESSABLE, this denotes the size before compression.
102 // If response_type is RANDOM, the payload from each response in the stream
105 PayloadType response_type = 1; field
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DStreamingOutputCallRequest.php27 private $response_type = 0; variable in Grpc\\Testing\\StreamingOutputCallRequest
64 return $this->response_type;
81 $this->response_type = $var;
DSimpleRequest.php25 private $response_type = 0; variable in Grpc\\Testing\\SimpleRequest
87 return $this->response_type;
102 $this->response_type = $var;
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py75 type=request.response_type,
132 response_type=messages_pb2.COMPRESSABLE,
181 response_type=messages_pb2.COMPRESSABLE,
252 response_type=messages_pb2.COMPRESSABLE,
291 response_type=messages_pb2.COMPRESSABLE,
316 response_type=messages_pb2.COMPRESSABLE,
346 response_type=messages_pb2.COMPRESSABLE,
357 response_type=messages_pb2.COMPRESSABLE,
398 response_type=messages_pb2.COMPRESSABLE,
408 response_type=messages_pb2.COMPRESSABLE,
/external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/
Dmpi_ops.cc407 auto response_type = MPIResponse::ERROR; in ConstructMPIResponse() local
409 response_type = MPIResponse::ALLREDUCE; in ConstructMPIResponse()
411 response_type = MPIResponse::ALLGATHER; in ConstructMPIResponse()
413 response.set_response_type(response_type); in ConstructMPIResponse()
441 assert(response.response_type() == MPIResponse::ALLREDUCE || in PerformCollectiveOp()
442 response.response_type() == MPIResponse::ALLGATHER || in PerformCollectiveOp()
443 response.response_type() == MPIResponse::ERROR); in PerformCollectiveOp()
469 if (response.response_type() == MPIResponse::ALLGATHER) { in PerformCollectiveOp()
488 } else if (response.response_type() == MPIResponse::ALLREDUCE) { in PerformCollectiveOp()
507 } else if (response.response_type() == MPIResponse::ERROR) { in PerformCollectiveOp()
[all …]
/external/grpc-grpc/src/ruby/pb/test/
Dclient.rb196 response_type: :COMPRESSABLE,
275 req = SimpleRequest.new(response_type: :COMPRESSABLE,
300 response_type: :COMPRESSABLE,
433 req = StreamingOutputCallRequest.new(response_type: :COMPRESSABLE,
533 req = SimpleRequest.new(response_type: :COMPRESSABLE,
557 response_type: :COMPRESSABLE,
597 req = SimpleRequest.new(response_type: :COMPRESSABLE,
622 response_type: :COMPRESSABLE,
663 req = SimpleRequest.new(response_type: :COMPRESSABLE,
Dserver.rb156 yield cls.new(payload: Payload.new(type: req.response_type,
196 cls.new(payload: Payload.new(type: req.response_type,
/external/tensorflow/tensorflow/contrib/mpi_collectives/
Dmpi_ops.cc408 auto response_type = MPIResponse::ERROR; in ConstructMPIResponse() local
410 response_type = MPIResponse::ALLREDUCE; in ConstructMPIResponse()
412 response_type = MPIResponse::ALLGATHER; in ConstructMPIResponse()
414 response.set_response_type(response_type); in ConstructMPIResponse()
442 assert(response.response_type() == MPIResponse::ALLREDUCE || in PerformCollectiveOp()
443 response.response_type() == MPIResponse::ALLGATHER || in PerformCollectiveOp()
444 response.response_type() == MPIResponse::ERROR); in PerformCollectiveOp()
470 if (response.response_type() == MPIResponse::ALLGATHER) { in PerformCollectiveOp()
489 } else if (response.response_type() == MPIResponse::ALLREDUCE) { in PerformCollectiveOp()
508 } else if (response.response_type() == MPIResponse::ERROR) { in PerformCollectiveOp()
[all …]
Dmpi_message.proto59 ResponseType response_type = 1; field
62 // Empty unless response_type is ERROR.
/external/grpc-grpc/src/proto/grpc/testing/
Dmessages.proto54 // If response_type is RANDOM, server randomly chooses one from other formats.
55 PayloadType response_type = 1; field
132 // If response_type is RANDOM, the payload from each response in the stream
135 PayloadType response_type = 1; field
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dmessages.proto58 // If response_type is RANDOM, server randomly chooses one from other formats.
59 PayloadType response_type = 1; field
137 // If response_type is RANDOM, the payload from each response in the stream
140 PayloadType response_type = 1; field
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dmessages.proto57 // If response_type is RANDOM, server randomly chooses one from other formats.
58 PayloadType response_type = 1; field
140 // If response_type is RANDOM, the payload from each response in the stream
143 PayloadType response_type = 1; field
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dmessages.proto58 // If response_type is RANDOM, server randomly chooses one from other formats.
59 PayloadType response_type = 1; field
137 // If response_type is RANDOM, the payload from each response in the stream
140 PayloadType response_type = 1; field
/external/libxkbcommon/xkbcommon/test/
Dinteractive-x11.c190 uint8_t response_type; in process_xkb_event() member
234 switch (gevent->response_type) { in process_event()
247 if (gevent->response_type == kbd->first_xkb_event) in process_event()
/external/grpc-grpc/test/cpp/qps/
Dserver_sync.cc123 if (!Server::SetPayload(request.response_type(), request.response_size(), in ClientPull()
145 if (!Server::SetPayload(request->response_type(), in SetResponse()
/external/python/apitools/apitools/base/py/
Dbase_api.py439 def DeserializeMessage(self, response_type, data): argument
442 message = encoding.JsonToMessage(response_type, data)
447 data, response_type.__name__, e))
609 response_type = _LoadClass(method_config.response_type_name,
612 response_type, http_response.content)
/external/grpc-grpc/src/python/grpcio_tests/tests/fork/
Dmethods.py57 response_type=messages_pb2.COMPRESSABLE,
68 response_type=messages_pb2.COMPRESSABLE,
296 response_type=messages_pb2.COMPRESSABLE,
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
Doauth_helpers.py23 response_type='code',
/external/wpa_supplicant_8/src/wps/
Dwps_validate.c78 static int wps_validate_response_type(const u8 *response_type, int mandatory) in wps_validate_response_type() argument
80 if (response_type == NULL) { in wps_validate_response_type()
88 if (*response_type > 0x03) { in wps_validate_response_type()
90 "attribute value 0x%x", *response_type); in wps_validate_response_type()
1148 wps_validate_response_type(attr.response_type, probe) || in wps_validate_beacon_probe_resp()
1274 wps_validate_response_type(attr.response_type, 1) || in wps_validate_assoc_resp()
Dwps_attr_parse.h52 const u8 *response_type; /* 1 octet */ member
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11Xcb.cpp170 if (XCB_PROPERTY_NOTIFY == (event->response_type & ~0x80)) in setDimensions()
/external/grpc-grpc/src/ruby/qps/
Dclient.rb72 req = gtsr.new(response_type: gtpt::COMPRESSABLE,
/external/grpc-grpc/src/python/grpcio_tests/tests/http2/
Dnegative_http2_client.py55 response_type=messages_pb2.COMPRESSABLE,

12