Home
last modified time | relevance | path

Searched defs:messageLength (Results 1 – 16 of 16) 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 in okio.internal.Sha256
/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/
DKMEcdsa256NoDigestSignature.java83 public void update(byte[] message, short msgStart, short messageLength) throws CryptoException { in update()
/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/
DKMEcdsa256NoDigestSignature.java83 public void update(byte[] message, short msgStart, short messageLength) throws CryptoException { in update()
/external/angle/src/tests/gl_tests/
DDebugTest.cpp265 GLint messageLength = 0; in TEST_P() local
322 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.cc285 DWORD messageLength = ::FormatMessageW(dwFlags, 0, hr, dwLangID, errorText, in CoreAudioIsSupported() local
4151 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.cpp1327 SIZE_T messageLength = 0; in checkD3D11SDKLayersMessages() local
/external/angle/src/libANGLE/
DvalidationES2.cpp2021 size_t messageLength = (length < 0) ? strlen(buf) : length; in ValidateDebugMessageInsertKHR() local
2084 size_t messageLength = (length < 0) ? strlen(message) : length; in ValidatePushDebugGroupBase() local