Searched refs:close (Results 126 - 150 of 471) sorted by relevance

1234567891011>>

/dalvik/libcore/luni/src/test/java/tests/api/java/io/
H A DStringWriterTest.java57 * @tests java.io.StringWriter#close()
62 method = "close",
66 // Test for method void java.io.StringWriter.close()
68 sw.close();
238 stringWriter.close();
256 stringWriter.close();
273 stringWriter.close();
301 * Tears down the fixture, for example, close a network connection. This
H A DPipedWriterTest.java111 pw.close();
143 pw.close();
157 * @tests java.io.PipedWriter#close()
162 method = "close",
170 pw.close();
277 pw.close();
283 pw.close();
300 reader.pr.close();
408 pw.close();
497 pw.close();
[all...]
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/
H A DProcessTest.java58 os.close();
68 is.close();
104 os.close();
113 is.close();
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
H A DDERConstructedSet.java73 dOut.close();
H A DDERSequence.java73 dOut.close();
H A DDERTaggedObject.java58 dOut.close();
/dalvik/libcore/sql/src/test/java/tests/java/sql/
H A DSelectFunctionalityTest.java71 conn.close();
72 statement.close();
99 userTab.close();
177 result.close();
244 prepStatement.close();
245 result.close();
280 result.close();
324 result.close();
358 result.close();
394 result.close();
[all...]
H A DMultiThreadAccessTest.java69 conn.close();
70 statement.close();
95 userTab.close();
200 result.close();
204 result.close();
216 result.close();
244 result.close();
258 result.close();
286 result.close();
337 result.close();
[all...]
H A DUpdateFunctionalityTest2.java64 statement.close();
65 conn.close();
100 userTab.close();
240 r.close();
300 r.close();
335 r.close();
366 r.close();
367 stat.close();
/dalvik/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
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
H A DSerializationHandler.java63 public void close(); method in interface:SerializationHandler
/dalvik/tests/048-server-socket/src/
H A DMain.java33 socket.close();
35 System.out.println("couldn't close socket " + ioe.getMessage());
/dalvik/libcore/crypto/src/main/java/javax/crypto/
H A DCipherInputStream.java201 public void close() throws IOException { method in class:CipherInputStream
202 in.close();
/dalvik/libcore/dalvik/src/main/java/dalvik/system/
H A DDexFile.java139 * The cache would be synchronized with close(). This would help
168 public void close() throws IOException { method in class:DexFile
259 close();
/dalvik/libcore/luni/src/main/java/java/io/
H A DBufferedOutputStream.java181 @Override public synchronized void close() throws IOException { method in class:BufferedOutputStream
187 super.close();
H A DByteArrayOutputStream.java75 * if an error occurs while attempting to close this stream.
78 public void close() throws IOException { method in class:ByteArrayOutputStream
84 super.close();
H A DSequenceInputStream.java99 public void close() throws IOException { method in class:SequenceInputStream
113 in.close();
165 * will close that substream and start with the next one. If there are no
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
H A DBufferedReaderTest.java73 reader.close();
124 reader.close();
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
H A DGenericSignatureFormatErrorTest.java88 fos.close();
118 is.close();
/dalvik/libcore/security/src/main/java/java/security/
H A DSignedObject.java83 oos.close();
109 ois.close();
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DMessageFormatFieldTest.java109 out.close();
111 in.close();
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DSocketHandlerTest.java108 h.close();
199 h.close();
247 h.close();
348 h.close();
362 h.close();
408 h.close();
424 h.close();
553 * Test close() when having sufficient privilege, and a record has been
558 notes = "Verifies close() when having sufficient privilege, and a record has been written to the output stream.",
559 method = "close",
980 public void close() { method in class:SocketHandlerTest.MockHandler
[all...]
/dalvik/libcore/luni/src/main/java/java/net/
H A DServerSocket.java142 close();
167 aSocket.close();
170 aSocket.close();
201 public void close() throws IOException { method in class:ServerSocket
203 impl.close();
420 close();

Completed in 1639 milliseconds

1234567891011>>