HomeSort by relevance Sort by last modified time
    Searched refs:bytes_read (Results 301 - 322 of 322) sorted by null

<<111213

  /art/dex2oat/
dex2oat_test.cc 262 ssize_t bytes_read = 0; local
264 while (TEMP_FAILURE_RETRY(bytes_read = read(link[0], buffer, 128)) > 0) {
265 output_ += std::string(buffer, bytes_read);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.cpp 641 unsigned bytes_read = inst->src[2].ud; local
642 assert(bytes_read % 4 == 0);
643 unsigned vec4s_read = DIV_ROUND_UP(bytes_read, 16);
    [all...]
  /system/core/trusty/storage/tests/
main.cpp 230 size_t bytes_read = 0; local
244 bytes_read += rc;
246 ASSERT_EQ(bytes_read, exp_len);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 234 uptr *bytes_read = nullptr, error_t *error_p = nullptr);
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 140 data->io_stats.bytes_read += size;
  /external/libpcap/
pcap-linux.c 557 ssize_t bytes_read; local
568 bytes_read = readlink(pathstr, phydev_path, phydev_max_pathlen);
569 if (bytes_read == -1) {
585 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/squashfs-tools/squashfs-tools/
mksquashfs.c 539 goto bytes_read;
549 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...]
omx_vdec_v4l2.cpp 166 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/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 181 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 
jack-server-4.11.ALPHA.jar 

Completed in 585 milliseconds

<<111213