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

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 92 String writebuf = ""; //$NON-NLS-1$ local
94 writebuf = writebuf + ((char) (val + 64));
96 this.fouts.write(writebuf.getBytes());
181 ByteBuffer writebuf = ByteBuffer.allocate(this.writebufSize); local
183 writebuf.putChar((char) (val + 64));
188 writeres = rbChannel.write(writebuf);
191 writebuf.flip();
192 writeres = rbChannel.write(writebuf);
201 ByteBuffer writebuf = null local
223 ByteBuffer writebuf = ByteBuffer.allocateDirect(this.writebufSize); local
499 String writebuf = ""; \/\/$NON-NLS-1\$ local
528 String writebuf = ""; \/\/$NON-NLS-1\$ local
551 String writebuf = ""; \/\/$NON-NLS-1\$ local
    [all...]
  /external/chromium_org/net/base/
nss_memio.c 51 struct memio_buffer writebuf; member in struct:PRFilePrivate
198 memio_buffer_destroy(&secret->writebuf);
234 * writebuf are checked for errors, since the application may have
241 else if (secret->writebuf.last_err)
242 PR_SetError(secret->writebuf.last_err, 0);
266 mb = &secret->writebuf;
387 memio_buffer_new(&secret->writebuf, writebufsize);
449 struct memio_buffer* mb = &((PRFilePrivate *)secret)->writebuf;
464 struct memio_buffer* mb = &((PRFilePrivate *)secret)->writebuf;
  /frameworks/native/cmds/servicemanager/
binder.c 324 } __attribute__((packed)) writebuf; local
332 writebuf.cmd = BC_TRANSACTION;
333 writebuf.txn.target.handle = target;
334 writebuf.txn.code = code;
335 writebuf.txn.flags = 0;
336 writebuf.txn.data_size = msg->data - msg->data0;
337 writebuf.txn.offsets_size = ((char*) msg->offs) - ((char*) msg->offs0);
338 writebuf.txn.data.ptr.buffer = (uintptr_t)msg->data0;
339 writebuf.txn.data.ptr.offsets = (uintptr_t)msg->offs0;
341 bwr.write_size = sizeof(writebuf);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py 161 self.writebuf = []
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 161 self.writebuf = []

Completed in 229 milliseconds