/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLEngineImpl.java | 748 int bytesProduced = 0; in unwrap() local 759 bytesProduced += bytesRead; in unwrap() 773 return newResult(bytesConsumed, bytesProduced, handshakeStatus); in unwrap() 776 return newResult(bytesConsumed, bytesProduced, handshakeStatus); in unwrap() 779 bytesConsumed, bytesProduced); in unwrap() 794 return sslReadErrorResult(err, bytesConsumed, bytesProduced); in unwrap() 813 bytesConsumed, bytesProduced); in unwrap() 816 return newResult(bytesConsumed, bytesProduced, handshakeStatus); in unwrap() 993 int bytesProduced, SSLEngineResult.HandshakeStatus status) throws SSLException { in readPendingBytesFromBIO() argument 1004 bytesConsumed, bytesProduced); in readPendingBytesFromBIO() [all …]
|
D | OpenSSLEngineSocketImpl.java | 372 if (target.position() != engineResult.bytesProduced()) { in write() 374 + engineResult.bytesProduced() in write() 506 if (engineResult.bytesProduced() == 0) { in read() 530 if (!needMoreData && engineResult.bytesProduced() == 0) { in read()
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | OpenSSLEngineImplTest.java | 182 assertEquals(MESSAGE_SIZE, unwrapResult.bytesProduced()); in exchangeMessages() 228 int bytesProduced = unwrapResult.bytesProduced(); in exchangeLargeMessage() local 229 assertEquals(bytesProduced, newPos - prevPos); in exchangeLargeMessage() 232 if (bytesProduced > 0) { in exchangeLargeMessage() 233 byte[] decryptedBytes = new byte[unwrapResult.bytesProduced()]; in exchangeLargeMessage()
|
/external/conscrypt/testing/src/main/java/org/conscrypt/testing/ |
D | TestUtil.java | 219 assertEquals(cTOs.position() - cTOsPos, clientResult.bytesProduced()); in doEngineHandshake() 220 assertEquals(sTOc.position() - sTOcPos, serverResult.bytesProduced()); in doEngineHandshake() 250 clientResult.bytesProduced()); in doEngineHandshake() 252 serverResult.bytesProduced()); in doEngineHandshake()
|
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 3782 ULONG bytesProduced = 0; in DoCaptureThreadPollDMO() local 3786 hr = _mediaBuffer->GetBufferAndLength(&data, &bytesProduced); in DoCaptureThreadPollDMO() 3797 if (bytesProduced > 0) in DoCaptureThreadPollDMO() 3799 const int kSamplesProduced = bytesProduced / _recAudioFrameSize; in DoCaptureThreadPollDMO()
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |