Home
last modified time | relevance | path

Searched refs:COMPRESSABLE (Results 1 – 25 of 29) sorted by relevance

12

/external/grpc-grpc/src/python/grpcio_tests/tests/http2/
Dnegative_http2_client.py55 response_type=messages_pb2.COMPRESSABLE,
62 _validate_payload_type_and_length(first_response, messages_pb2.COMPRESSABLE,
67 messages_pb2.COMPRESSABLE, _RESPONSE_SIZE)
90 _validate_payload_type_and_length(response, messages_pb2.COMPRESSABLE,
97 _validate_payload_type_and_length(response, messages_pb2.COMPRESSABLE,
106 future.result(), messages_pb2.COMPRESSABLE, _RESPONSE_SIZE)
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py67 type=messages_pb2.COMPRESSABLE,
132 response_type=messages_pb2.COMPRESSABLE,
140 _validate_payload_type_and_length(response, messages_pb2.COMPRESSABLE, size)
181 response_type=messages_pb2.COMPRESSABLE,
190 _validate_payload_type_and_length(response, messages_pb2.COMPRESSABLE,
252 response_type=messages_pb2.COMPRESSABLE,
259 response, messages_pb2.COMPRESSABLE, response_size)
291 response_type=messages_pb2.COMPRESSABLE,
316 response_type=messages_pb2.COMPRESSABLE,
346 response_type=messages_pb2.COMPRESSABLE,
[all …]
/external/grpc-grpc/src/php/tests/interop/
Dinterop_client.php91 $request->setResponseType(Grpc\Testing\PayloadType::COMPRESSABLE);
94 $payload->setType(Grpc\Testing\PayloadType::COMPRESSABLE);
109 hardAssert($payload->getType() === Grpc\Testing\PayloadType::COMPRESSABLE,
269 $request->setResponseType(Grpc\Testing\PayloadType::COMPRESSABLE);
282 $payload->getType() === Grpc\Testing\PayloadType::COMPRESSABLE,
304 $request->setResponseType(Grpc\Testing\PayloadType::COMPRESSABLE);
318 $payload->getType() === Grpc\Testing\PayloadType::COMPRESSABLE,
364 $request->setResponseType(Grpc\Testing\PayloadType::COMPRESSABLE);
384 $request->setResponseType(Grpc\Testing\PayloadType::COMPRESSABLE);
409 $request->setResponseType(Grpc\Testing\PayloadType::COMPRESSABLE);
[all …]
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DAbstractInteropTest.java21 import static io.grpc.testing.integration.Messages.PayloadType.COMPRESSABLE;
392 .setResponseType(PayloadType.COMPRESSABLE) in largeUnary()
398 .setType(PayloadType.COMPRESSABLE) in largeUnary()
503 .setResponseType(PayloadType.COMPRESSABLE) in serverStreaming()
516 .setType(PayloadType.COMPRESSABLE) in serverStreaming()
521 .setType(PayloadType.COMPRESSABLE) in serverStreaming()
526 .setType(PayloadType.COMPRESSABLE) in serverStreaming()
531 .setType(PayloadType.COMPRESSABLE) in serverStreaming()
695 .setType(PayloadType.COMPRESSABLE) in pingPong()
700 .setType(PayloadType.COMPRESSABLE) in pingPong()
[all …]
DTestServiceImpl.java115 .setType(compressable ? PayloadType.COMPRESSABLE : PayloadType.UNCOMPRESSABLE) in unaryCall()
428 .setType(compressable ? PayloadType.COMPRESSABLE : PayloadType.UNCOMPRESSABLE)
465 case COMPRESSABLE:
DHttp2Client.java208 .setResponseType(PayloadType.COMPRESSABLE)
213 .setType(PayloadType.COMPRESSABLE)
/external/grpc-grpc/src/python/grpcio_tests/tests/fork/
Dmethods.py57 response_type=messages_pb2.COMPRESSABLE,
62 _validate_payload_type_and_length(response, messages_pb2.COMPRESSABLE, size)
68 response_type=messages_pb2.COMPRESSABLE,
72 _validate_payload_type_and_length(response, messages_pb2.COMPRESSABLE, size)
296 response_type=messages_pb2.COMPRESSABLE,
312 _validate_payload_type_and_length(response, messages_pb2.COMPRESSABLE,
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dmessages.proto26 COMPRESSABLE = 0; enumerator
50 // If response_type is COMPRESSABLE, this denotes the size before compression.
91 // If response_type is COMPRESSABLE, this denotes the size before compression.
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/requests/r/
Dtest_requests.proto27 // If response_type is COMPRESSABLE, this denotes the size before compression.
43 // If response_type is COMPRESSABLE, this denotes the size before compression.
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py77 response.payload.payload_type = payload_pb2.COMPRESSABLE
85 response.payload.payload_type = payload_pb2.COMPRESSABLE
103 response.payload.payload_type = payload_pb2.COMPRESSABLE
113 response.payload.payload_type = payload_pb2.COMPRESSABLE
195 request.payload.payload_type = payload_pb2.COMPRESSABLE
Dbeta_python_plugin_test.py145 response.payload.payload_type = self._payload_pb2.COMPRESSABLE
153 response.payload.payload_type = self._payload_pb2.COMPRESSABLE
171 response.payload.payload_type = self._payload_pb2.COMPRESSABLE
181 response.payload.payload_type = self._payload_pb2.COMPRESSABLE
260 request.payload.payload_type = payload_pb2.COMPRESSABLE
/external/grpc-grpc/src/php/tests/qps/
Dclient.php103 $req->setResponseType(Grpc\Testing\PayloadType::COMPRESSABLE);
106 $payload->setType(Grpc\Testing\PayloadType::COMPRESSABLE);
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DPayloadType.php20 const COMPRESSABLE = 0; define in Grpc\\Testing\\PayloadType
/external/grpc-grpc/test/cpp/qps/
Dclient.h73 req->set_response_type(grpc::testing::PayloadType::COMPRESSABLE); in ClientRequestCreator()
76 grpc::testing::PayloadType::COMPRESSABLE); in ClientRequestCreator()
84 req->set_response_type(grpc::testing::PayloadType::COMPRESSABLE); in ClientRequestCreator()
87 grpc::testing::PayloadType::COMPRESSABLE); in ClientRequestCreator()
Dserver.h82 if (type != PayloadType::COMPRESSABLE) { in SetPayload()
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DTransportCompressionTest.java110 .setResponseType(PayloadType.COMPRESSABLE)
116 .setType(PayloadType.COMPRESSABLE)
DHttp2OkHttpTest.java119 .setResponseType(Messages.PayloadType.COMPRESSABLE); in receivedDataForFinishedStream()
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/payload/
Dtest_payload.proto21 COMPRESSABLE= 0; enumerator
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/java/io/grpc/testing/integration/
DLongLivedChannel.java60 .setResponseType(Messages.PayloadType.COMPRESSABLE) in doGet()
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
DClientConfiguration.java63 PayloadType payloadType = PayloadType.COMPRESSABLE;
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/
DUtils.java251 if (!Messages.PayloadType.COMPRESSABLE.equals(request.getResponseType())) { in makeResponse()
/external/grpc-grpc/src/proto/grpc/testing/
Dmessages.proto33 COMPRESSABLE = 0; enumerator
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dmessages.proto35 COMPRESSABLE = 0; enumerator
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dmessages.proto28 COMPRESSABLE = 0; enumerator
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dmessages.proto35 COMPRESSABLE = 0; enumerator

12