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

  /external/clang/test/CodeGen/
2003-11-19-BitFieldArray.c 4 int write_buf; member in struct:_GIOChannel
  /external/e2fsprogs/lib/ext2fs/
ext_attr.c 84 char *write_buf; local
91 write_buf = buf;
94 write_buf = (char *) inbuf;
96 retval = io_channel_write_blk64(fs->io, block, 1, write_buf);
  /external/chromium_org/net/server/
http_connection.h 119 QueuedWriteIOBuffer* write_buf() const { return write_buf_.get(); } function in class:net::HttpConnection
http_server.cc 65 bool writing_in_progress = !connection->write_buf()->IsEmpty();
66 if (connection->write_buf()->Append(data) && !writing_in_progress)
127 connection->write_buf()->set_max_buffer_size(size);
275 HttpConnection::QueuedWriteIOBuffer* write_buf = connection->write_buf(); local
276 while (rv == OK && write_buf->GetSizeToWrite() > 0) {
278 write_buf,
279 write_buf->GetSizeToWrite(),
303 connection->write_buf()->DidConsume(rv);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mem_fs_node_test.cc 328 const char write_buf[] = "hello world"; local
336 ASSERT_EQ(0, handle.Write(write_buf, strlen(write_buf), &byte_count));
337 ASSERT_EQ(byte_count, strlen(write_buf));
346 ASSERT_EQ(0, handle.Write(write_buf, strlen(write_buf), &byte_count));
347 ASSERT_EQ(byte_count, strlen(write_buf));
355 ASSERT_EQ(EACCES, handle.Write(write_buf, strlen(write_buf), &byte_count));
  /external/chromium_org/remoting/protocol/
fake_authenticator.cc 43 scoped_refptr<net::IOBuffer> write_buf = new net::IOBuffer(1); local
44 write_buf->data()[0] = 0;
46 write_buf.get(), 1,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fuse.h 244 int (*write_buf)(const char*, member in struct:fuse_operations
  /external/chromium_org/net/socket/
ssl_server_socket_unittest.cc 273 scoped_refptr<IOBuffer> write_buf = new StringIOBuffer(kTestData); local
278 server.Write(write_buf.get(), kTestDataSize, CompletionCallback());
292 written = client.Write(write_buf.get(), kTestDataSize, CompletionCallback());
424 scoped_refptr<StringIOBuffer> write_buf = local
433 write_buf.get(), write_buf->size(), write_callback.callback());
445 while (read_buf->BytesConsumed() < write_buf->size()) {
453 EXPECT_EQ(write_buf->size(), read_buf->BytesConsumed());
455 EXPECT_EQ(0, memcmp(write_buf->data(), read_buf->data(), write_buf->size()))
507 scoped_refptr<StringIOBuffer> write_buf = new StringIOBuffer("testing123"); local
    [all...]
  /development/ndk/platforms/android-3/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /external/libnfc-nxp/src/
phFriNfc_TopazDynamicMap.c 1289 uint8_t write_buf[] = {0x00}; local
1636 uint8_t write_buf[TOPAZ_WRITE_8_DATA_LENGTH]; local
3214 uint8_t write_buf[TOPAZ_WRITE_8_DATA_LENGTH]; local
3334 uint8_t write_buf[TOPAZ_WRITE_8_DATA_LENGTH]; local
3506 uint8_t write_buf[TOPAZ_WRITE_8_DATA_LENGTH]; local
3822 uint8_t write_buf[TOPAZ_WRITE_8_DATA_LENGTH]; local
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 4489 char* write_buf = 0; local
    [all...]

Completed in 2011 milliseconds