HomeSort by relevance Sort by last modified time
    Searched defs:bytes_read (Results 151 - 175 of 180) sorted by null

1 2 3 4 5 67 8

  /system/core/adb/
sysdeps_win32.cpp 1751 const int bytes_read = std::min(len, g_console_input_buffer.size()); local
    [all...]
  /art/dex2oat/
dex2oat.cc 1822 int bytes_read = TEMP_FAILURE_RETRY(read(in->Fd(), buffer.get(), buffer_size)); local
    [all...]
  /bionic/libc/tzcode/
localtime.c 2363 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, &header, sizeof(header))); 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/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...]
  /hardware/qcom/media/msm8974/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...]
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 813 unsigned int abbrev_number, bytes_read, abbrev_name; local
828 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
829 abbrev_ptr += bytes_read;
842 read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
843 abbrev_ptr += bytes_read;
848 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
849 abbrev_ptr += bytes_read;
850 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
851 abbrev_ptr += bytes_read;
885 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
931 unsigned int bytes_read; local
1548 unsigned int i, bytes_read, offset_size; local
2132 unsigned int abbrev_number, bytes_read, i; local
2297 unsigned int abbrev_number, bytes_read, i; local
2549 unsigned int abbrev_number, bytes_read, i; local
    [all...]
  /external/libgdx/gdx/jni/gdx2d/
jpgd.cpp 915 int bytes_read = m_pStream->read(m_in_buf + m_in_buf_left, JPGD_IN_BUF_SIZE - m_in_buf_left, &m_eof_flag); local
    [all...]
  /external/netperf/src/
netlib.c 1534 int bytes_read; local
1701 int bytes_read; local
    [all...]
  /external/v8/src/s390/
assembler-s390.cc 80 int bytes_read = 0; local
81 while (bytes_read >= 0) {
83 bytes_read = read(fd, buffer, sizeof(buffer));
86 auxv_element + sizeof(auxv_element) <= buffer + 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/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 2831 int bytes_read=0; local
2875 int bytes_read = 0; local
2949 int bytes_read=0; local
2973 int bytes_read = 0; local
3106 int bytes_read = 0; local
3276 int bytes_read = 0; local
3373 unsigned int read_code = 0, bytes_read, byte_pos = 0, frame_type; local
3507 unsigned int bytes_read = 0; local
3555 unsigned int bytes_read = 0; local
3595 int bytes_read = 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 165 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
  /hardware/qcom/media/msmcobalt/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...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 451 unsigned int bytes_read; local
457 len = read_uleb128 (data, & bytes_read, end);
458 data += bytes_read;
463 return bytes_read;
466 len += bytes_read;
481 SAFE_BYTE_GET (adr, data, len - bytes_read - 1, end);
494 printf ("%s\t", dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end)));
495 data += bytes_read;
496 printf ("%s\t", dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end)));
497 data += bytes_read;
824 unsigned int bytes_read; local
939 unsigned int bytes_read; local
1550 unsigned int bytes_read; local
2499 unsigned int bytes_read; local
2850 unsigned int bytes_read; local
2885 unsigned int bytes_read; local
3010 unsigned int bytes_read; local
3551 unsigned int bytes_read; local
3572 unsigned int bytes_read; local
3623 unsigned int bytes_read; local
4129 unsigned int bytes_read; local
4210 unsigned int version, opcode_base, bytes_read; local
4291 unsigned int bytes_read; local
4726 unsigned int bytes_read; local
    [all...]
  /external/testng/ant/3rdparty/
DTDDoc.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 

Completed in 1777 milliseconds

1 2 3 4 5 67 8