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

<<61626364656667686970>>

  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
ZoneInfoDB.java 97 versionFile.close();
146 indexFile.close();
232 fis.close();
  /dalvik/libcore/luni/src/test/java/com/google/coretests/
StatsStore.java 290 stmt.close();
299 static void close() { method in class:StatsStore
302 conn.close();
  /dalvik/libcore/security/src/test/java/tests/api/java/security/
PermissionCollectionTest.java 142 fileOut.close();
166 fout.close();
169 jis.close();
  /development/samples/GlobalTime/src/com/android/globaltime/
Clock.java 91 path.close();
104 path.close();
117 path.close();
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 220 c.close();
274 c.close();
300 c.close();
  /development/simulator/wrapsim/
FakeDev.c 153 newDev->close = (Fake_close) noClose;
206 close(fds[0]);
238 close(dev->otherFd);
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 333 uniquePoolEntry.close();
400 protected void close()
405 connection.close();
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java 289 // close all connections that are issued to an application
315 * @param conn the connection to close, or <code>null</code>
320 conn.close();
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestExecutor.java 125 conn.close();
128 conn.close();
131 conn.close();
  /external/bluetooth/glib/tests/
gio-test.c 364 close (pipe_to_sub[0]);
365 close (pipe_from_sub [1]);
438 close (writefd);
  /external/dhcpcd/
if-linux.c 76 close(iface->link_fd);
200 close(fd);
219 close(fd);
  /external/dnsmasq/src/
log.c 107 close(log_fd);
194 /* Once a stream socket hits EPIPE, we have to close and re-open
421 close(log_fd);
  /external/dropbear/
svr-main.c 103 * -1 is a dummy childpipe, just something we can close() without
213 /* close fds which have been authed or closed - svr-auth.c handles
303 /* make sure we close sockets */
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 125 clsin.close ();
224 clsin.close ();
331 if (in != null) try { in.close (); } catch (Exception ignore) {}
  /external/icu4c/i18n/unicode/
bms.h 85 * WARNING: Don't call this until you are have called <code>close</code>
210 * Close a <code>BMS</code> object and release all the
213 * @param bms - the <code>BMS</code> object to close.
  /external/icu4c/layoutex/layout/
plruns.h 73 * Close the given <code>pl_fontRuns</code> object. Once this
206 * Close the given <code>pl_valueRuns</code> object. Once this
338 * Close the given <code>pl_localeRuns</code> object. Once this
  /external/libpng/contrib/pngminus/
png2pnm.c 151 /* close input file */
153 /* close output file */
155 /* close alpha file */
  /external/libpng/contrib/visupng/
PngFile.c 60 ofn.lpstrFile = NULL; // Set in Open and Close functions
62 ofn.lpstrFileTitle = NULL; // Set in Open and Close functions
66 ofn.Flags = 0; // Set in Open and Close functions
  /external/opencore/doc/oscl_html/
classOsclDNSI.html 21 <tr><td nowrap align=right valign=top>int32&nbsp;</td><td valign=bottom><a class="el" href="classOsclDNSI.html#a2">Close</a> ()</td></tr>
63 <a name="a2" doxytag="OsclDNSI::Close"></a><p>
69 <td class="md" nowrap valign="top"> int32 OsclDNSI::Close </td>
classOsclSocketServRequestList.html 18 <tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOsclSocketServRequestList.html#a4">Close</a> ()</td></tr>
87 <a name="a4" doxytag="OsclSocketServRequestList::Close"></a><p>
93 <td class="md" nowrap valign="top"> void OsclSocketServRequestList::Close </td>
classOscl__FileServer.html 20 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF int32&nbsp;</td><td valign=bottom><a class="el" href="classOscl__FileServer.html#a3">Close</a> ()</td></tr>
85 <a name="a3" doxytag="Oscl_FileServer::Close"></a><p>
91 <td class="md" nowrap valign="top"> OSCL_IMPORT_REF int32 Oscl_FileServer::Close </td>
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_async_read.h 276 * Note: it is the caller's job to open/close this file handle.
280 * class will close the handle.
319 int32 Close();
oscl_file_find.cpp 56 Close();
107 Close();
357 OSCL_EXPORT_REF void Oscl_FileFind::Close()
  /external/openssl/crypto/rand/
rand_unix.c 201 if (fstat(fd,st) != 0) { close(fd); continue; }
208 if (j<i) { close(fd); continue; }
277 close(fd);
  /external/ppp/pppd/
sys-linux.c 361 close(ppp_dev_fd);
363 close(sock_fd);
366 close(sock6_fd);
369 close(slave_fd);
371 close(master_fd);
537 close(fd);
593 close(ppp_fd);
599 close(ppp_dev_fd);
622 close(ppp_dev_fd);
703 close(master_fd)
    [all...]

Completed in 973 milliseconds

<<61626364656667686970>>