HomeSort by relevance Sort by last modified time
    Searched refs:read_size (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium/net/tools/flip_server/
simple_buffer.cc 120 int read_size = 0; local
121 GetReadablePtr(&read_ptr, &read_size);
122 if (read_size > size) {
123 read_size = size;
125 memcpy(bytes, read_ptr, read_size);
126 AdvanceReadablePtr(read_size);
127 return read_size;
144 int read_size = 0; local
145 GetReadablePtr(&read_ptr, &read_size);
147 if (read_size + size <= BufferSize())
    [all...]
ring_buffer.cc 192 int read_size = 0; local
193 GetReadablePtr(&read_ptr, &read_size);
201 DCHECK(read_size == ReadableBytes());
204 memmove(buffer_.get(), read_ptr, read_size);
206 write_idx_ = read_size;
  /external/qemu/android/protocol/
core-connection.c 230 ssize_t read_size; local
238 read_size =
241 if (read_size <= 0) {
247 *read_bytes = read_size;
  /external/v8/src/
log-utils.cc 69 const int read_size = Min(write_pos_ - read_pos, local
72 blocks_[block_read_index] + block_read_pos, read_size);
73 block_read_pos += read_size;
74 dest_buf_pos += read_size;
75 read_pos += read_size;
  /external/qemu/
tap-win32.c 92 unsigned long read_size; member in struct:tun_buffer_s
492 unsigned long read_size; local
502 &read_size,
509 &read_size, FALSE);
533 if(read_size > 0) {
534 buffer->read_size = read_size;
553 size = (int)buffer->read_size;
  /bionic/libc/kernel/common/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /development/ndk/platforms/android-3/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /external/chromium/net/tools/dump_cache/
upgrade.cc 477 int read_size = std::min(bytes_remaining_, kBufferSize); local
478 DEBUGMSG("Master SendReadData (%d): %d bytes at %d\n", stream_, read_size,
491 msg.arg2 = read_size;
504 int read_size = input_->msg.buffer_bytes; local
505 if (!read_size) {
513 int rv = writer_->WriteEntry(entry_, stream_, offset_, buf, read_size,
517 read_size_ = read_size;
524 offset_ += read_size;
525 bytes_remaining_ -= read_size;
  /external/chromium/webkit/glue/media/
buffered_data_source.h 75 void ReadTask(int64 position, int read_size, uint8* read_buffer);
buffered_resource_loader.h 80 // Reads the specified |read_size| from |position| into |buffer| and when
90 virtual void Read(int64 position, int read_size,
  /external/kernel-headers/original/linux/
binder.h 73 signed long read_size; /* bytes to read */ member in struct:binder_write_read
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
binder.h 50 signed long read_size; member in struct:binder_write_read

Completed in 504 milliseconds

1 2 3