/libcore/luni/src/test/java/libcore/java/net/ |
D | ServerSocketTest.java | 53 assertEquals(0, result[0].getSoTimeout()); in testTimeoutAfterAccept()
|
D | OldServerSocketTest.java | 234 int actualTimeout = s.getSoTimeout(); in test_getSoTimeout_setSoTimeout() 239 s.getSoTimeout(); in test_getSoTimeout_setSoTimeout()
|
D | OldSocketTest.java | 397 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()
|
D | URLConnectionTest.java | 3573 … @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/ |
D | ServerSocket.annotated.java | 70 public synchronized int getSoTimeout() throws java.io.IOException { throw new RuntimeException("Stu… in getSoTimeout() method in ServerSocket
|
D | DatagramSocket.annotated.java | 76 public synchronized int getSoTimeout() throws java.net.SocketException { throw new RuntimeException… in getSoTimeout() method in DatagramSocket
|
D | Socket.annotated.java | 98 public synchronized int getSoTimeout() throws java.net.SocketException { throw new RuntimeException… in getSoTimeout() method in Socket
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | ServerSocket.java | 118 public synchronized int getSoTimeout() throws java.io.IOException { in getSoTimeout() method in ServerSocket
|
D | DatagramSocket.java | 139 public synchronized int getSoTimeout() throws java.net.SocketException { in getSoTimeout() method in DatagramSocket
|
D | Socket.java | 205 public synchronized int getSoTimeout() throws java.net.SocketException { in getSoTimeout() method in Socket
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | ServerSocketAdaptor.java | 156 public int getSoTimeout() throws SocketException { in getSoTimeout() method in ServerSocketAdaptor
|
D | DatagramSocketAdaptor.java | 261 public int getSoTimeout() throws SocketException { in getSoTimeout() method in DatagramSocketAdaptor
|
D | SocketAdaptor.java | 360 public int getSoTimeout() throws SocketException { in getSoTimeout() method in SocketAdaptor
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | ServerSocketChannelTest.java | 314 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()
|
D | DatagramChannelTest.java | 285 assertEquals(s1.getSoTimeout(), 0); in testSocket_BasicStatusBeforeConnect() 339 assertEquals(s.getSoTimeout(), 0); in assertSocketAfterConnect()
|
D | SocketChannelTest.java | 552 assertEquals(0, s.getSoTimeout()); in assertSocketBeforeConnect() 583 assertEquals(0, s.getSoTimeout()); in assertSocketAfterConnect()
|
/libcore/ojluni/src/main/java/java/net/ |
D | ServerSocket.java | 665 public synchronized int getSoTimeout() throws IOException { in getSoTimeout() method in ServerSocket
|
D | DatagramSocket.java | 949 public synchronized int getSoTimeout() throws SocketException { in getSoTimeout() method in DatagramSocket
|
D | Socket.java | 1194 public synchronized int getSoTimeout() throws SocketException { in getSoTimeout() method in Socket
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | ServerSocketTest.java | 317 int actualTimeout = s.getSoTimeout(); in test_getSoTimeout() 375 int actualSoTimeout = s.getSoTimeout(); in test_setSoTimeoutI()
|
D | SocketTest.java | 974 int actualTimeout = client.getSoTimeout(); in test_getSoTimeout() 1506 int actualTimeout = client.getSoTimeout(); in test_setSoTimeoutI()
|
D | DatagramSocketTest.java | 412 int actualTimeout = ds.getSoTimeout(); in test_getSoTimeout()
|