HomeSort by relevance Sort by last modified time
    Searched refs:readbuf (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/net/base/
nss_memio.c 48 struct memio_buffer readbuf; member in struct:PRFilePrivate
59 /* if set, the number of bytes requested from readbuf that were not
60 * fulfilled (due to readbuf being empty) */
197 memio_buffer_destroy(&secret->readbuf);
227 mb = &secret->readbuf;
233 * that were previously observed. Note that both the readbuf and the
386 memio_buffer_new(&secret->readbuf, readbufsize);
413 struct memio_buffer* mb = &((PRFilePrivate *)secret)->readbuf;
422 struct memio_buffer* mb = &((PRFilePrivate *)secret)->readbuf;
430 struct memio_buffer* mb = &((PRFilePrivate *)secret)->readbuf;
    [all...]
  /frameworks/native/cmds/servicemanager/
binder.c 325 unsigned readbuf[32]; local
347 bwr.read_size = sizeof(readbuf);
349 bwr.read_buffer = (uintptr_t) readbuf;
358 res = binder_parse(bs, reply, (uintptr_t) readbuf, bwr.read_consumed, 0);
373 uint32_t readbuf[32]; local
379 readbuf[0] = BC_ENTER_LOOPER;
380 binder_write(bs, readbuf, sizeof(uint32_t));
383 bwr.read_size = sizeof(readbuf);
385 bwr.read_buffer = (uintptr_t) readbuf;
394 res = binder_parse(bs, 0, (uintptr_t) readbuf, bwr.read_consumed, func)
    [all...]
  /external/emma/tools/java/com/vladium/tools/
ClassDep.java 132 final byte [] readbuf = new byte [8 * 1024];
153 for (int read; (read = in.read (readbuf)) >= 0; baos.write (readbuf, 0, read));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 268 byte[] readbuf = new byte[this.testNum];
277 testins.read(readbuf);
285 byte[] readbuf = new byte[this.testNum];
292 testins.read(readbuf);
297 testins.read(readbuf);
303 testins.read(readbuf);
  /external/wpa_supplicant_8/src/wps/
httpread.c 381 char readbuf[HTTPREAD_READBUF_SIZE]; /* temp use to read into */ local
389 nread = read(h->sd, readbuf, sizeof(readbuf));
419 rbp = readbuf;
  /external/chromium_org/third_party/libpng/
pngrutil.c 1335 png_byte readbuf[PNG_MAX_PALETTE_LENGTH]; local
1520 png_uint_16 readbuf[PNG_MAX_PALETTE_LENGTH]; local
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngrutil.c 1351 png_byte readbuf[PNG_MAX_PALETTE_LENGTH]; local
1536 png_uint_16 readbuf[PNG_MAX_PALETTE_LENGTH]; local
    [all...]
  /external/libpng/
pngrutil.c 1779 png_byte readbuf[PNG_MAX_PALETTE_LENGTH]; local
1983 png_uint_16 readbuf[PNG_MAX_PALETTE_LENGTH]; local
    [all...]

Completed in 2554 milliseconds