Searched refs:read_buf (Results 1 - 16 of 16) sorted by relevance

/external/qemu/android/protocol/
H A Dattach-ui-proxy.c61 uint8_t read_buf[1]; local
69 asyncReader_init(&reader, read_buf, sizeof(read_buf), &uicmd->io);
H A Dui-commands-proxy.c110 uint8_t read_buf[1]; local
118 asyncReader_init(&reader, read_buf, sizeof(read_buf), &uicmd->io);
/external/chromium_org/net/socket/
H A Dssl_server_socket_unittest.cc124 int PropogateData(scoped_refptr<net::IOBuffer> read_buf, int read_buf_len) { argument
127 memcpy(read_buf->data(), buf->data(), copied);
268 scoped_refptr<net::IOBuffer> read_buf = new net::IOBuffer(kReadBufSize); local
276 int read = client.Read(read_buf.get(), kReadBufSize, CompletionCallback());
279 EXPECT_EQ(0, memcmp(kTestData, read_buf->data(), read));
284 server.Read(read_buf.get(), kReadBufSize, callback.callback()));
293 EXPECT_EQ(0, memcmp(kTestData, read_buf->data(), read));
422 scoped_refptr<net::DrainableIOBuffer> read_buf = local
433 read_buf.get(), read_buf
[all...]
H A Ddeterministic_socket_data_unittest.cc171 scoped_refptr<IOBuffer> read_buf(new IOBuffer(len));
174 read_buf.get(),
334 scoped_refptr<IOBuffer> read_buf(new IOBuffer(kLen1));
337 read_buf.get(),
H A Dssl_client_socket_unittest.cc1121 scoped_refptr<net::IOBuffer> read_buf(new net::IOBuffer(4096));
1122 rv = sock->Read(read_buf.get(), 4096, read_callback.callback());
/external/chromium/net/socket/
H A Dssl_server_socket_unittest.cc82 int PropogateData(scoped_refptr<net::IOBuffer> read_buf, int read_buf_len) { argument
85 memcpy(read_buf->data(), buf->data(), copied);
195 scoped_refptr<net::IOBuffer> read_buf = new net::IOBuffer(kReadBufSize); local
199 EXPECT_EQ(kTestDataSize, client.Read(read_buf, kReadBufSize, NULL));
200 EXPECT_EQ(0, memcmp(kTestData, read_buf->data(), kTestDataSize));
205 server.Read(read_buf, kReadBufSize, &callback));
208 EXPECT_EQ(0, memcmp(kTestData, read_buf->data(), kTestDataSize));
332 scoped_refptr<net::IOBuffer> read_buf = new net::IOBuffer(kReadBufSize); local
340 client_ret = client_socket_->Read(read_buf, kReadBufSize, &read_callback);
349 EXPECT_EQ(0, memcmp(write_buf->data(), read_buf
[all...]
/external/chromium_org/remoting/protocol/
H A Dfake_authenticator.cc50 scoped_refptr<net::IOBuffer> read_buf = new net::IOBuffer(1); local
52 socket_->Read(read_buf.get(),
/external/chromium_org/jingle/glue/
H A Dfake_ssl_client_socket_unittest.cc164 scoped_refptr<net::IOBuffer> read_buf(
167 read_buf.get(), read_buf_len, test_completion_callback.callback());
/external/kernel-headers/original/linux/mtd/
H A Dnand.h293 * @read_buf: [REPLACEABLE] read data from the chip into the buffer
349 void (*read_buf)(struct mtd_info *mtd, uint8_t *buf, int len); member in struct:nand_chip
/external/chromium_org/net/spdy/
H A Dspdy_proxy_client_socket_unittest.cc1292 scoped_refptr<IOBuffer> read_buf(new IOBuffer(kLen1));
1294 sock_->Read(read_buf.get(), kLen1, read_callback_.callback()));
1418 scoped_refptr<IOBuffer> read_buf(new IOBuffer(kLen1));
1420 sock_->Read(read_buf.get(), kLen1, read_callback.callback()));
/external/kernel-headers/original/linux/
H A Dtty.h217 char *read_buf; member in struct:tty_struct
/external/valgrind/main/coregrind/
H A Dvgdb.c1322 int read_buf (int fd, char* buf, char* desc) function
1392 nrread = read_buf(from_gdb, buf, "from gdb on stdin");
1416 nrread = read_buf(from_pid, buf, "from pid");
1525 bufcnt = read_buf (fd, buf, "static buf readchar");
/external/chromium_org/third_party/zlib/
H A Ddeflate.c88 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
566 * (See also read_buf()).
1016 local int read_buf(strm, buf, size) function
1538 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.c85 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
530 * (See also read_buf()).
956 local int read_buf(strm, buf, size) function
1342 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
/external/zlib/src/
H A Ddeflate.c87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
344 s->wrap = 0; /* avoid computing Adler-32 in read_buf */
640 * (See also read_buf()).
1076 local int read_buf(strm, buf, size) function
1467 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp4632 char* read_buf = 0; local
4729 CV_CALL( read_buf = (char*)cvAlloc( read_buf_size ));
4748 char* dst_ptr = read_buf;
4758 cvReadRawDataSlice( fs, &reader, count, read_buf, dt );
4760 dst_ptr = read_buf;
4807 cvFree( &read_buf );

Completed in 417 milliseconds