Searched refs:setReceiveBufferSize (Results 1 - 19 of 19) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DDisconnectTest.java60 serverSocket.setReceiveBufferSize(SOCKET_BUFFER_SIZE);
68 socket.setReceiveBufferSize(SOCKET_BUFFER_SIZE);
H A DThreadInterruptTest.java62 serverSocket.setReceiveBufferSize(SOCKET_BUFFER_SIZE);
70 socket.setReceiveBufferSize(SOCKET_BUFFER_SIZE);
/external/okhttp/okio/okio/src/test/java/okio/
H A DSocketTimeoutTest.java95 serverSocket.setReceiveBufferSize(SOCKET_BUFFER_SIZE);
118 socket.setReceiveBufferSize(SOCKET_BUFFER_SIZE);
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DAbstractConscryptSocket.java373 public void setReceiveBufferSize(int size) throws SocketException { method in class:AbstractConscryptSocket
375 socket.setReceiveBufferSize(size);
377 super.setReceiveBufferSize(size);
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
H A DMockServerSocket.java168 public synchronized void setReceiveBufferSize(int size) method in class:MockServerSocket
H A DMockSocketConnection.java303 public synchronized void setReceiveBufferSize(int size) method in class:MockSocketConnection.MockSocket
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DDelegatingSSLSocket.java188 @Override public void setReceiveBufferSize(int size) throws SocketException { method in class:DelegatingSSLSocket
189 delegate.setReceiveBufferSize(size);
H A DURLConnectionTest.java2258 serverSocket.setReceiveBufferSize(SOCKET_BUFFER_SIZE);
2265 socket.setReceiveBufferSize(SOCKET_BUFFER_SIZE);
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DUDPMessageProcessor.java110 sock.setReceiveBufferSize(sipStack.getReceiveUdpBufferSize());
/external/conscrypt/android/src/main/java/org/conscrypt/
H A DKitKatPlatformOpenSSLSocketImplAdapter.java163 public void setReceiveBufferSize(int size) throws SocketException { method in class:KitKatPlatformOpenSSLSocketImplAdapter
164 delegate.setReceiveBufferSize(size);
H A DPreKitKatPlatformOpenSSLSocketImplAdapter.java163 public void setReceiveBufferSize(int size) throws SocketException { method in class:PreKitKatPlatformOpenSSLSocketImplAdapter
164 delegate.setReceiveBufferSize(size);
/external/conscrypt/testing/src/main/java/libcore/javax/net/ssl/
H A DTestSSLContext.java326 serverSocket.setReceiveBufferSize(serverReceiveBufferSize);
/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 237 milliseconds