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

1 2

  /external/sfntly/cpp/src/sfntly/port/
memory_input_stream.cc 89 size_t read_count = std::min<size_t>(length_ - position_, length); local
90 if (b->size() < (size_t)(offset + read_count)) {
91 b->resize((size_t)(offset + read_count));
93 memcpy(&((*b)[offset]), buffer_ + position_, read_count);
94 position_ += read_count;
95 return read_count;
file_input_stream.cc 95 size_t read_count = std::min<size_t>(length_ - position_, length); local
96 if (b->size() < (size_t)(offset + read_count)) {
97 b->resize((size_t)(offset + read_count));
99 int32_t actual_read = fread(&((*b)[offset]), 1, read_count, file_);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/
ftsystem.c 322 ssize_t read_count; local
325 read_count = read( file,
329 if ( read_count <= 0 )
331 if ( read_count == -1 && errno == EINTR )
339 total_read_count += read_count;
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 247 long read_count, total_read = 0; local
250 read_count = read(sockd, &readBuf[total_read], readBufSize);
251 if (read_count <= 0 || errno != 0)
258 total_read += read_count;
  /art/runtime/
class_table.cc 178 size_t read_count; local
179 ClassSet class_set(ptr, /*make copy*/false, &read_count);
186 size_t read_count = 0; local
187 AddClassSet(ClassSet(ptr, /*make copy*/false, &read_count));
188 return read_count;
intern_table.cc 394 size_t read_count = 0; local
395 UnorderedSet set(ptr, /*make copy*/false, &read_count);
398 return read_count;
409 return read_count;
  /external/google-breakpad/src/client/windows/crash_generation/
client_info.cc 187 SIZE_T read_count = sizeof(CustomInfoEntry) * custom_client_info_.count; local
205 read_count,
211 return (bytes_count == read_count);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsaucm_test.c 87 ssize_t read_count; local
95 read_count = read(fd, &ch, 1);
96 if (read_count == 0) {
99 } else if (read_count < 0) {
  /external/webrtc/webrtc/modules/audio_processing/test/
process_test.cc 553 size_t read_count = 0; local
850 read_count = fread(&event, sizeof(event), 1, event_file);
851 if (read_count != 1) {
    [all...]
audio_processing_unittest.cc 318 size_t read_count = fread(int_data, sizeof(int16_t), frame_size, file); local
319 if (read_count != frame_size) {
535 size_t read_count = fread(frame->data_, local
539 if (read_count != frame_size) {
    [all...]
  /external/webrtc/webrtc/common_audio/
ring_buffer.c 129 const size_t read_count = GetBufferReadRegions(self, local
152 WebRtc_MoveReadPtr(self, (int) read_count);
154 return read_count;
  /external/libpng/contrib/libtests/
pngimage.c 366 size_t read_count; /* count of bytes read from current */ member in struct:buffer
412 buffer->read_count = 0;
802 size_t read_count = bp->read_count; local
809 (last == bp->last && read_count >= bp->end_count))
817 else if (read_count >= sizeof last->buffer)
821 read_count = 0;
833 avail = (sizeof last->buffer) - read_count;
837 memcpy(data, last->buffer + read_count, avail);
838 read_count += avail
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 883 png_uint_32 read_count; /* Count of bytes read (in the chunk) */ member in struct:file
    [all...]
  /bootable/recovery/applypatch/
applypatch.cpp 434 ssize_t read_count = local
436 if (read_count == -1) {
441 if (static_cast<size_t>(read_count) < to_read) {
443 partition, p, read_count, to_read, strerror(errno));
445 so_far += read_count;
    [all...]
  /external/freetype/src/pshinter/
pshglob.c 141 FT_UInt read_count,
153 for ( ; read_count > 1; read_count -= 2 )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshglob.c 141 FT_UInt read_count,
153 for ( ; read_count > 1; read_count -= 2 )
  /external/pdfium/third_party/freetype/src/pshinter/
pshglob.c 141 FT_UInt read_count,
153 for ( ; read_count > 1; read_count -= 2 )
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 574 int read_count; local
630 read_count = (byte_count > ENTRY_PER_LINE) ?
634 while (read_count > 0) {
636 read_count -= 2;
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 574 int read_count; local
630 read_count = (byte_count > ENTRY_PER_LINE) ?
634 while (read_count > 0) {
636 read_count -= 2;
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c 577 int read_count; local
633 read_count = (byte_count > ENTRY_PER_LINE) ?
637 while (read_count > 0) {
639 read_count -= 2;
    [all...]
  /hardware/qcom/bt/msmcobalt/libbt-vendor/src/
hw_ar3k.c 577 int read_count; local
633 read_count = (byte_count > ENTRY_PER_LINE) ?
637 while (read_count > 0) {
639 read_count -= 2;
    [all...]
  /art/runtime/base/
hash_set.h 211 HashSet(const uint8_t* ptr, bool make_copy_of_data, size_t* read_count) noexcept {
236 *read_count = offset;
  /system/core/adb/
sysdeps_win32.cpp 1351 DWORD read_count = 0; local
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 4749 int read_max = read_buf_size \/MAX(src_elem_size, 1), read_count = 0; local
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp 4693 int read_max = read_buf_size \/MAX(src_elem_size, 1), read_count = 0; local
    [all...]

Completed in 1643 milliseconds

1 2