/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 | 292 public abstract SocketChannel shutdownOutput() throws IOException; in shutdownOutput() method in SocketChannel
|
D | AsynchronousSocketChannel.java | 261 public abstract AsynchronousSocketChannel shutdownOutput() throws IOException; in shutdownOutput() method in AsynchronousSocketChannel
|
/libcore/ojluni/annotations/mmodule/java/net/ |
D | SocketImpl.annotated.java | 61 protected void shutdownOutput() throws java.io.IOException { throw new RuntimeException("Stub!"); } in shutdownOutput() method in SocketImpl
|
D | Socket.annotated.java | 124 public void shutdownOutput() throws java.io.IOException { throw new RuntimeException("Stub!"); } in shutdownOutput() method in Socket
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | SocketImplTest.java | 148 public void shutdownOutput() throws IOException { in shutdownOutput() method in SocketImplTest.MockSocketImpl
|
/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
|
D | Socket.java | 1592 public void shutdownOutput() throws IOException in shutdownOutput() method in Socket
|
/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/luni/src/test/java/libcore/java/nio/channels/ |
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 | 422 public void shutdownOutput() throws IOException { in shutdownOutput() method in SocketAdaptor
|
D | SocketChannelImpl.java | 839 public SocketChannel shutdownOutput() throws IOException { in shutdownOutput() method in SocketChannelImpl
|
D | AsynchronousSocketChannelImpl.java | 550 public final AsynchronousSocketChannel shutdownOutput() throws IOException { in shutdownOutput() method in AsynchronousSocketChannelImpl
|