Searched refs:implClose (Results 1 - 12 of 12) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
H A DAbstractWatchService.java141 abstract void implClose() throws IOException; method in class:AbstractWatchService
153 implClose();
H A DPollingWatchService.java179 void implClose() throws IOException { method in class:PollingWatchService
H A DLinuxWatchService.java103 void implClose() throws IOException { method in class:LinuxWatchService
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DEPollPort.java120 private void implClose() { method in class:EPollPort
161 implClose();
304 implClose();
H A DSelectorImpl.java113 implClose();
119 protected abstract void implClose() throws IOException; method in class:SelectorImpl
H A DAsynchronousServerSocketChannelImpl.java98 abstract void implClose() throws IOException; method in class:AsynchronousServerSocketChannelImpl
111 implClose();
H A DAbstractPollSelectorImpl.java83 protected void implClose() throws IOException { method in class:AbstractPollSelectorImpl
H A DAsynchronousSocketChannelImpl.java131 abstract void implClose() throws IOException; method in class:AsynchronousSocketChannelImpl
144 implClose();
H A DUnixAsynchronousServerSocketChannelImpl.java102 void implClose() throws IOException { method in class:UnixAsynchronousServerSocketChannelImpl
124 // discard the stack trace as otherwise it may appear that implClose
H A DUnixAsynchronousSocketChannelImpl.java233 void implClose() throws IOException { method in class:UnixAsynchronousSocketChannelImpl
/libcore/ojluni/src/main/java/sun/nio/cs/
H A DStreamDecoder.java195 implClose();
411 void implClose() throws IOException { method in class:StreamDecoder
H A DStreamEncoder.java149 implClose();
300 void implClose() throws IOException { method in class:StreamEncoder

Completed in 459 milliseconds