/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | SocketImplTest.java | 54 s.shutdownOutput(); in test_shutdownOutput() 142 public void shutdownOutput() throws IOException { in shutdownOutput() method in SocketImplTest.MockSocketImpl 143 super.shutdownOutput(); in shutdownOutput()
|
D | SocketTest.java | 876 s.shutdownOutput(); in test_getOutputStream() 1167 worker.shutdownOutput(); in test_isOutputShutdown() 1226 worker.shutdownOutput(); in test_sendUrgentDataI() 1282 worker.shutdownOutput(); in test_sendUrgentDataI() 1341 worker.shutdownOutput(); in test_sendUrgentDataI() 1600 worker.shutdownOutput(); in test_shutdownOutput() 1619 s.shutdownOutput(); in test_shutdownOutput() 1621 s.shutdownOutput(); in test_shutdownOutput()
|
/libcore/ojluni/src/main/java/java/net/ |
D | SocketImpl.java | 215 protected void shutdownOutput() throws IOException { in shutdownOutput() method in SocketImpl
|
D | Socket.java | 1496 public void shutdownOutput() throws IOException in shutdownOutput() method in Socket 1504 getImpl().shutdownOutput(); in shutdownOutput()
|
D | AbstractPlainSocketImpl.java | 526 protected void shutdownOutput() throws IOException { in shutdownOutput() method in AbstractPlainSocketImpl
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | MockSocketChannel.java | 95 public SocketChannel shutdownOutput() throws IOException { in shutdownOutput() method in MockSocketChannel
|
D | SocketChannelTest.java | 3818 public SocketChannel shutdownOutput() throws IOException { in shutdownOutput() method in SocketChannelTest.MockSocketChannel
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | SocketChannel.java | 283 public abstract SocketChannel shutdownOutput() throws IOException; in shutdownOutput() method in SocketChannel
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | SocketChannelTest.java | 377 channel1.shutdownOutput(); in test_shutdownOutput() 383 channel1.shutdownOutput(); in test_shutdownOutput() 393 channel1.shutdownOutput(); in test_shutdownOutput()
|
D | SelectorTest.java | 199 server.shutdownOutput(); in test28318596()
|
D | OldSocketChannelTest.java | 420 public SocketChannel shutdownOutput() throws IOException { in shutdownOutput() method in OldSocketChannelTest.MockSocketChannel
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SocketAdaptor.java | 449 public void shutdownOutput() throws IOException { in shutdownOutput() method in SocketAdaptor 451 sc.shutdownOutput(); in shutdownOutput()
|
D | SocketChannelImpl.java | 819 public SocketChannel shutdownOutput() throws IOException { in shutdownOutput() method in SocketChannelImpl
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldSocketTest.java | 634 servSock.shutdownOutput(); in test_shutdownOutput() 1446 servSock.shutdownOutput(); in test_isOutputShutdown() 2079 s.shutdownOutput(); in test_getOutputStream_shutdownOutput() 2121 s.shutdownOutput(); in test_shutdownInputOutput_twice() 2124 s.shutdownOutput(); in test_shutdownInputOutput_twice()
|
D | URLConnectionTest.java | 3223 @Override public void shutdownOutput() throws IOException { 3224 delegate.shutdownOutput();
|
/libcore/support/src/test/java/tests/http/ |
D | MockWebServer.java | 321 socket.shutdownOutput(); in serveConnection()
|