Searched refs:close (Results 201 - 225 of 453) sorted by relevance

1234567891011>>

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DFileChannelLockingTest.java59 writer.close();
76 readOnlyChannel.close();
79 writeOnlyChannel.close();
82 readWriteChannel.close();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
H A DJarFileTest.java299 jarFile.close();
307 jarFile.close();
316 jarFile.close();
334 jarFile.close();
352 jarFile.close();
371 jarFile.close();
389 jarFile.close();
407 jarFile.close();
444 is.close();
461 is.close();
[all...]
H A DJarOutputStreamTest.java51 fos.close();
81 fos.close();
/libcore/luni/src/main/java/java/io/
H A DInputStream.java107 * any resources during close. This implementation does nothing.
112 public void close() throws IOException { method in class:InputStream
H A DPipedOutputStream.java64 public void close() throws IOException { method in class:PipedOutputStream
H A DConsole.java157 public void close() { method in class:Console.ConsoleReader
169 public void close() { method in class:Console.ConsoleWriter
/libcore/luni/src/main/java/java/nio/channels/
H A DFileLock.java190 public final void close() throws IOException { method in class:FileLock
/libcore/luni/src/main/java/libcore/net/url/
H A DFtpURLInputStream.java66 public void close() { method in class:FtpURLInputStream
/libcore/luni/src/test/java/libcore/java/io/
H A DOldFileWriterTest.java98 fw.close();
131 writer.close();
155 bw.close();
159 fis.close();
H A DOldStringReaderTest.java64 sr.close();
H A DOldBufferedReaderTest.java62 br.close();
68 fail("Exception during close test " + e.toString());
73 br.close();
176 br.close();
233 br.close();
251 br.close();
254 br.close();
281 br.close();
322 br.close();
H A DOutputStreamWriterTest.java44 writer.close();
52 // On flush/close, the writer needs to admit defeat and write the replacement character.
64 writer.close();
/libcore/luni/src/test/java/libcore/java/util/
H A DResourceLeakageDetectorTest.java49 closeGuard.close();
/libcore/luni/src/test/java/libcore/java/util/jar/
H A DOldJarOutputStreamTest.java36 os.close();
/libcore/luni/src/test/java/tests/java/sql/
H A DSelectFunctionalityTest.java66 conn.close();
67 statement.close();
94 userTab.close();
166 result.close();
227 prepStatement.close();
228 result.close();
257 result.close();
295 result.close();
323 result.close();
353 result.close();
[all...]
/libcore/support/src/test/java/tests/security/
H A DMessageDigestTest.java64 sourceData.close();
96 checkDigestStream.close();
110 sourceData.close();
133 sourceData.close();
/libcore/support/src/test/java/tests/support/
H A DSupport_ASimpleInputStream.java48 public void close() throws IOException { method in class:Support_ASimpleInputStream
H A DSupport_ASimpleOutputStream.java41 public void close() throws IOException { method in class:Support_ASimpleOutputStream
H A DSupport_ASimpleReader.java41 public void close() throws IOException { method in class:Support_ASimpleReader
/libcore/luni/src/main/java/java/nio/
H A DSocketChannelImpl.java207 close();
280 close();
553 public void close() throws IOException { method in class:SocketChannelImpl.SocketAdapter
555 super.close();
557 // channel.close() recognizes the socket is closed and avoids recursion. There
559 channel.close();
611 public void close() throws IOException { method in class:SocketChannelImpl.BlockingCheckOutputStream
612 super.close();
613 // channel.close() recognizes the socket is closed and avoids recursion. There is no
615 channel.close();
656 public void close() throws IOException { method in class:SocketChannelImpl.BlockingCheckInputStream
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DPipedWriterTest.java84 pw.close();
91 * java.io.PipedWriter#close()
94 // Test for method void java.io.PipedWriter.close()
100 pw.close();
122 pw.close();
153 pw.close();
163 pr.close();
184 pw.close();
451 pw.close();
459 * Tears down the fixture, for example, close
[all...]
/libcore/luni/src/main/java/java/security/
H A DSignedObject.java83 oos.close();
109 ois.close();
/libcore/luni/src/main/java/java/util/zip/
H A DDeflaterInputStream.java92 public void close() throws IOException { method in class:DeflaterInputStream
95 in.close();
/libcore/luni/src/test/java/libcore/io/
H A DOsTest.java40 fis.close();
44 s.close();
89 Libcore.os.close(clientFd);
112 Libcore.os.close(clientFd);
168 fos.close();
196 fis.close();
213 // close the connection.
225 Libcore.os.close(clientFd);
255 Libcore.os.close(clientFd);
/libcore/luni/src/test/java/libcore/java/text/
H A DOldMessageFormatFieldTest.java85 out.close();
87 in.close();

Completed in 1063 milliseconds

1234567891011>>