HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 976 - 1000 of 3754) sorted by null

<<31323334353637383940>>

  /external/mesa3d/src/mesa/
SConscript 466 f.close()
473 f.close()
  /external/mockito/src/org/mockito/internal/creation/
AcrossJVMSerializationFeature.java 201 objectOutputStream.close();
202 out.close();
225 bis.close();
226 objectInputStream.close();
  /external/nist-sip/java/gov/nist/javax/sip/stack/
IOHandler.java 223 clientSock.close();
296 clientSock.close();
320 datagramSock.close();
327 * Close all the cached connections.
333 s.close();
TLSMessageProcessor.java 197 sock.close();
205 next.close();
210 next.close();
254 currentChannel.close();
  /external/objenesis/tck/src/org/objenesis/tck/
CandidateLoader.java 115 candidatesConfig.close();
  /external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
Main.java 65 in.close();
152 body.close();
156 close();
228 private void close() {
229 client.getConnectionPool().evictAll(); // Close any persistent connections.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RetryableSink.java 46 @Override public void close() throws IOException { method in class:RetryableSink
  /external/okhttp/okio/src/test/java/okio/
MockSink.java 66 @Override public void close() throws IOException { method in class:MockSink
67 log.add("close()");
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/guide/
GetExample.java 27 if (in != null) in.close();
  /external/oprofile/daemon/liblegacy/
init.c 95 close(0);
96 close(1);
301 close(1);
302 close(2);
304 /* We just close them, and re-open them lazily as usual. */
  /external/oprofile/daemon/
opd_pipe.c 54 close(fifo);
  /external/oprofile/libutil++/
bfd_support.h 31 /// close the BFD, setting abfd to NULL
32 void close();
  /cts/tests/tests/app/src/android/app/cts/
DownloadManagerTest.java 122 cursor.close();
293 cursor.close();
324 cursor.close();
337 cursor.close();
353 cursor.close();
372 cursor.close();
386 cursor.close();
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Mem.cpp 362 close(main_ion_fd);
382 close(memInfo.fd);
390 close(memInfo.main_ion_fd);
632 close(mMemInfo[i].main_ion_fd);
651 close(mMemInfo[i].main_ion_fd);
654 close(mMemInfo[cnt].main_ion_fd);
714 close(mMemInfo[cnt].main_ion_fd);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
ConsoleHandlerTest.java 147 * Test close() when having sufficient privilege, and a record has been
159 h.close();
163 h.close();
167 * Test close() when having sufficient privilege, and an output stream that
181 h.close();
185 * Test close() when having sufficient privilege, and no record has been
196 h.close();
368 h.close();
401 // assertEquals("close", DelegationParameterStack.getInstance()
468 * @see java.io.OutputStream#close()
470 public void close() throws IOException { method in class:ConsoleHandlerTest.MockOutputStream
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.cpp 91 m_backend->close();
353 this->close();
354 enqueueEvent(Event::create(EventTypeNames::close));
357 void IDBDatabase::close() function in class:blink::IDBDatabase
359 IDB_TRACE("IDBDatabase::close");
375 m_backend->close();
426 ASSERT(event->type() == EventTypeNames::versionchange || event->type() == EventTypeNames::close);
452 // we can't fire a "versionchange" event to let script manually close the connection.
460 // Immediately close the connection to the back end. Don't attempt a
461 // normal close() since that may wait on transactions which require
    [all...]
  /external/iproute2/misc/
rtacct.c 119 close(fd);
126 close(fd);
395 close(clnt);
399 close(clnt);
596 close(fd);
610 close(fd);
613 close(fd);
  /external/netperf/
netserver.c 238 if (close (STDOUT_FILENO) == -1)
584 if (close (STDIN_FILENO) == -1)
596 if (close (STDOUT_FILENO) == -1)
614 if (close (STDERR_FILENO) == -1)
708 /* And close the server_sock since the child will own it. */
710 close(server_sock);
722 close(server_control);
728 close(server_sock);
772 /* handles that the child should close since they shouldn't have */
913 /* +*+SAF I need a better way to find inherited handles I should close! */
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_MediaTest.java 88 c.close();
126 c.close();
142 c.close();
152 c.close();
185 c.close();
188 c.close();
263 c.close();
306 c.close();
331 c.close();
339 c.close();
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 204 reader.close();
242 closeable.close();
428 journalWriter.close();
450 writer.close();
684 public synchronized void close() throws IOException { method in class:DiskLruCache
694 journalWriter.close();
712 close(); method
764 @Override public void close() { method in class:DiskLruCache.Snapshot
878 @Override public void close() { method in class:DiskLruCache.Editor.FaultHidingOutputStream
880 out.close();
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 204 reader.close();
242 closeable.close();
428 journalWriter.close();
450 writer.close();
684 public synchronized void close() throws IOException { method in class:DiskLruCache
694 journalWriter.close();
712 close(); method
764 @Override public void close() { method in class:DiskLruCache.Snapshot
878 @Override public void close() { method in class:DiskLruCache.Editor.FaultHidingOutputStream
880 out.close();
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DiskLruCache.java 204 reader.close();
242 closeable.close();
428 journalWriter.close();
450 writer.close();
684 public synchronized void close() throws IOException { method in class:DiskLruCache
694 journalWriter.close();
712 close(); method
764 @Override public void close() { method in class:DiskLruCache.Snapshot
878 @Override public void close() { method in class:DiskLruCache.Editor.FaultHidingOutputStream
880 out.close();
    [all...]
  /device/generic/goldfish/sensors/
sensors_qemu.c 212 close(ctl->fd);
253 close(data->events_fd);
409 //ALOGD("(device close) about to close fd=%d", data->events_fd);
410 close(data->events_fd);
422 close(ctl->fd);
424 close(ctl->fd);
427 close(ctl->events_fd);
567 close(fd);
574 close(fd)
    [all...]
  /external/guava/guava/src/com/google/common/io/
ByteStreams.java 100 Closeables.close(out, threw);
124 Closeables.close(out, successfulOps < 1);
128 Closeables.close(in, successfulOps < 2);
134 * input to the output, and closes the input stream. Does not close
151 Closeables.close(in, threw);
157 * to the output, and closes the output stream. Does not close or flush the
175 Closeables.close(out, threw);
181 * Does not close or flush either stream.
205 * Does not close or flush either channel.
228 * Does not close the stream
    [all...]
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
MockWebServer.java 234 * all thread, even if any close fails.
237 serverSocket.close();
239 logger.log(Level.WARNING, "MockWebServer server socket close failed", e);
243 s.next().close();
246 logger.log(Level.WARNING, "MockWebServer socket close failed", e);
272 socket.close();
284 serverSocket.close(); // should cause acceptConnections() to break out
336 in.close();
337 out.close();
338 socket.close();
    [all...]

Completed in 2719 milliseconds

<<31323334353637383940>>