Searched refs:close (Results 1 - 25 of 471) sorted by relevance

1234567891011>>

/dalvik/libcore/luni/src/main/java/java/io/
H A DCloseable.java22 * {@link InputStream}s and {@link OutputStream}s. Calling the {@code close}
34 public void close() throws IOException; method in interface:Closeable
H A DObjectInput.java44 public void close() throws IOException; method in interface:ObjectInput
H A DObjectOutput.java34 public void close() throws IOException; method in interface:ObjectOutput
/dalvik/libcore/logging/src/main/java/java/util/logging/
H A DConsoleHandler.java57 public void close() { method in class:ConsoleHandler
58 super.close(false);
/dalvik/libcore/nio/src/main/java/java/nio/channels/
H A DInterruptibleChannel.java27 * the channel's {@link #close()} method. The I/O thread will throw an
50 public void close() throws IOException; method in interface:InterruptibleChannel
H A DChannel.java51 * If multiple threads attempt to simultaneously close a channel, then only
58 public void close() throws IOException; method in interface:Channel
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/
H A DReceiver.java21 void close(); method in interface:Receiver
H A DTransmitter.java21 void close(); method in interface:Transmitter
/dalvik/libcore/include/
H A DScopedFd.h31 close(fd);
/dalvik/libcore/sql/src/main/java/javax/sql/
H A DPooledConnection.java47 * application calls the {@link Connection#close} method. The connection pool
57 * the connection pool manager, which calls {@code PooledConnection.close()}.
85 public void close() throws SQLException; method in interface:PooledConnection
/dalvik/libcore/luni/src/test/java/java/net/
H A DSocketTest.java37 // Now close the socket...
38 s.close();
39 // The RI returns the ANY address but the original local port after close.
43 s.close();
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DUnixSocketTest.java50 pingServer.close();
60 worker.close();
70 clientIn.close();
85 pingClient.close();
86 pingServer.close();
102 theSocket.close();
111 ss.close();
120 socket.close();
H A DServerSocketTest.java87 cs.close();
122 ss.close();
149 sconn.close();
151 s.close();
159 sconn.close();
161 s.close();
198 ss.close();
224 sconn.close();
225 s.close();
269 sconn.close();
1383 protected void close() throws IOException { method in class:ServerSocketTest.MockSocketImpl
[all...]
H A DTestServerSocketInit.java28 serverSocket.close();
/dalvik/libcore/support/src/test/java/tests/util/
H A DFieldTestFileGenerator.java60 oos.close();
67 if (fos != null) fos.close();
75 oos.close();
82 if (fos != null) fos.close();
90 oos.close();
97 if (fos != null) fos.close();
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
H A DFileReaderTest.java55 bw.close();
59 br.close();
89 bw.close();
94 br.close();
95 fis.close();
116 bw.close();
120 br.close();
151 * Tears down the fixture, for example, close a network connection. This
157 bw.close();
158 br.close();
[all...]
H A DFileInputStreamTest.java68 is.close();
75 is.close();
98 fos.close();
99 fis.close();
105 fis.close();
126 is.close();
132 is.close();
154 is.close();
164 * @tests FileInputStream#close()
170 method = "close",
[all...]
H A DObjectInputOutputStreamTest.java66 os.close();
78 is.close();
111 os.close();
123 is.close();
156 os.close();
168 is.close();
201 os.close();
213 is.close();
246 os.close();
258 is.close();
[all...]
H A DFileWriterTest.java62 fos.close();
65 bw.close();
69 br.close();
114 fileWriter.close();
119 fileWriter.close();
124 fileReader.close();
132 fileWriter.close();
137 fileWriter.close();
142 fileReader.close();
181 fos.close();
[all...]
H A DDataInputStreamTest.java59 os.close();
65 dis.close();
86 os.close();
100 dis.close();
125 os.close();
140 dis.close();
163 os.close();
200 os.close();
207 dis.close();
238 os.close();
[all...]
H A DDataInputOutputStreamTest.java72 os.close();
84 dis.close();
123 os.close();
135 dis.close();
174 os.close();
186 dis.close();
225 os.close();
237 dis.close();
276 os.close();
288 dis.close();
[all...]
H A DObjectInputStreamTest.java103 oos.close();
105 ois.close();
106 oos.close();
125 oos.close();
159 oos.close();
165 ois.close();
180 oos.close();
185 ois.close();
199 oos.close();
211 ois.close();
[all...]
H A DFileOutputStreamTest.java102 fos.close();
106 fos.close();
112 fis.close();
117 fos.close();
138 fos.close();
141 fos.close();
142 fis.close();
186 fos.close();
190 fos.close();
196 fis.close();
[all...]
/dalvik/libcore/sql/src/test/java/tests/sql/
H A DConnectionTest.java69 conn.close();
71 fail("SQLException is not thrown after close");
87 @KnownFailure("Scrolling on a forward only RS not allowed. conn.close() does not wrap up")
109 rs.close();
110 st.close();
133 rs.close();
134 st.close();
157 rs.close();
158 st.close();
185 rs.close();
[all...]
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DCheckedInputStreamTest.java56 checkInput.close();
74 outEmp.close();
82 inEmp.close();
95 checkInput.close();
105 checkInput.close();
132 checkInput.close();
157 checkIn.close();
165 checkInput.close();
182 checkIn.close();
190 checkInput.close();
[all...]

Completed in 296 milliseconds

1234567891011>>