/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | SocketImplTest.java | 67 s.shutdownInput(); in test_shutdownInput() 146 public void shutdownInput() throws IOException { in shutdownInput() method in SocketImplTest.MockSocketImpl 147 super.shutdownInput(); in shutdownInput()
|
D | SocketTest.java | 1130 client.shutdownInput(); in test_isInputShutdown() 1560 client.shutdownInput(); in test_shutdownInput() 1577 s.shutdownInput(); in test_shutdownInput() 1579 s.shutdownInput(); in test_shutdownInput()
|
/libcore/ojluni/src/main/java/java/net/ |
D | SocketImpl.java | 195 protected void shutdownInput() throws IOException { in shutdownInput() method in SocketImpl
|
D | Socket.java | 1466 public void shutdownInput() throws IOException in shutdownInput() method in Socket 1474 getImpl().shutdownInput(); in shutdownInput()
|
D | AbstractPlainSocketImpl.java | 513 protected void shutdownInput() throws IOException { in shutdownInput() method in AbstractPlainSocketImpl
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | MockSocketChannel.java | 100 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in MockSocketChannel
|
D | SocketChannelTest.java | 3823 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in SocketChannelTest.MockSocketChannel
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | SocketChannel.java | 262 public abstract SocketChannel shutdownInput() throws IOException; in shutdownInput() method in SocketChannel
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SocketAdaptor.java | 441 public void shutdownInput() throws IOException { in shutdownInput() method in SocketAdaptor 443 sc.shutdownInput(); in shutdownInput()
|
D | SocketChannelImpl.java | 802 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in SocketChannelImpl
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | SelectorTest.java | 198 server.shutdownInput(); in test28318596()
|
D | OldSocketChannelTest.java | 425 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in OldSocketChannelTest.MockSocketChannel
|
D | SocketChannelTest.java | 360 channel1.shutdownInput(); in test_shutdownInput()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldSocketTest.java | 599 theSocket.shutdownInput(); in test_shutdownInput() 618 socket.shutdownInput(); in test_shutdownInput() 649 theSocket.shutdownInput(); in test_shutdownOutput() 1416 theSocket.shutdownInput(); in test_isInputShutdown() 2113 s.shutdownInput(); in test_shutdownInputOutput_twice() 2116 s.shutdownInput(); in test_shutdownInputOutput_twice()
|
D | URLConnectionTest.java | 3219 @Override public void shutdownInput() throws IOException { 3220 delegate.shutdownInput();
|
/libcore/support/src/test/java/tests/http/ |
D | MockWebServer.java | 319 socket.shutdownInput(); in serveConnection()
|