Searched refs:write_buf (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/CodeGen/
H A D2003-11-19-BitFieldArray.c4 int write_buf; member in struct:_GIOChannel
/external/chromium/net/socket/
H A Dssl_server_socket_unittest.cc194 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_bu
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dext_attr.c79 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/bluetooth/glib/glib/
H A Dgiochannel.c98 channel->write_buf = NULL;
152 if (channel->write_buf)
153 g_string_free (channel->write_buf, TRUE);
395 if (channel->write_buf && channel->write_buf->len > 0)
412 g_string_truncate(channel->write_buf, 0);
454 if (channel->write_buf && channel->write_buf->len > 0)
476 if (channel->write_buf)
477 g_string_truncate (channel->write_buf,
[all...]
H A Dgiochannel.h123 GString *write_buf; /* Data ready to be written to the file */ member in struct:_GIOChannel
/external/libnfc-nxp/src/
H A DphFriNfc_TopazDynamicMap.c1286 uint8_t write_buf[] = {0x00}; local
1317 result = phFriNfc_Tpz_H_NxpWrite (psNdefMap, write_buf,
1318 sizeof (write_buf));
1536 write_buf[write_index] = PH_FRINFC_TOPAZ_CC_BYTE0;
1547 result = phFriNfc_Tpz_H_NxpWrite(psNdefMap, write_buf,
1573 write_buf[write_index] = PH_FRINFC_TOPAZ_CC_BYTE0;
1581 result = phFriNfc_Tpz_H_NxpWrite(psNdefMap, write_buf,
1633 uint8_t write_buf[TOPAZ_WRITE_8_DATA_LENGTH]; local
1637 (void)memcpy ((void *)write_buf, (void *)
1641 write_buf[ps_tpz_inf
3211 uint8_t write_buf[TOPAZ_WRITE_8_DATA_LENGTH]; local
3331 uint8_t write_buf[TOPAZ_WRITE_8_DATA_LENGTH]; local
3503 uint8_t write_buf[TOPAZ_WRITE_8_DATA_LENGTH]; local
3819 uint8_t write_buf[TOPAZ_WRITE_8_DATA_LENGTH]; local
[all...]
/external/kernel-headers/original/linux/mtd/
H A Dnand.h292 * @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/valgrind/main/coregrind/
H A Dvgdb.c1320 Bool write_buf(int fd, char* buf, int size, char* desc, Bool notify) function
1380 return write_buf(to_pid, buf, nrread, "to_pid", /* notify */ True);
1404 return write_buf(to_gdb, buf, nrread, "to_gdb", /* notify */ False);
1608 write_buf(sigusr1_fd, &control_c, 1,
1894 write_buf(to_pid, buf, 1, "write \\003 to wake up", /* notify */ True);
1917 write_buf(to_pid, hexcommand, strlen(hexcommand),
/external/kernel-headers/original/linux/
H A Dtty.h227 unsigned char *write_buf; member in struct:tty_struct
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp4489 char* write_buf = 0; local
4543 CV_CALL( write_buf = (char*)cvAlloc( write_buf_size ));
4555 char* src_ptr = write_buf;
4595 cvWriteRawData( fs, write_buf, write_count, dt );
4597 src_ptr = write_buf;
4604 cvWriteRawData( fs, write_buf, write_count, dt );
4623 cvFree( &write_buf );

Completed in 304 milliseconds