Searched refs:close (Results 276 - 300 of 453) sorted by relevance

<<111213141516171819

/libcore/luni/src/main/java/java/io/
H A DWriter.java28 * {@link #close()} and {@link #flush()} methods needs to be overridden.
74 public abstract void close() throws IOException; method in class:Writer
H A DBufferedWriter.java77 * of close has any effect.
83 public void close() throws IOException { method in class:BufferedWriter
98 out.close();
/libcore/luni/src/main/java/java/net/
H A DDatagramSocketImpl.java62 protected abstract void close(); method in class:DatagramSocketImpl
H A DPlainDatagramSocketImpl.java51 guard.open("close");
78 public synchronized void close() { method in class:PlainDatagramSocketImpl
79 guard.close();
88 guard.close();
101 close();
H A DSocketImpl.java95 protected abstract void close() throws IOException; method in class:SocketImpl
317 * Initialize the close() state.
/libcore/luni/src/main/java/java/nio/channels/spi/
H A DAbstractSelector.java56 public final void close() throws IOException { method in class:AbstractSelector
/libcore/luni/src/test/java/libcore/dalvik/system/
H A DPathClassLoaderTest.java50 stream.close();
/libcore/luni/src/test/java/libcore/java/io/
H A DOldPushbackInputStreamTest.java76 tobj.close();
77 tobj.close();
81 tobj.close();
346 * Tears down the fixture, for example, close a network connection. This
351 pis.close();
/libcore/luni/src/test/java/libcore/java/util/logging/
H A DOldErrorManagerTest.java52 public void close() {} method in class:OldErrorManagerTest.MockStream
H A DOldXMLFormatterTest.java70 public void close() {} method in class:OldXMLFormatterTest.MockHandler
/libcore/luni/src/test/java/libcore/javax/sql/
H A DOldConnectionEventTest.java53 public void close() throws SQLException {} method in class:OldConnectionEventTest.Impl_PooledConnection
/libcore/luni/src/test/java/tests/support/
H A DThreadPool.java65 public synchronized void close() { method in class:ThreadPool
/libcore/support/src/test/java/libcore/java/io/
H A DNullPrintStream.java34 public void close() {} method in class:NullPrintStream
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DSSLSocketFactoryImpl.java33 socket.close();
/libcore/support/src/test/java/tests/support/
H A DSupport_ASimpleWriter.java41 public void close() throws IOException { method in class:Support_ASimpleWriter
H A DSupport_StringWriter.java59 public void close() throws IOException { method in class:Support_StringWriter
H A DSupport_TestWebServer.java203 * Cause the thread accepting connections on the server socket to close
205 public void close() { method in class:Support_TestWebServer
209 acceptT.close();
256 public void close() { method in class:Support_TestWebServer.AcceptThread
263 ss.close();
268 log("IOException caught by server socket close");
608 s.close();
677 s.close();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DBufferedReaderTest.java87 * @tests java.io.BufferedReader#close()
90 // Test for method void java.io.BufferedReader.close()
93 br.close();
174 reader.close();
240 toRet.close();
324 public void close() throws IOException {
355 reader.close();
448 br.close();
583 * Tears down the fixture, for example, close a network connection. This
588 br.close();
[all...]
H A DFileTest.java306 fos.close();
321 fos.close();
623 fos.close();
645 // fos.close();
692 fos.close();
771 fos.close();
845 fos.close();
865 fos2.close();
1107 fos.close();
1138 fos.close();
[all...]
H A DBufferedOutputStreamTest.java64 buffos.close();
78 buffos.close();
327 bos.close();
679 buffos.close();
789 buffos.close();
827 bos.close();
835 * Tears down the fixture, for example, close a network connection. This
840 bais.close();
843 os.close();
846 baos.close();
[all...]
H A DPipedOutputStreamTest.java96 * java.io.PipedOutputStream#close()
102 out.close();
186 pos.close();
222 * Tears down the fixture, for example, close a network connection. This
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldResultSetGetterTests.java229 st.close();
230 res.close();
233 st.close();
234 res.close();
252 res.close();
285 if (res != null) res.close();
286 if (stPrep != null) stPrep.close();
287 if (st != null) st.close();
288 if (stQuery != null) stQuery.close();
317 if (res != null) res.close();
[all...]
/libcore/luni/src/test/java/libcore/java/net/
H A DOldJarURLConnectionTest.java197 jf1.close();
207 jf1.close();
216 out.close();
238 in.close();
299 out.close();
305 is.close();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/internal/net/www/protocol/file/
H A DFileURLConnectionTest.java55 is.close();
59 os.close();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DDataFormatFieldTest.java216 out.close();
218 in.close();

Completed in 2640 milliseconds

<<111213141516171819