Home
last modified time | relevance | path

Searched refs:getSoTimeout (Results 1 – 22 of 22) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DServerSocketTest.java53 assertEquals(0, result[0].getSoTimeout()); in testTimeoutAfterAccept()
DOldServerSocketTest.java234 int actualTimeout = s.getSoTimeout(); in test_getSoTimeout_setSoTimeout()
239 s.getSoTimeout(); in test_getSoTimeout_setSoTimeout()
DOldSocketTest.java397 int ms = s.getSoTimeout(); in test_getSoTimeout_setSoTimeout()
401 s.getSoTimeout(); in test_getSoTimeout_setSoTimeout()
1300 theSocket.getSoTimeout(); in test_connectLjava_net_SocketAddressI_setSOTimeout()
1307 Math.abs(1000 - theSocket.getSoTimeout()) <= 10); in test_connectLjava_net_SocketAddressI_setSOTimeout()
1311 Math.abs(2000 - theSocket.getSoTimeout()) <= 10); in test_connectLjava_net_SocketAddressI_setSOTimeout()
DURLConnectionTest.java3573 … @Override public int getSoTimeout() throws SocketException { return delegate.getSoTimeout(); }
3739 @Override public int getSoTimeout() throws SocketException {
3740 return delegate.getSoTimeout();
/libcore/ojluni/annotations/mmodule/java/net/
DServerSocket.annotated.java70 public synchronized int getSoTimeout() throws java.io.IOException { throw new RuntimeException("Stu… in getSoTimeout() method in ServerSocket
DDatagramSocket.annotated.java76 public synchronized int getSoTimeout() throws java.net.SocketException { throw new RuntimeException… in getSoTimeout() method in DatagramSocket
DSocket.annotated.java98 public synchronized int getSoTimeout() throws java.net.SocketException { throw new RuntimeException… in getSoTimeout() method in Socket
/libcore/ojluni/annotations/hiddenapi/java/net/
DServerSocket.java118 public synchronized int getSoTimeout() throws java.io.IOException { in getSoTimeout() method in ServerSocket
DDatagramSocket.java139 public synchronized int getSoTimeout() throws java.net.SocketException { in getSoTimeout() method in DatagramSocket
DSocket.java205 public synchronized int getSoTimeout() throws java.net.SocketException { in getSoTimeout() method in Socket
/libcore/ojluni/src/main/java/sun/nio/ch/
DServerSocketAdaptor.java156 public int getSoTimeout() throws SocketException { in getSoTimeout() method in ServerSocketAdaptor
DDatagramSocketAdaptor.java261 public int getSoTimeout() throws SocketException { in getSoTimeout() method in DatagramSocketAdaptor
DSocketAdaptor.java360 public int getSoTimeout() throws SocketException { in getSoTimeout() method in SocketAdaptor
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DServerSocketChannelTest.java314 assertEquals(0, s.getSoTimeout()); in assertSocketNotAccepted()
676 int defaultTimeout = ss.getSoTimeout(); in test_accept_SOTIMEOUT()
682 int nonDefaultTimeout = ss.getSoTimeout(); in test_accept_SOTIMEOUT()
688 assertEquals(nonDefaultTimeout, ss.getSoTimeout()); in test_accept_SOTIMEOUT()
DDatagramChannelTest.java285 assertEquals(s1.getSoTimeout(), 0); in testSocket_BasicStatusBeforeConnect()
339 assertEquals(s.getSoTimeout(), 0); in assertSocketAfterConnect()
DSocketChannelTest.java552 assertEquals(0, s.getSoTimeout()); in assertSocketBeforeConnect()
583 assertEquals(0, s.getSoTimeout()); in assertSocketAfterConnect()
/libcore/ojluni/src/main/java/java/net/
DServerSocket.java665 public synchronized int getSoTimeout() throws IOException { in getSoTimeout() method in ServerSocket
DDatagramSocket.java949 public synchronized int getSoTimeout() throws SocketException { in getSoTimeout() method in DatagramSocket
DSocket.java1194 public synchronized int getSoTimeout() throws SocketException { in getSoTimeout() method in Socket
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DServerSocketTest.java317 int actualTimeout = s.getSoTimeout(); in test_getSoTimeout()
375 int actualSoTimeout = s.getSoTimeout(); in test_setSoTimeoutI()
DSocketTest.java974 int actualTimeout = client.getSoTimeout(); in test_getSoTimeout()
1506 int actualTimeout = client.getSoTimeout(); in test_setSoTimeoutI()
DDatagramSocketTest.java412 int actualTimeout = ds.getSoTimeout(); in test_getSoTimeout()