Home
last modified time | relevance | path

Searched defs:close (Results 1 – 25 of 206) sorted by relevance

123456789

/libcore/ojluni/src/main/java/java/nio/channels/
DInterruptibleChannel.java80 public void close() throws IOException; in close() method
DAsynchronousChannel.java116 void close() throws IOException; in close() method
DChannel.java82 public void close() throws IOException; in close() method
DChannels.java178 public void close() throws IOException { in newOutputStream() method
254 public void close() throws IOException { in newInputStream() method
DMulticastChannel.java139 @Override void close() throws IOException; in close() method
DSelector.java394 public abstract void close() throws IOException; in close() method in Selector
/libcore/ojluni/src/main/java/java/io/
DCloseable.java52 public void close() throws IOException; in close() method
DOutputStream.java151 public void close() throws IOException { in close() method in OutputStream
DObjectOutput.java89 public void close() throws IOException; in close() method
DObjectInput.java106 public void close() throws IOException; in close() method
DPipedOutputStream.java174 public void close() throws IOException { in close() method in PipedOutputStream
/libcore/ojluni/src/main/java/java/lang/
DAutoCloseable.java97 void close() throws Exception; in close() method
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DExecutorServiceAutoCloseable.java32 public void close() { in close() method in ExecutorServiceAutoCloseable
/libcore/support/src/test/java/org/apache/harmony/testframework/
DWrapperTester.java195 public void close() throws IOException { in close() method in WrapperTester.ClosableByteArrayOutputStream
220 public void close() throws IOException { in close() method in WrapperTester.FailOnFlushOutputStream
238 public void close() throws IOException { in close() method in WrapperTester.FailOnCloseOutputStream
DCharWrapperTester.java198 public void close() throws IOException { in close() method in CharWrapperTester.ClosableStringWriter
227 public void close() throws IOException { in close() method in CharWrapperTester.FailOnFlushWriter
253 public void close() throws IOException { in close() method in CharWrapperTester.FailOnCloseWriter
/libcore/ojluni/src/main/java/java/nio/file/
DWatchService.java128 void close() throws IOException; in close() method
DFileTreeIterator.java121 public void close() { in close() method in FileTreeIterator
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
DBrokenInputStream.java51 public void close() throws IOException { in close() method in BrokenInputStream
/libcore/ojluni/src/main/java/java/util/logging/
DConsoleHandler.java126 public void close() { in close() method in ConsoleHandler
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DWriterTest.java83 public synchronized void close() throws IOException { in close() method in WriterTest.MockLockWriter
112 public synchronized void close() throws IOException { in close() method in WriterTest.MockWriter
/libcore/ojluni/src/main/java/java/util/stream/
DBaseStream.java159 void close(); in close() method
/libcore/ojluni/src/main/java/javax/sql/
DPooledConnection.java124 void close() throws SQLException; in close() method
/libcore/dalvik/src/main/java/dalvik/system/
DCloseGuard.java320 public void close() { in close() method in CloseGuard
366 void close(Throwable allocationSite); in close() method
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLSessions.java61 public void close() { in close() method in TestSSLSessions
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldXMLFormatterTest.java70 public void close() {} in close() method in OldXMLFormatterTest.MockHandler

123456789