Searched refs:implCloseChannel (Results 1 - 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/spi/
H A DAbstractInterruptibleChannel.java70 * #implCloseChannel implCloseChannel} method in such a way that if it is
79 * #implCloseChannel implCloseChannel} method need not synchronize against
105 * the {@link #implCloseChannel implCloseChannel} method in order to
116 implCloseChannel();
136 protected abstract void implCloseChannel() throws IOException; method in class:AbstractInterruptibleChannel
166 AbstractInterruptibleChannel.this.implCloseChannel();
H A DAbstractSelectableChannel.java233 protected final void implCloseChannel() throws IOException { method in class:AbstractSelectableChannel
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DSelectableChannelTest.java85 protected void implCloseChannel() throws IOException { method in class:SelectableChannelTest.MockSelectableChannel
H A DFileChannelTest.java3215 protected void implCloseChannel() throws IOException { method in class:FileChannelTest.MockFileChannel
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
H A DAbstractInterruptibleChannelTest.java121 protected void implCloseChannel() throws IOException { method in class:AbstractInterruptibleChannelTest.MockInterruptibleChannel
/libcore/ojluni/src/main/java/java/nio/channels/
H A DChannels.java403 protected void implCloseChannel() throws IOException { method in class:Channels.ReadableByteChannelImpl
463 protected void implCloseChannel() throws IOException { method in class:Channels.WritableByteChannelImpl
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DFileChannelImpl.java131 protected void implCloseChannel() throws IOException { method in class:FileChannelImpl

Completed in 137 milliseconds