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

<<41424344454647484950>>

  /dalvik/vm/jdwp/
JdwpSocket.c 215 close(listenSock);
219 close(clientSock);
246 close(netState->wakePipe[0]);
250 close(netState->wakePipe[1]);
453 close(netState->clientSock);
475 * Close the connection to the debugger.
492 close(netState->clientSock);
651 * close the listen socket, but there's a good chance we won't be able to
744 close(tmpSock);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ReadAsset.java 59 is.close();
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessageReceiver.java 62 cursor.close();
  /development/simulator/app/
LocalBiChannel.cpp 147 * of it for the other, in case we decide to only close one side.
251 close((int) mHandle);
340 close(sock);
398 close(sock);
  /development/simulator/wrapsim/
SysPower.c 130 newDev->close = closePower;
  /development/testrunner/
logger.py 57 file_handle.close()
  /development/tools/mkstubs/src/com/android/mkstubs/
SourceGenerator.java 59 fw.close();
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 53 * Note that this class NEVER closes the underlying stream, even when close
55 * close, which allows for the seamless execution of subsequent HTTP 1.1
253 * Upon close, this reads the remainder of the chunked message,
258 public void close() throws IOException { method in class:ChunkedInputStream
  /external/bluetooth/glib/tests/
gen-casefold-txt.pl 84 close INPUT;
  /external/clearsilver/python/examples/base/
handle_error.py 33 sfp.close()
  /external/dbus/dbus/
dbus-server.h 45 * connection, or close the new connection. Set with dbus_server_set_new_connection_function().
  /external/dropbear/libtommath/
booker.pl 50 close(IN);
117 close(SRC);
264 close (OUT);
265 close (IN);
  /external/e2fsprogs/e2fsck/
iscan.c 91 close(fd);
  /external/e2fsprogs/intl/
log.c 63 /* Close the last used logfile. */
  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 129 close(fd);
363 close(fd);
390 close(fd);
414 close(fd);
  /external/elfutils/tests/
ecp.c 85 close (outfd);
  /external/emma/core/java12/com/vladium/emma/data/
DataFactory.java 129 if (oin != null) try { oin.close (); } catch (Exception ignore) {}
156 if (out != null) try { out.close (); } catch (Exception ignore) {}
173 if (oin != null) try { oin.close (); } catch (Exception ignore) {}
271 public void close () method in class:DataFactory.UCFileInputStream
286 public void close () method in class:DataFactory.UCFileOutputStream
327 public void close () method in class:DataFactory.RandomAccessFileInputStream
367 public void close () method in class:DataFactory.RandomAccessFileOutputStream
483 if (raf != null) try { raf.close (); } catch (Throwable ignore) {}
677 if (raf != null) try { raf.close (); } catch (Throwable ignore) {}
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 84 close(); method
97 close(); method
353 private void close() method in class:ReportGenerator
360 m_out.close();
  /external/grub/grub/
asmstub.c 198 /* Close off the file descriptors we used. */
209 close (disks[i].flags);
213 close (serial_fd);
239 /* If the old one is already opened, close it. */
242 close (disks[drive].flags);
803 close (disks[drive].flags);
1113 /* If a serial device is already opened, close it first. */
1115 close (serial_fd);
1218 close (serial_fd);
  /external/guava/src/com/google/common/io/
Flushables.java 48 * @see Closeables#close
  /external/icu4c/common/
ucnv_err.c 101 /* else ignore the reset, close and clone calls. */
123 /* else ignore the reset, close and clone calls. */
304 /* else ignore the reset, close and clone calls. */
325 /* else ignore the reset, close and clone calls. */
ustrenum.h 40 * ownership of 'uenum' and will close it in its destructor. The
  /external/icu4c/i18n/
bms.cpp 37 CollData::close(data);
  /external/icu4c/io/
ufile.h 111 * Close out the transliterator and flush any data therein.
  /external/icu4c/stubdata/
icu_dat_generator.py 161 locale_index.close()
162 brkitr_index.close()
163 coll_index.close()
164 rbnf_index.close()

Completed in 125 milliseconds

<<41424344454647484950>>