Home
last modified time | relevance | path

Searched refs:shutdownInput (Results 1 – 18 of 18) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketImplTest.java73 s.shutdownInput(); in test_shutdownInput()
152 public void shutdownInput() throws IOException { in shutdownInput() method in SocketImplTest.MockSocketImpl
153 super.shutdownInput(); in shutdownInput()
DSocketTest.java1132 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/
DShutdownInput.java76 s2.shutdownInput(); in test()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DMockSocketChannel.java100 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in MockSocketChannel
/libcore/ojluni/src/main/java/java/nio/channels/
DSocketChannel.java271 public abstract SocketChannel shutdownInput() throws IOException; in shutdownInput() method in SocketChannel
/libcore/ojluni/annotations/hiddenapi/java/net/
DSocketImpl.java62 protected void shutdownInput() throws java.io.IOException { in shutdownInput() method in SocketImpl
DSocket.java253 public void shutdownInput() throws java.io.IOException { in shutdownInput() method in Socket
/libcore/ojluni/src/main/java/sun/nio/ch/
DSocketAdaptor.java414 public void shutdownInput() throws IOException { in shutdownInput() method in SocketAdaptor
416 sc.shutdownInput(); in shutdownInput()
DAsynchronousSocketChannelImpl.java532 public final AsynchronousSocketChannel shutdownInput() throws IOException { in shutdownInput() method in AsynchronousSocketChannelImpl
DSocketChannelImpl.java822 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in SocketChannelImpl
/libcore/ojluni/src/main/java/java/net/
DSocketImpl.java196 protected void shutdownInput() throws IOException { in shutdownInput() method in SocketImpl
DAbstractPlainSocketImpl.java618 protected void shutdownInput() throws IOException { in shutdownInput() method in AbstractPlainSocketImpl
/libcore/luni/src/test/java/libcore/java/nio/channels/
DSelectorTest.java179 server.shutdownInput(); in test28318596()
DOldSocketChannelTest.java425 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in OldSocketChannelTest.MockSocketChannel
DSocketChannelTest.java372 channel1.shutdownInput(); in test_shutdownInput()
DAsynchronousSocketChannelTest.java796 asc.shutdownInput(); in test_shutdown()
/libcore/ojluni/annotations/mmodule/java/net/
DSocket.annotated.java122 public void shutdownInput() throws java.io.IOException { throw new RuntimeException("Stub!"); } in shutdownInput() method in Socket
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java605 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()