/libcore/ojluni/src/main/java/java/io/ |
D | OutputStream.java | 93 public void close() { in nullOutputStream() method 197 public void close() throws IOException { in close() method
|
D | Closeable.java | 52 public void close() throws IOException; in close() method
|
D | ObjectOutput.java | 89 public void close() throws IOException; in close() method
|
D | ObjectInput.java | 106 public void close() throws IOException; in close() method
|
D | PipedOutputStream.java | 174 public void close() throws IOException { in close() method in PipedOutputStream
|
D | Reader.java | 136 public void close() { in nullReader() method 352 public abstract void close() throws IOException; in close() method
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | AsynchronousChannel.java | 116 void close() throws IOException; in close() method
|
D | InterruptibleChannel.java | 80 public void close() throws IOException; in close() method
|
D | Channel.java | 82 public void close() throws IOException; in close() method
|
D | Channels.java | 177 public void close() throws IOException { in newOutputStream() method 254 public void close() throws IOException { in newInputStream() method
|
D | MulticastChannel.java | 140 @Override void close() throws IOException; in close() method
|
/libcore/ojluni/src/main/java/java/lang/ |
D | AutoCloseable.java | 98 void close() throws Exception; in close() method
|
/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
D | ExecutorServiceAutoCloseable.java | 32 public void close() { in close() method in ExecutorServiceAutoCloseable
|
/libcore/support/src/test/java/org/apache/harmony/testframework/ |
D | WrapperTester.java | 195 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
|
D | CharWrapperTester.java | 198 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/ |
D | WatchService.java | 128 void close() throws IOException; in close() method
|
D | FileTreeIterator.java | 120 public void close() { in close() method in FileTreeIterator
|
/libcore/ojluni/src/main/java/java/util/logging/ |
D | ConsoleHandler.java | 126 public void close() { in close() method in ConsoleHandler
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
D | BrokenInputStream.java | 51 public void close() throws IOException { in close() method in BrokenInputStream
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | WriterTest.java | 83 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/ |
D | BaseStream.java | 167 void close(); in close() method
|
/libcore/ojluni/src/test/java/util/Properties/ |
D | SaveClose.java | 50 public void close() throws IOException { in close() method in SaveClose.O
|
/libcore/ojluni/src/test/java/nio/channels/Selector/ |
D | ByteServer.java | 71 public void close() throws IOException { in close() method in ByteServer
|
/libcore/ojluni/src/main/java/javax/sql/ |
D | PooledConnection.java | 124 void close() throws SQLException; in close() method
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | CloseGuard.java | 312 public void close() { in close() method in CloseGuard 357 void close(Throwable allocationSite); in close() method
|