/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | MessageFramer.java | 134 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/ |
D | TrafficControlProxy.java | 240 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/ |
D | OkHttpClientTransportTest.java | 601 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/ |
D | Md5.kt | 21 private var messageLength = 0L variable
|
D | Sha1.kt | 21 private var messageLength = 0L variable
|
D | Sha512.kt | 21 private var messageLength = 0L variable in okio.internal.Sha512
|
D | Sha256.kt | 21 private var messageLength = 0L variable
|
/external/angle/src/tests/gl_tests/ |
D | DebugTest.cpp | 259 GLint messageLength = 0; in TEST_P() local 316 GLint messageLength = 0; in TEST_P() local
|
/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
D | EciesTest.java | 53 int expectedCiphertextLength(String algorithm, int coordinateSize, int messageLength) in expectedCiphertextLength()
|
/external/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 280 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/ |
D | tncc.c | 143 TNC_UInt32 messageLength, in TNC_TNCC_SendMessage()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | tncs.c | 178 TNC_UInt32 messageLength, in TNC_TNCS_SendMessage()
|
/external/angle/src/tests/test_utils/ |
D | ANGLETest.cpp | 1226 SIZE_T messageLength = 0; in checkD3D11SDKLayersMessages() local
|
/external/angle/src/libANGLE/ |
D | validationES2.cpp | 2234 size_t messageLength = (length < 0) ? strlen(buf) : length; in ValidateDebugMessageInsertKHR() local 2300 size_t messageLength = (length < 0) ? strlen(message) : length; in ValidatePushDebugGroupKHR() local
|