Home
last modified time | relevance | path

Searched refs:implCloseSelectableChannel (Results 1 – 12 of 12) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/spi/
DAbstractSelectableChannel.java234 implCloseSelectableChannel(); in implCloseChannel()
261 protected abstract void implCloseSelectableChannel() throws IOException; in implCloseSelectableChannel() method in AbstractSelectableChannel
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DMockServerSocketChannel.java47 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in MockServerSocketChannel
DMockSocketChannel.java82 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in MockSocketChannel
DMockDatagramChannel.java90 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in MockDatagramChannel
DSocketChannelTest.java3803 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in SocketChannelTest.MockSocketChannel
/libcore/ojluni/src/main/java/sun/nio/ch/
DSinkChannelImpl.java85 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in SinkChannelImpl
DSourceChannelImpl.java86 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in SourceChannelImpl
DServerSocketChannelImpl.java286 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in ServerSocketChannelImpl
DSocketChannelImpl.java872 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in SocketChannelImpl
DDatagramChannelImpl.java1049 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in DatagramChannelImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
DAbstractSelectableChannelTest.java299 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in AbstractSelectableChannelTest.MockSelectableChannel
/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldSocketChannelTest.java404 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in OldSocketChannelTest.MockSocketChannel