Home
last modified time | relevance | path

Searched defs:implClose (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DAbstractWatchService.java141 abstract void implClose() throws IOException; in implClose() method in AbstractWatchService
DLinuxWatchService.java97 void implClose() throws IOException { in implClose() method in LinuxWatchService
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DSelectorImpl.java70 protected abstract void implClose() throws java.io.IOException; in implClose() method in SelectorImpl
/libcore/ojluni/src/main/java/sun/nio/ch/
DSelectorImpl.java119 protected abstract void implClose() throws IOException; in implClose() method in SelectorImpl
DAbstractPollSelectorImpl.java85 protected void implClose() throws IOException { in implClose() method in AbstractPollSelectorImpl
DAsynchronousServerSocketChannelImpl.java98 abstract void implClose() throws IOException; in implClose() method in AsynchronousServerSocketChannelImpl
DUnixAsynchronousServerSocketChannelImpl.java99 void implClose() throws IOException { in implClose() method in UnixAsynchronousServerSocketChannelImpl
DUnixAsynchronousSocketChannelImpl.java227 void implClose() throws IOException { in implClose() method in UnixAsynchronousSocketChannelImpl
DAsynchronousSocketChannelImpl.java131 abstract void implClose() throws IOException; in implClose() method in AsynchronousSocketChannelImpl
/libcore/ojluni/src/main/java/sun/nio/cs/
DStreamEncoder.java300 void implClose() throws IOException { in implClose() method in StreamEncoder
DStreamDecoder.java419 void implClose() throws IOException { in implClose() method in StreamDecoder