/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | SocketImplTest.java | 60 s.shutdownOutput(); in test_shutdownOutput() 148 public void shutdownOutput() throws IOException { in shutdownOutput() method in SocketImplTest.MockSocketImpl 149 super.shutdownOutput(); in shutdownOutput()
|
D | SocketTest.java | 877 s.shutdownOutput(); in test_getOutputStream() 1169 worker.shutdownOutput(); in test_isOutputShutdown() 1228 worker.shutdownOutput(); in test_sendUrgentDataI() 1284 worker.shutdownOutput(); in test_sendUrgentDataI() 1343 worker.shutdownOutput(); in test_sendUrgentDataI() 1607 worker.shutdownOutput(); in test_shutdownOutput() 1626 s.shutdownOutput(); in test_shutdownOutput() 1628 s.shutdownOutput(); in test_shutdownOutput()
|
/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
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | SocketChannel.java | 292 public abstract SocketChannel shutdownOutput() throws IOException; in shutdownOutput() method in SocketChannel
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | SocketChannelTest.java | 391 channel1.shutdownOutput(); in test_shutdownOutput() 398 channel1.shutdownOutput(); in test_shutdownOutput() 411 channel1.shutdownOutput(); in test_shutdownOutput()
|
D | SelectorTest.java | 180 server.shutdownOutput(); in test28318596()
|
D | OldSocketChannelTest.java | 420 public SocketChannel shutdownOutput() throws IOException { in shutdownOutput() method in OldSocketChannelTest.MockSocketChannel
|
D | AsynchronousSocketChannelTest.java | 813 asc.shutdownOutput(); in test_shutdown()
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | SocketImpl.java | 66 protected void shutdownOutput() throws java.io.IOException { in shutdownOutput() method in SocketImpl
|
D | Socket.java | 257 public void shutdownOutput() throws java.io.IOException { in shutdownOutput() method in Socket
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SocketAdaptor.java | 422 public void shutdownOutput() throws IOException { in shutdownOutput() method in SocketAdaptor 424 sc.shutdownOutput(); in shutdownOutput()
|
D | AsynchronousSocketChannelImpl.java | 550 public final AsynchronousSocketChannel shutdownOutput() throws IOException { in shutdownOutput() method in AsynchronousSocketChannelImpl
|
D | SocketChannelImpl.java | 839 public SocketChannel shutdownOutput() throws IOException { in shutdownOutput() method in SocketChannelImpl
|
/libcore/ojluni/src/main/java/java/net/ |
D | SocketImpl.java | 216 protected void shutdownOutput() throws IOException { in shutdownOutput() method in SocketImpl
|
D | AbstractPlainSocketImpl.java | 632 protected void shutdownOutput() throws IOException { in shutdownOutput() method in AbstractPlainSocketImpl
|
/libcore/ojluni/annotations/mmodule/java/net/ |
D | Socket.annotated.java | 124 public void shutdownOutput() throws java.io.IOException { throw new RuntimeException("Stub!"); } in shutdownOutput() method in Socket
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldSocketTest.java | 640 servSock.shutdownOutput(); in test_shutdownOutput() 1370 servSock.shutdownOutput(); in test_isOutputShutdown() 1969 s.shutdownOutput(); in test_getOutputStream_shutdownOutput() 2005 s.shutdownOutput(); in test_shutdownInputOutput_twice() 2008 s.shutdownOutput(); in test_shutdownInputOutput_twice()
|