Home
last modified time | relevance | path

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

123456789

/libcore/ojluni/src/main/java/java/io/
DOutputStream.java93 public void close() { in nullOutputStream() method
197 public void close() throws IOException { in close() method
DCloseable.java52 public void close() throws IOException; in close() method
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
DReader.java136 public void close() { in nullReader() method
352 public abstract void close() throws IOException; in close() method
/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousChannel.java116 void close() throws IOException; in close() method
DInterruptibleChannel.java80 public void close() throws IOException; in close() method
DChannel.java82 public void close() throws IOException; in close() method
DChannels.java177 public void close() throws IOException { in newOutputStream() method
254 public void close() throws IOException { in newInputStream() method
DMulticastChannel.java140 @Override void close() throws IOException; in close() method
/libcore/ojluni/src/main/java/java/lang/
DAutoCloseable.java98 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.java120 public void close() { in close() method in FileTreeIterator
/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/org/xml/sax/support/
DBrokenInputStream.java51 public void close() throws IOException { in close() method in BrokenInputStream
/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.java167 void close(); in close() method
/libcore/ojluni/src/test/java/util/Properties/
DSaveClose.java50 public void close() throws IOException { in close() method in SaveClose.O
/libcore/ojluni/src/test/java/nio/channels/Selector/
DByteServer.java71 public void close() throws IOException { in close() method in ByteServer
/libcore/ojluni/src/main/java/javax/sql/
DPooledConnection.java124 void close() throws SQLException; in close() method
/libcore/dalvik/src/main/java/dalvik/system/
DCloseGuard.java312 public void close() { in close() method in CloseGuard
357 void close(Throwable allocationSite); in close() method

123456789