/libcore/ojluni/src/main/java/java/nio/channels/ |
D | InterruptibleChannel.java | 80 public void close() throws IOException; in close() method
|
D | AsynchronousChannel.java | 116 void close() throws IOException; in close() method
|
D | Channel.java | 82 public void close() throws IOException; in close() method
|
D | Channels.java | 178 public void close() throws IOException { in newOutputStream() method 254 public void close() throws IOException { in newInputStream() method
|
D | MulticastChannel.java | 139 @Override void close() throws IOException; in close() method
|
D | Selector.java | 394 public abstract void close() throws IOException; in close() method in Selector
|
/libcore/ojluni/src/main/java/java/io/ |
D | Closeable.java | 52 public void close() throws IOException; in close() method
|
D | OutputStream.java | 151 public void close() throws IOException { in close() method in OutputStream
|
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
|
/libcore/ojluni/src/main/java/java/lang/ |
D | AutoCloseable.java | 97 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 | 121 public void close() { in close() method in FileTreeIterator
|
/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/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/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 | 159 void close(); in close() method
|
/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 | 320 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/ |
D | TestSSLSessions.java | 61 public void close() { in close() method in TestSSLSessions
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldXMLFormatterTest.java | 70 public void close() {} in close() method in OldXMLFormatterTest.MockHandler
|