HomeSort by relevance Sort by last modified time
    Searched defs:AsyncWrite (Results 1 - 5 of 5) sorted by null

  /development/host/windows/usb/api/
adb_endpoint_object.cpp 63 ADBAPIHANDLE AdbEndpointObject::AsyncWrite(void* buffer,
  /external/chromium_org/net/disk_cache/blockfile/
file_ios.cc 242 return AsyncWrite(buffer, buffer_len, offset, callback, completed);
284 bool File::AsyncWrite(const void* buffer, size_t buffer_len, size_t offset,
file_win.cc 177 return AsyncWrite(buffer, buffer_len, offset, callback, completed);
189 bool File::AsyncWrite(const void* buffer, size_t buffer_len, size_t offset,
  /external/chromium_org/components/visitedlink/browser/
visitedlink_master.cc 96 void AsyncWrite(FILE** file, int32 offset, const std::string& data) {
896 base::Bind(&AsyncWrite, file, offset,
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 37 typedef struct AsyncWrite AsyncWrite;
100 ** asyncWrite, asyncClose, asyncTruncate, asyncSync
386 AsyncWrite *pQueueFirst; /* Next write operation to be processed */
387 AsyncWrite *pQueueLast; /* Last write operation on the list */
396 /* Possible values of AsyncWrite.op */
414 ** Entries on the write-op queue are instances of the AsyncWrite
418 ** on the value of AsyncWrite.op:
451 ** This space is sqlite3_malloc()d along with the AsyncWrite structure in a
455 struct AsyncWrite {
    [all...]

Completed in 190 milliseconds