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

1 2 3

  /external/clang/test/CodeGen/
2003-11-19-BitFieldArray.c 4 int write_buf; member in struct:_GIOChannel
  /external/e2fsprogs/lib/ext2fs/
ext_attr.c 79 char *write_buf; local
86 write_buf = buf;
89 write_buf = (char *) inbuf;
91 retval = io_channel_write_blk(fs->io, block, 1, write_buf);
  /external/chromium_org/remoting/protocol/
fake_authenticator.cc 37 scoped_refptr<net::IOBuffer> write_buf = new net::IOBuffer(1); local
38 write_buf->data()[0] = 0;
40 socket_->Write(write_buf.get(),
  /system/extras/tests/directiotest/
directiotest.c 175 void *read_buf = NULL, *write_buf = NULL; local
212 write_buf = pagealign_alloc(test_size);
213 if (!read_buf || !write_buf) {
238 init_test_buf(write_buf, cur_blk, test_size);
240 if (do_write(fd, write_buf, cur_blk * blk_size, test_size) !=
251 if (memcmp(write_buf, read_buf, test_size)) {
255 dump_hex(write_buf, test_size);
268 if (write_buf)
269 pagealign_free(write_buf, test_size);
  /external/chromium/net/socket/
ssl_server_socket_unittest.cc 194 scoped_refptr<net::IOBuffer> write_buf = new net::StringIOBuffer(kTestData); local
198 EXPECT_EQ(kTestDataSize, server.Write(write_buf, kTestDataSize, NULL));
206 EXPECT_EQ(kTestDataSize, client.Write(write_buf, kTestDataSize, NULL));
330 scoped_refptr<net::StringIOBuffer> write_buf = local
337 server_ret = server_socket_->Write(write_buf, write_buf->size(),
349 EXPECT_EQ(0, memcmp(write_buf->data(), read_buf->data(), write_buf->size()));
352 write_buf = new net::StringIOBuffer("hello123");
355 client_ret = client_socket_->Write(write_buf, write_buf->size()
    [all...]
  /external/chromium_org/net/socket/
ssl_server_socket_unittest.cc 267 scoped_refptr<net::IOBuffer> write_buf = new net::StringIOBuffer(kTestData); local
272 server.Write(write_buf.get(), kTestDataSize, CompletionCallback());
286 written = client.Write(write_buf.get(), kTestDataSize, CompletionCallback());
420 scoped_refptr<net::StringIOBuffer> write_buf = local
430 write_buf.get(), write_buf->size(), write_callback.callback());
442 while (read_buf->BytesConsumed() < write_buf->size()) {
450 EXPECT_EQ(write_buf->size(), read_buf->BytesConsumed());
452 EXPECT_EQ(0, memcmp(write_buf->data(), read_buf->data(), write_buf->size()))
504 scoped_refptr<net::StringIOBuffer> write_buf = local
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
nand.h 184 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /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/kernel-headers/original/linux/mtd/
nand.h 292 * @write_buf: [REPLACEABLE] write data from the buffer to the chip
348 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /external/kernel-headers/original/linux/
tty.h 227 unsigned char *write_buf; member in struct:tty_struct
  /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/valgrind/main/coregrind/
vgdb.c 1342 Bool write_buf(int fd, char* buf, int size, char* desc, Bool notify) function
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip

Completed in 1701 milliseconds

1 2 3