OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsyncWrite
(Results
1 - 9
of
9
) sorted by null
/development/host/windows/usb/api/
adb_endpoint_object.cpp
63
ADBAPIHANDLE AdbEndpointObject::
AsyncWrite
(void* buffer,
adb_endpoint_object.h
147
virtual ADBAPIHANDLE
AsyncWrite
(void* buffer,
adb_api.cpp
428
ADBAPIHANDLE ret = adb_object->
AsyncWrite
(buffer,
/external/chromium_org/net/disk_cache/blockfile/
file.h
82
bool
AsyncWrite
(const void* buffer, size_t buffer_len, size_t offset,
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/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
...]
/external/chromium_org/components/visitedlink/browser/
visitedlink_master.cc
96
void
AsyncWrite
(FILE** file, int32 offset, const std::string& data) {
900
base::Bind(&
AsyncWrite
, file, offset,
[
all
...]
/external/chromium_org/jingle/glue/
chrome_async_socket_unittest.cc
779
TEST_F(ChromeAsyncSocketTest,
AsyncWrite
) {
[
all
...]
Completed in 4175 milliseconds