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

<<41424344454647484950>>

  /sdk/traceview/src/com/android/traceview/
MainWindow.java 119 srcChannel.close();
126 srcChannel.close();
127 dstChannel.close();
  /system/bluetooth/tools/
sock_shutdown_test.c 112 printf("%d: close(%d)\n", gettid(), fd);
113 ret = close(fd);
114 printf("%d: close(%d) = %d\n", gettid(), fd, ret);
  /system/extras/tests/framebuffer/
mdp_test.c 69 close(*fd);
91 close(*fd);
241 close(file_fd);
  /bionic/libc/kernel/common/linux/sunrpc/
xprt.h 89 void (*close)(struct rpc_xprt *xprt); member in struct:rpc_xprt_ops
  /bionic/libc/stdio/
tmpfile.c 76 (void)close(fd);
  /bionic/linker/
debugger.c 76 close(s);
  /bootable/recovery/tools/ota/
convert-to-bmp.py 77 f.close()
  /build/tools/isprelinked/
isprelinked.c 84 close(fd);
  /cts/tests/src/android/webkit/cts/
CtsTestServer.java 168 // close() and the other one is calling accept() by sending a GET
170 // sequentially call accept() and close().
177 is.close();
499 // We cannot close the socket here, because we need to respond.
609 inputStream.close();
656 // parsing the response since conn.close() will crash
666 conn.close();
676 // DefaultHttpServerConnection's close() throws an
682 mSocket.close();
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_VideoTest.java 86 c.close();
  /cts/tests/tests/util/src/android/util/cts/
PrintWriterPrinterTest.java 83 pw.close();
  /cts/tools/dx-tests/src/dxconvext/util/
FileUtils.java 85 in.close();
  /dalvik/dx/src/com/android/dx/util/
FileUtils.java 85 in.close();
  /dalvik/hit/src/com/android/hit/
Main.java 39 dis.close();
  /dalvik/libcore/archive/src/main/native/
hy2sie.h 103 #define hyfile_close(a) close(a)
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
DalvikExecTest.java 155 // Close the stream to the completed JAR file.
156 jarOut.close();
228 // Close the stream to the completed JAR file.
229 jarOut.close();
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
DexFile.java 139 * The cache would be synchronized with close(). This would help
168 public void close() throws IOException { method in class:DexFile
259 close(); method
270 * Close DEX file.
  /dalvik/libcore/logging/src/main/java/java/util/logging/
SimpleFormatter.java 67 pw.close();
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
InputStreamReaderTest.java 51 in.close();
WriterTest.java 73 public synchronized void close() throws IOException { method in class:WriterTest.MockWriter
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
PublicClassLoader.java 43 fin.close();
ThrowableTest.java 191 ps.close();
242 ps.close();
264 ps.close();
287 pw.close();
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
HttpURLConnectionTest.java 412 out.close();
446 out.close();
487 is.close();
515 os.close();
543 os.close();
552 //is.close();
579 is.close();
629 is.close();
682 is.close();
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
EOFExceptionTest.java 79 * Tears down the fixture, for example, close a network connection. This
InterruptedIOExceptionTest.java 81 * Tears down the fixture, for example, close a network connection. This

Completed in 432 milliseconds

<<41424344454647484950>>