HomeSort by relevance Sort by last modified time
    Searched full:dowrite (Results 1 - 16 of 16) sorted by null

  /external/chromium/net/tools/flip_server/
sm_connection.cc 290 if (!DoWrite())
522 bool SMConnection::DoWrite() {
527 << "DoWrite: fd == -1. Returning false.";
531 VLOG(2) << log_prefix_ << "DoWrite: Output list empty.";
540 VLOG(2) << log_prefix_ << "DoWrite: Items in output list: "
613 << "DoWrite: error_or_close. Returning false "
615 Cleanup("DoWrite");
sm_connection.h 109 bool DoWrite();
  /external/chromium/net/http/
disk_cache_based_ssl_host_info.h 93 int DoWrite();
disk_cache_based_ssl_host_info.cc 132 rv = DoWrite();
214 int DiskCacheBasedSSLHostInfo::DoWrite() {
  /external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 169 void DoWrite(scoped_refptr<CancelableRequest<WriteCallback> > request,
204 this, &FileAccessProvider::DoWrite, request, path, data));
224 void FileAccessProvider::DoWrite(
228 VLOG(1) << "DoWrite starting write";
231 VLOG(1) << "DoWrite done write " << bytes_written;
    [all...]
  /frameworks/base/core/java/android/content/
SyncStorageEngine.java 709 removeAuthorityLocked(account, authority, true /* doWrite */);
    [all...]
  /external/webkit/Source/WebCore/dom/
XMLDocumentParser.h 286 void doWrite(const String&);
XMLDocumentParser.cpp 139 doWrite(s.toString());
XMLDocumentParserQt.cpp 183 void XMLDocumentParser::doWrite(const String& parseString)
XMLDocumentParserLibxml2.cpp 648 void XMLDocumentParser::doWrite(const String& parseString)
    [all...]
  /libcore/luni/src/main/java/java/io/
PrintWriter.java 601 doWrite(buf, offset, count);
616 doWrite(new char[] { (char) oneChar }, 0, 1);
619 private final void doWrite(char[] buf, int offset, int count) {
  /external/bluetooth/glib/glib/
gmessages.c 106 dowrite (int fd, function
122 #define write(fd, buf, len) dowrite(fd, buf, len)
  /packages/apps/Nfc/src/com/android/nfc/nxp/
NativeNfcTag.java 314 private native boolean doWrite(byte[] buf);
320 boolean result = doWrite(buf);
  /external/mksh/src/
histrap.c 622 histsave(int *lnp, const char *cmd, bool dowrite MKSH_A_UNUSED, bool ignoredups)
642 if (histfd && dowrite)
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcTag.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 665 milliseconds