Searched refs:bytesProduced (Results 1 - 12 of 12) sorted by relevance

/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLEngineTest.java165 assertEquals(20, res.bytesProduced());
174 assertEquals(20, res.bytesProduced());
190 assertEquals(20, res.bytesProduced());
209 assertEquals(20, res.bytesProduced());
296 assertEquals(2, res.bytesProduced());
305 assertEquals(2, res.bytesProduced());
321 assertEquals(2, res.bytesProduced());
340 assertEquals(2, res.bytesProduced());
H A DSSLEngineResultTest.java33 * int bytesProduced) </code> constructor and
37 * <code>bytesProduced()</code>
42 * or bytesProduced is negative or when status or handshakeStatus
90 assertEquals("Incorrect bytesProduced", res
91 .bytesProduced(), pos[l]);
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLEngineImplTest.java550 result.bytesProduced() > 0);
644 0, result.bytesProduced());
661 result.bytesProduced() > 0);
826 if (result.bytesProduced() > 0) {
924 result.bytesProduced() > 0);
997 result.bytesProduced() > 0);
1082 "data to be sent".length(), result.bytesProduced());
1085 byte[] resulting_data = new byte[result.bytesProduced()];
1112 i, result.bytesProduced());
1190 0, result.bytesProduced());
[all...]
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DSslConnection.java467 result.bytesProduced());
471 _outbound.setPutIndex(_outbound.putIndex()+result.bytesProduced());
513 return result.bytesConsumed()>0 || result.bytesProduced()>0;
543 result.bytesProduced());
547 buffer.setPutIndex(buffer.putIndex()+result.bytesProduced());
592 //if (LOG.isDebugEnabled() && result.bytesProduced()>0)
595 return result.bytesConsumed()>0 || result.bytesProduced()>0;
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc3782 ULONG bytesProduced = 0; local
3786 hr = _mediaBuffer->GetBufferAndLength(&data, &bytesProduced);
3797 if (bytesProduced > 0)
3799 const int kSamplesProduced = bytesProduced / _recAudioFrameSize;
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 254 milliseconds