HomeSort by relevance Sort by last modified time
    Searched refs:bytes_read (Results 201 - 225 of 232) sorted by null

1 2 3 4 5 6 7 8910

  /system/core/libbacktrace/
BacktraceOffline.cpp 192 size_t bytes_read = Read(ptr, reinterpret_cast<uint8_t*>(out_value), sizeof(word_t)); local
193 return bytes_read == sizeof(word_t);
  /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/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 228 uptr *bytes_read = nullptr, error_t *error_p = nullptr);
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 716 FX_DWORD bytes_read = local
718 return (bytes_read == size) ? GetNameFromTT(buffer_ptr, 6) : CFX_ByteString();
    [all...]
  /external/testng/ant/3rdparty/
DTDDoc.jar 
  /external/google-breakpad/src/processor/
minidump.cc 4433 std::streamsize bytes_read = stream_->gcount(); local
    [all...]
  /art/dex2oat/
dex2oat.cc 1792 int bytes_read = TEMP_FAILURE_RETRY(read(in->Fd(), buffer.get(), buffer_size)); local
    [all...]
  /system/extras/perfprofd/quipper/
perf_reader.cc 312 int bytes_read = AlignSize(sizeof(sample->raw_size) + sample->raw_size, local
314 array += bytes_read / sizeof(uint64_t);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 172 data->io_stats.bytes_read += size;
  /external/libpcap/
pcap-linux.c 547 ssize_t bytes_read; local
558 bytes_read = readlink(pathstr, phydev_path, phydev_max_pathlen);
559 if (bytes_read == -1) {
575 phydev_path[bytes_read] = '\0';
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 1829 size_t bytes_read = 0; local
    [all...]
  /external/dbus/dbus/
dbus-auth.c     [all...]
dbus-message.c     [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 513 goto bytes_read;
523 bytes_read:
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 150 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...]
omx_vdec_msm8974.cpp 152 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 146 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
omx_vdec_hevc_swvdec.cpp 135 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 301 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 2136 milliseconds

1 2 3 4 5 6 7 8910