HomeSort by relevance Sort by last modified time
    Searched defs:bytes_read (Results 226 - 250 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/components/crash/app/
breakpad_linux.cc 1034 size_t bytes_read = 0; local
1525 size_t bytes_read = local
    [all...]
  /external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.cc 1264 int64_t bytes_read = -1; local
    [all...]
  /external/chromium_org/net/spdy/
spdy_framer.cc 535 size_t bytes_read = ProcessCommonHeader(data, len); local
536 len -= bytes_read;
537 data += bytes_read;
555 int bytes_read = ProcessControlFrameBeforeHeaderBlock(data, len); local
556 len -= bytes_read;
557 data += bytes_read;
562 int bytes_read = ProcessSettingsFramePayload(data, len); local
563 len -= bytes_read;
564 data += bytes_read;
569 int bytes_read = ProcessControlFrameHeaderBlock local
577 size_t bytes_read = ProcessRstStreamFramePayload(data, len); local
584 size_t bytes_read = ProcessGoAwayFramePayload(data, len); local
591 size_t bytes_read = ProcessAltSvcFramePayload(data, len); local
598 size_t bytes_read = ProcessControlFramePayload(data, len); local
605 size_t bytes_read = ProcessFramePaddingLength(data, len); local
612 size_t bytes_read = ProcessFramePadding(data, len); local
619 size_t bytes_read = ProcessIgnoredControlFramePayload(\/*data,*\/ len); local
626 size_t bytes_read = ProcessDataFramePayload(data, len); local
1372 size_t bytes_read = UpdateCurrentFrameBuffer(&data, &len, local
1793 size_t bytes_read = UpdateCurrentFrameBuffer(&data, &len, local
    [all...]
spdy_framer_test.cc 486 size_t bytes_read = local
488 size_t bytes_processed = framer_.ProcessInput(input_ptr, bytes_read);
    [all...]
spdy_network_transaction_unittest.cc 577 int bytes_read = 0; local
594 bytes_read += rv;
596 return bytes_read;
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/enc/
encode.cc 136 int bytes_read = ParseAsUTF8(&symbol, data + pos, length - pos); local
137 pos += bytes_read;
138 if (symbol < 0x110000) size_utf8 += bytes_read;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_shader.c 262 unsigned * bytes_read)
267 out |= bytes[(*bytes_read)++] << (8 * i);
273 unsigned bytes_read, struct r600_bytecode_alu * alu, unsigned src_idx)
277 sel0 = bytes[bytes_read++];
278 sel1 = bytes[bytes_read++];
280 alu->src[src_idx].chan = bytes[bytes_read++];
281 alu->src[src_idx].neg = bytes[bytes_read++];
282 alu->src[src_idx].abs = bytes[bytes_read++];
283 alu->src[src_idx].rel = bytes[bytes_read++];
284 alu->src[src_idx].kc_bank = bytes[bytes_read++]
519 unsigned bytes_read = 0; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 1564 size_t bytes_read = 0; local
    [all...]
  /external/e2fsprogs/e2fsck/
e2fsck.h 148 unsigned long long bytes_read; member in struct:resource_track
  /external/libpcap/
pcap-linux.c 517 ssize_t bytes_read; local
528 bytes_read = readlink(pathstr, phydev_path, phydev_max_pathlen);
529 if (bytes_read == -1) {
545 phydev_path[bytes_read] = '\0';
    [all...]
  /external/lldb/source/API/
SBTarget.cpp 2312 const size_t bytes_read = target_sp->ReadMemory(*addr_ptr, local
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 2997 size_t bytes_read = ReadMemory (label_addr, &dispatch_queue_name[0], dispatch_queue_offsets.dqo_label_size, error); local
    [all...]
  /external/lldb/tools/debugserver/source/
DNB.cpp 1404 nub_size_t bytes_read; local
1441 nub_size_t bytes_read = 0; local
    [all...]
RNBRemote.cpp 2723 int bytes_read = DNBProcessMemoryRead (m_ctx.ProcessID(), addr, length, buf); local
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.cpp 578 nub_size_t bytes_read = m_task.ReadMemory(addr, size, buf); local
582 if (bytes_read > 0)
583 m_breakpoints.RemoveTrapsFromBuffer (addr, bytes_read, buf);
584 return bytes_read;
1332 int bytes_read = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 262 unsigned * bytes_read)
267 out |= bytes[(*bytes_read)++] << (8 * i);
273 unsigned bytes_read, struct r600_bytecode_alu * alu, unsigned src_idx)
277 sel0 = bytes[bytes_read++];
278 sel1 = bytes[bytes_read++];
280 alu->src[src_idx].chan = bytes[bytes_read++];
281 alu->src[src_idx].neg = bytes[bytes_read++];
282 alu->src[src_idx].abs = bytes[bytes_read++];
283 alu->src[src_idx].rel = bytes[bytes_read++];
284 alu->src[src_idx].kc_bank = bytes[bytes_read++]
519 unsigned bytes_read = 0; local
    [all...]
  /external/stressapptest/src/
worker.cc 3067 int64 bytes_read = 0; local
    [all...]
  /external/bison/src/
scan-gram.c 3530 size_t bytes_read = fread (buf, 1, size, fp); local
    [all...]
  /external/blktrace/
blktrace.c 926 int bytes_read; local
930 bytes_read = __net_recv_data(nc->fd, bnh, sizeof(*bnh));
933 if (bytes_read == sizeof(*bnh))
935 else if (bytes_read == 0)
    [all...]
  /external/lldb/source/Core/
ValueObject.cpp 928 size_t bytes_read = target->ReadMemory(so_addr, false, heap_buf_ptr->GetBytes(), bytes, error); local
932 return bytes_read;
945 size_t bytes_read = process->ReadMemory(addr + offset, heap_buf_ptr->GetBytes(), bytes, error); local
949 return bytes_read;
959 size_t bytes_read = std::min<uint64_t>(max_bytes - offset, bytes); local
960 heap_buf_ptr->CopyData((uint8_t*)(addr + offset), bytes_read);
962 return bytes_read;
1119 size_t bytes_read = 0; local
    [all...]
  /external/lldb/source/Target/
Target.cpp 1243 size_t bytes_read = objfile->ReadSectionData (section_sp.get(), local
1279 size_t bytes_read = 0; local
1413 size_t bytes_read = ReadMemory (address, false, curr_dst, bytes_to_read, error); local
1456 size_t bytes_read = ReadMemory (addr, prefer_file_cache, &uval, byte_size, error); local
    [all...]
  /external/netperf/
netlib.c 1238 int bytes_read;
1225 int bytes_read; local
1386 int bytes_read; local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 2590 int bytes_read=0; local
2633 int bytes_read=0; local
2657 int bytes_read = 0; local
2799 int bytes_read = 0; local
2978 int bytes_read = 0; local
3084 unsigned int read_code = 0, bytes_read, byte_pos = 0, frame_type; local
3214 unsigned int bytes_read = 0; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 152 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
omx_vdec_hevc_swvdec.cpp 141 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]

Completed in 2624 milliseconds

1 2 3 4 5 6 7 8 91011