HomeSort by relevance Sort by last modified time
    Searched full:close (Results 451 - 475 of 5187) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpConnection.java 71 temp.close();
81 temp.close();
91 temp.close();
101 temp.close();
111 temp.close();
121 temp.close();
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
BufferedOutputStreamTest.java 104 os.close();
146 os.close();
225 os.close();
244 bais.close();
246 os.close();
248 baos.close();
ByteArrayInputStreamTest.java 122 * @tests java.io.ByteArrayInputStream#close()
126 method = "close",
132 is.close();
134 fail("Test 1: Failed to close the input stream.");
314 * Tears down the fixture, for example, close a network connection. This
320 is.close();
SerializationStressTest.java 99 oos.close();
116 ois.close();
230 oos.close();
257 ois.close();
282 * Tears down the fixture, for example, close a network connection. This
288 oos.close();
  /dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
JDBCConnection.java 116 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/support/src/test/java/tests/util/
SerializationTester.java 74 oos.close();
80 ois.close();
176 oinput.close();
183 input.close();
217 ooutput.close();
224 output.close();
  /external/opencore/engines/author/test/src/
test_pv_author_engine_logger.cpp 79 filehandle.Close();
80 fs.Close();
142 filehandle.Close();
143 fs.Close();
279 filehandle.Close();
280 fs.Close();
  /external/qemu/block/
cow.c 109 close(fd);
202 close(s->fd);
236 close(cow_fd);
240 close(fd);
243 close(fd);
254 close(cow_fd);
  /external/webkit/WebCore/websockets/
WorkerThreadableWebSocketChannel.cpp 85 void WorkerThreadableWebSocketChannel::close() function in class:WebCore::WorkerThreadableWebSocketChannel
88 m_bridge->close();
151 void WorkerThreadableWebSocketChannel::Peer::close() function in class:WebCore::WorkerThreadableWebSocketChannel::Peer
156 m_mainWebSocketChannel->close();
307 peer->close();
310 void WorkerThreadableWebSocketChannel::Bridge::close() function in class:WebCore::WorkerThreadableWebSocketChannel::Bridge
  /frameworks/base/core/java/android/bluetooth/
BluetoothPbap.java 38 * BluetoothPbap service. Users of this object should call close() when they
124 close(); method
131 * Close the connection to the backing service.
133 * results once close() has been called. Multiple invocations of close()
136 public synchronized void close() { method in class:BluetoothPbap
  /frameworks/base/core/java/android/webkit/
WebIconDatabase.java 49 static final int CLOSE = 1;
99 case CLOSE:
168 if (c != null) c.close();
208 * Close the shared instance of the icon database.
210 public void close() { method in class:WebIconDatabase
212 Message.obtain(null, EventHandler.CLOSE));
  /packages/apps/Camera/tests/src/com/android/camera/stress/
ImageCapture.java 97 mOut.close();
98 mfstream.close();
100 assertTrue("ImageCapture close output", false);
213 output.close();
223 output.close();
269 output.close();
  /cts/tests/src/android/provider/cts/
FileCopyHelper.java 76 source.close();
79 target.close();
  /cts/tests/tests/os/src/android/os/cts/
RecoverySystemTest.java 54 is.close();
55 fos.close();
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreTest.java 50 c.close();
90 c.close();
  /cts/tools/signature-tools/src/signature/io/impl/
BinaryApi.java 48 oos.close();
80 ois.close();
  /dalvik/libcore/logging/src/main/java/java/util/logging/
ConsoleHandler.java 57 public void close() { method in class:ConsoleHandler
58 super.close(false);
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
SocketInputStream.java 54 public void close() throws IOException { method in class:SocketInputStream
55 socket.close();
SocketOutputStream.java 44 public void close() throws IOException { method in class:SocketOutputStream
45 socket.close();
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
Channel.java 51 * If multiple threads attempt to simultaneously close a channel, then only
58 public void close() throws IOException; method in interface:Channel
InterruptibleChannel.java 27 * the channel's {@link #close()} method. The I/O thread will throw an
50 public void close() throws IOException; method in interface:InterruptibleChannel
  /dalvik/libcore/sql/src/test/java/tests/java/sql/
UpdateFunctionalityTest2.java 64 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/
Support_OutputStream.java 42 public void close() throws IOException { method in class:Support_OutputStream
46 super.close();
Support_PortManager.java 43 ss.close();
79 dss[i].close(); method
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
LineEvent.java 34 public static final Type CLOSE = new Type("Close"); //$NON-NLS-1$

Completed in 93 milliseconds

<<11121314151617181920>>