Home
last modified time | relevance | path

Searched defs:messageLength (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DMessageFramer.java134 int messageLength = -2; in writePayload() local
164 private int writeUncompressed(InputStream message, int messageLength) throws IOException { in writeUncompressed()
212 private int writeKnownLengthUncompressed(InputStream message, int messageLength) in writeKnownLengthUncompressed()
238 int messageLength = bufferChain.readableBytes(); in writeBufferChain() local
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DTrafficControlProxy.java240 int messageLength; field in TrafficControlProxy.Message
242 Message(long sendTime, byte[] message, int messageLength) { in Message()
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DOkHttpClientTransportTest.java601 int messageLength = Utils.DEFAULT_WINDOW_SIZE / 4; in windowUpdate() local
654 int messageLength = Utils.DEFAULT_WINDOW_SIZE / 2 + 1; in windowUpdateWithInboundFlowControl() local
688 int messageLength = Utils.DEFAULT_WINDOW_SIZE / 2 + 1; in outboundFlowControl() local
724 int messageLength = 20; in outboundFlowControlWithInitialWindowSizeChange() local
770 int messageLength = 20; in outboundFlowControlWithInitialWindowSizeChangeInMiddleOfStream() local
1079 int messageLength = Utils.DEFAULT_WINDOW_SIZE + 1; in receivingWindowExceeded() local
1267 int messageLength = in notifyOnReady() local
/external/okio/okio/src/hashFunctions/kotlin/okio/internal/
DMd5.kt21 private var messageLength = 0L variable
DSha1.kt21 private var messageLength = 0L variable
DSha512.kt21 private var messageLength = 0L variable in okio.internal.Sha512
DSha256.kt21 private var messageLength = 0L variable
/external/angle/src/tests/gl_tests/
DDebugTest.cpp259 GLint messageLength = 0; in TEST_P() local
316 GLint messageLength = 0; in TEST_P() local
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEciesTest.java53 int expectedCiphertextLength(String algorithm, int coordinateSize, int messageLength) in expectedCiphertextLength()
/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc280 DWORD messageLength = ::FormatMessageW(dwFlags, 0, hr, dwLangID, errorText, in CoreAudioIsSupported() local
4130 DWORD messageLength = ::FormatMessageW(dwFlags, 0, hr, dwLangID, errorText, in _TraceCOMError() local
/external/wpa_supplicant_8/src/eap_peer/
Dtncc.c143 TNC_UInt32 messageLength, in TNC_TNCC_SendMessage()
/external/wpa_supplicant_8/src/eap_server/
Dtncs.c178 TNC_UInt32 messageLength, in TNC_TNCS_SendMessage()
/external/angle/src/tests/test_utils/
DANGLETest.cpp1226 SIZE_T messageLength = 0; in checkD3D11SDKLayersMessages() local
/external/angle/src/libANGLE/
DvalidationES2.cpp2234 size_t messageLength = (length < 0) ? strlen(buf) : length; in ValidateDebugMessageInsertKHR() local
2300 size_t messageLength = (length < 0) ? strlen(message) : length; in ValidatePushDebugGroupKHR() local