Home
last modified time | relevance | path

Searched refs:shutdownOutput (Results 1 – 16 of 16) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketImplTest.java54 s.shutdownOutput(); in test_shutdownOutput()
142 public void shutdownOutput() throws IOException { in shutdownOutput() method in SocketImplTest.MockSocketImpl
143 super.shutdownOutput(); in shutdownOutput()
DSocketTest.java876 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/
DSocketImpl.java215 protected void shutdownOutput() throws IOException { in shutdownOutput() method in SocketImpl
DSocket.java1496 public void shutdownOutput() throws IOException in shutdownOutput() method in Socket
1504 getImpl().shutdownOutput(); in shutdownOutput()
DAbstractPlainSocketImpl.java526 protected void shutdownOutput() throws IOException { in shutdownOutput() method in AbstractPlainSocketImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DMockSocketChannel.java95 public SocketChannel shutdownOutput() throws IOException { in shutdownOutput() method in MockSocketChannel
DSocketChannelTest.java3818 public SocketChannel shutdownOutput() throws IOException { in shutdownOutput() method in SocketChannelTest.MockSocketChannel
/libcore/ojluni/src/main/java/java/nio/channels/
DSocketChannel.java283 public abstract SocketChannel shutdownOutput() throws IOException; in shutdownOutput() method in SocketChannel
/libcore/luni/src/test/java/libcore/java/nio/channels/
DSocketChannelTest.java377 channel1.shutdownOutput(); in test_shutdownOutput()
383 channel1.shutdownOutput(); in test_shutdownOutput()
393 channel1.shutdownOutput(); in test_shutdownOutput()
DSelectorTest.java199 server.shutdownOutput(); in test28318596()
DOldSocketChannelTest.java420 public SocketChannel shutdownOutput() throws IOException { in shutdownOutput() method in OldSocketChannelTest.MockSocketChannel
/libcore/ojluni/src/main/java/sun/nio/ch/
DSocketAdaptor.java449 public void shutdownOutput() throws IOException { in shutdownOutput() method in SocketAdaptor
451 sc.shutdownOutput(); in shutdownOutput()
DSocketChannelImpl.java819 public SocketChannel shutdownOutput() throws IOException { in shutdownOutput() method in SocketChannelImpl
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java634 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()
DURLConnectionTest.java3223 @Override public void shutdownOutput() throws IOException {
3224 delegate.shutdownOutput();
/libcore/support/src/test/java/tests/http/
DMockWebServer.java321 socket.shutdownOutput(); in serveConnection()