Searched refs:getSendBufferSize (Results 1 - 13 of 13) sorted by path

/external/conscrypt/android/src/main/java/org/conscrypt/
H A DKitKatPlatformOpenSSLSocketImplAdapter.java195 public int getSendBufferSize() throws SocketException { method in class:KitKatPlatformOpenSSLSocketImplAdapter
196 return delegate.getSendBufferSize();
H A DPreKitKatPlatformOpenSSLSocketImplAdapter.java195 public int getSendBufferSize() throws SocketException { method in class:PreKitKatPlatformOpenSSLSocketImplAdapter
196 return delegate.getSendBufferSize();
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DAbstractConscryptSocket.java364 public int getSendBufferSize() throws SocketException { method in class:AbstractConscryptSocket
366 return socket.getSendBufferSize();
368 return super.getSendBufferSize();
/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
H A DSSLSocketTest.java1622 sendBufferSize = client.getSendBufferSize();
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
H A DMockSocketConnection.java237 public synchronized int getSendBufferSize() throws SocketException { method in class:MockSocketConnection.MockSocket
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DDelegatingSSLSocket.java168 @Override public int getSendBufferSize() throws SocketException { method in class:DelegatingSSLSocket
169 return delegate.getSendBufferSize();
/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 259 milliseconds