/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/ |
D | OkHttpClientStreamTest.java | 58 private static final int MAX_MESSAGE_SIZE = 100; field in OkHttpClientStreamTest 89 MAX_MESSAGE_SIZE, in setUp() 151 flowController, lock, MAX_MESSAGE_SIZE, "localhost", "good-application", in start_userAgentRemoved() 166 flowController, lock, MAX_MESSAGE_SIZE, "localhost", "good-application", in start_headerFieldOrder() 194 flowController, lock, MAX_MESSAGE_SIZE, "localhost", "good-application", in getUnaryRequest()
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | AutoWindowSizingOnTest.java | 41 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE); in getServerBuilder() 48 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE); in createChannel()
|
D | Http2NettyLocalChannelTest.java | 41 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder() 52 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE); in createChannel()
|
D | Http2NettyTest.java | 49 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder() 67 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in createChannel()
|
D | TransportCompressionTest.java | 89 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder() 130 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE)
|
D | Http2OkHttpTest.java | 81 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder() 95 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in createChannelBuilder()
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | AbstractServerStreamTest.java | 56 private static final int MAX_MESSAGE_SIZE = 100; field in AbstractServerStreamTest 78 new AbstractServerStreamBase.TransportState(MAX_MESSAGE_SIZE, transportTracer)); in setUp()
|
/external/curl/lib/ |
D | smb.c | 121 #define MAX_MESSAGE_SIZE (MAX_PAYLOAD_SIZE + 0x1000) macro 258 smbc->recv_buf = malloc(MAX_MESSAGE_SIZE); in smb_connect() 294 size_t len = MAX_MESSAGE_SIZE - smbc->got; in smb_recv_message() 457 msg.max_buffer_size = smb_swap16(MAX_MESSAGE_SIZE); in smb_send_setup()
|
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/java/io/grpc/testing/integration/ |
D | NettyClientInteropServlet.java | 136 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE); in createChannel()
|
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/ |
D | TestServiceServer.java | 150 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in start()
|
D | AbstractInteropTest.java | 150 public static final int MAX_MESSAGE_SIZE = 16 * 1024 * 1024; field in AbstractInteropTest
|
/external/grpc-grpc-java/gae-interop-testing/gae-jdk7/src/main/java/io/grpc/testing/integration/ |
D | OkHttpClientInteropServlet.java | 218 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE);
|
/external/vm_tools/p9/src/server/ |
D | mod.rs | 106 const MAX_MESSAGE_SIZE: u32 = ::std::u16::MAX as u32; constant 346 msize: MAX_MESSAGE_SIZE, in default() 367 msize: MAX_MESSAGE_SIZE, in new()
|