Searched refs:close (Results 176 - 200 of 471) sorted by relevance

1234567891011>>

/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
H A DJDBCConnection.java116 db.close();
144 db.close();
176 public void close() throws SQLException { method in class:JDBCConnection
185 db.close();
298 this.db.close();
307 db.close();
/dalvik/libcore/sql/src/test/java/tests/java/sql/
H A DDatabaseMetaDataNotSupportedTest.java83 conn.close();
104 userTab.close();
124 conn.close();
176 userTab.close();
190 userTab.close();
195 userConn.close();
284 // rs.close();
288 rs.close();
389 rs.close();
411 rs.close();
[all...]
/dalvik/libcore/archive/src/main/java/java/util/zip/
H A DDeflaterOutputStream.java146 * all underlying streams. This stream can no longer be used after close()
154 public void close() throws IOException { method in class:DeflaterOutputStream
159 out.close();
163 * Writes any unwritten data to the underlying stream. Does not close the
/dalvik/libcore/logging/src/main/java/java/util/logging/
H A DMemoryHandler.java180 public void close() { method in class:MemoryHandler
182 target.close();
H A DSimpleFormatter.java67 pw.close();
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DMulticastSocketTest.java94 ms.close();
150 orig.close();
160 dup.close();
723 mss.close();
729 mss.close();
910 ms.close();
916 ms.close();
922 ms.close();
950 ms.close();
968 ms.close();
[all...]
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DNumberFormatFieldTest.java108 out.close();
110 in.close();
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/
H A DDefaultSSLContext.java77 fis.close();
103 fis.close();
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
H A DHandshakeCompletedEventTest.java563 istream.close();
572 ostream.close();
574 clientSocket.close();
575 serverSocket.close();
635 ostream.close();
646 istream.close();
648 socket.close();
674 inputStream.close();
/dalvik/libcore-disabled/sound/src/test/java/android/core/
H A DSoundTest.java100 sequencer.close();
135 clip.close();
/dalvik/vm/native/
H A DSystemThread.c45 close(thread->systemThread->statFile);
160 close(systemThread->statFile);
/dalvik/libcore/archive/src/main/native/
H A Dhy2sie.h103 #define hyfile_close(a) close(a)
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
H A DJarEntryTest.java70 jarFile.close();
149 attrJar.close();
198 in.close();
203 in.close();
/dalvik/libcore/luni/src/main/java/java/io/
H A DByteArrayInputStream.java104 public void close() throws IOException { method in class:ByteArrayInputStream
105 // Do nothing on close, this matches JDK behaviour.
H A DInputStream.java93 * any resources during close. This implementation does nothing.
98 public void close() throws IOException { method in class:InputStream
H A DPipedOutputStream.java74 public void close() throws IOException { method in class:PipedOutputStream
H A DPipedWriter.java78 public void close() throws IOException { method in class:PipedWriter
H A DReader.java30 * {@link #close()} methods needs to be overridden. Overriding some of the
77 public abstract void close() throws IOException; method in class:Reader
H A DWriter.java28 * {@link #close()} and {@link #flush()} methods needs to be overridden.
78 public abstract void close() throws IOException; method in class:Writer
/dalvik/libcore/luni/src/main/java/java/net/
H A DDatagramSocketImpl.java66 protected abstract void close(); method in class:DatagramSocketImpl
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/
H A DMimeTable.java73 str.close();
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
H A DIFileSystem.java95 public void close(int fileDescriptor) throws IOException; method in interface:IFileSystem
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
H A DInputStreamReaderTest.java51 in.close();
H A DOutputStreamWriterTest.java43 method = "close",
56 out.close();
H A DWriterTest.java73 public synchronized void close() throws IOException { method in class:WriterTest.MockWriter

Completed in 1020 milliseconds

1234567891011>>