/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | SocketImplTest.java | 73 s.shutdownInput(); in test_shutdownInput() 152 public void shutdownInput() throws IOException { in shutdownInput() method in SocketImplTest.MockSocketImpl 153 super.shutdownInput(); in shutdownInput()
|
D | SocketTest.java | 1132 client.shutdownInput(); in test_isInputShutdown() 1567 client.shutdownInput(); in test_shutdownInput() 1584 s.shutdownInput(); in test_shutdownInput() 1586 s.shutdownInput(); in test_shutdownInput()
|
/libcore/ojluni/src/test/java/net/Socket/ |
D | ShutdownInput.java | 76 s2.shutdownInput(); in test()
|
/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 | 271 public abstract SocketChannel shutdownInput() throws IOException; in shutdownInput() method in SocketChannel
|
D | AsynchronousSocketChannel.java | 241 public abstract AsynchronousSocketChannel shutdownInput() throws IOException; in shutdownInput() method in AsynchronousSocketChannel
|
/libcore/ojluni/annotations/mmodule/java/net/ |
D | SocketImpl.annotated.java | 59 protected void shutdownInput() throws java.io.IOException { throw new RuntimeException("Stub!"); } in shutdownInput() method in SocketImpl
|
D | Socket.annotated.java | 122 public void shutdownInput() throws java.io.IOException { throw new RuntimeException("Stub!"); } in shutdownInput() method in Socket
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SocketAdaptor.java | 414 public void shutdownInput() throws IOException { in shutdownInput() method in SocketAdaptor 416 sc.shutdownInput(); in shutdownInput()
|
D | AsynchronousSocketChannelImpl.java | 532 public final AsynchronousSocketChannel shutdownInput() throws IOException { in shutdownInput() method in AsynchronousSocketChannelImpl
|
D | SocketChannelImpl.java | 822 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in SocketChannelImpl
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | SocketImpl.java | 62 protected void shutdownInput() throws java.io.IOException { in shutdownInput() method in SocketImpl
|
D | Socket.java | 253 public void shutdownInput() throws java.io.IOException { in shutdownInput() method in Socket
|
/libcore/ojluni/src/main/java/java/net/ |
D | SocketImpl.java | 196 protected void shutdownInput() throws IOException { in shutdownInput() method in SocketImpl
|
D | Socket.java | 1562 public void shutdownInput() throws IOException in shutdownInput() method in Socket 1570 getImpl().shutdownInput(); in shutdownInput()
|
D | AbstractPlainSocketImpl.java | 618 protected void shutdownInput() throws IOException { in shutdownInput() method in AbstractPlainSocketImpl
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | SelectorTest.java | 179 server.shutdownInput(); in test28318596()
|
D | OldSocketChannelTest.java | 425 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in OldSocketChannelTest.MockSocketChannel
|
D | SocketChannelTest.java | 372 channel1.shutdownInput(); in test_shutdownInput()
|
D | AsynchronousSocketChannelTest.java | 796 asc.shutdownInput(); in test_shutdown()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldSocketTest.java | 605 theSocket.shutdownInput(); in test_shutdownInput() 624 socket.shutdownInput(); in test_shutdownInput() 655 theSocket.shutdownInput(); in test_shutdownOutput() 1340 theSocket.shutdownInput(); in test_isInputShutdown() 1997 s.shutdownInput(); in test_shutdownInputOutput_twice() 2000 s.shutdownInput(); in test_shutdownInputOutput_twice()
|
D | URLConnectionTest.java | 3592 @Override public void shutdownInput() throws IOException { delegate.shutdownInput(); } 3607 @Override public void shutdownInput() throws IOException { 3608 delegate.shutdownInput();
|
/libcore/api/ |
D | current.txt | 5401 method public void shutdownInput() throws java.io.IOException; 5433 method protected void shutdownInput() throws java.io.IOException; 6036 …method public abstract java.nio.channels.AsynchronousSocketChannel shutdownInput() throws java.io.… 6335 … method public abstract java.nio.channels.SocketChannel shutdownInput() throws java.io.IOException;
|