HomeSort by relevance Sort by last modified time
    Searched defs:bytes_read (Results 101 - 125 of 219) sorted by null

1 2 3 45 6 7 8 9

  /external/libmicrohttpd/src/microspdy/
session.c 868 int bytes_read; local
942 bytes_read = session->fio_recv(session,
946 switch(bytes_read)
974 session->read_buffer_offset += bytes_read;
    [all...]
  /external/libmojo/mojo/edk/system/
channel_posix.cc 273 size_t bytes_read = 0; variable
286 bytes_read = static_cast<size_t>(read_result);
287 total_bytes_read += bytes_read;
288 if (!OnReadComplete(bytes_read, &next_read_size)) {
297 } while (bytes_read == buffer_capacity &&
  /external/libpcap/
sf-pcap.c 526 size_t bytes_to_read, bytes_read; local
570 bytes_read = amt_read;
576 bytes_read += amt_read;
585 hdr->caplen, (unsigned long)bytes_read);
  /external/libunwind/src/
elfxx.c 48 size_t bytes_read = 0; local
67 bytes_read += copy_bytes;
76 return bytes_read;
84 return nul_terminator - buffer + bytes_read;
89 bytes_read += sizeof(unw_word_t);
96 return bytes_read;
104 return nul_terminator - buffer + bytes_read;
108 bytes_read += left_over;
110 return bytes_read;
219 size_t bytes_read = elf_w (memory_read) local
    [all...]
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc6.c 316 int bytes_read; local
330 while ((bytes_read = read(fd, buf, BLOCK_SIZE)) > 0) {
331 if (bytes_read == -1) {
334 total_bytes = total_bytes + bytes_read;
  /external/sfntly/cpp/src/test/
font_data_test.cc 158 int32_t bytes_read = rfd->ReadBytes(index, &(buffer[0]), 0, buffer.size()); local
159 EXPECT_GE(bytes_read, 0);
160 std::copy(buffer.begin(), buffer.begin() + bytes_read, b->begin() + index);
161 index += bytes_read;
172 int32_t bytes_read = local
174 EXPECT_GE(bytes_read, 0);
175 index += bytes_read;
205 int32_t bytes_read = rfd->ReadBytes(index, &(b[0]), index, sliding_size); local
207 index += bytes_read;
  /external/syslinux/core/fs/
fs.c 123 size_t bytes_read; local
127 bytes_read = file->fs->fs_ops->getfssec(file, buf, sectors, &have_more);
138 return bytes_read;
  /external/tinyalsa/
tinycap.c 201 unsigned int bytes_read = 0; local
243 bytes_read += size;
254 return pcm_bytes_to_frames(pcm, bytes_read);
  /external/v8/src/base/platform/
platform-aix.cc 103 int bytes_read = -1; local
105 bytes_read++;
106 if (bytes_read >= MAP_LENGTH - 1) break;
107 rc = read(fd, buffer + bytes_read, 1);
109 } while (buffer[bytes_read] != '\n');
110 buffer[bytes_read] = 0;
116 buffer[bytes_read] = 0;
platform-freebsd.cc 87 ssize_t bytes_read = read(fd, addr_buffer + 2, 8); local
88 if (bytes_read < 8) break;
90 bytes_read = read(fd, addr_buffer + 2, 1);
91 if (bytes_read < 1) break;
93 bytes_read = read(fd, addr_buffer + 2, 8);
94 if (bytes_read < 8) break;
97 bytes_read = -1;
99 bytes_read++;
100 if (bytes_read >= MAP_LENGTH - 1)
102 bytes_read = read(fd, buffer + bytes_read, 1)
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmppclient.cc 349 size_t bytes_read; local
357 if (!socket_->Read(bytes, sizeof(bytes), &bytes_read)) {
362 if (bytes_read == 0)
366 client_->SignalLogInput(bytes, static_cast<int>(bytes_read));
369 engine_->HandleInput(bytes, bytes_read);
  /external/webrtc/webrtc/test/
frame_generator.cc 97 size_t bytes_read = local
99 if (bytes_read < frame_size_) {
103 bytes_read = fread(frame_buffer_.get(), 1, frame_size_,
105 assert(bytes_read >= frame_size_);
  /hardware/qcom/audio/hal/
platform_info.c 465 int bytes_read; local
508 bytes_read = fread(buf, 1, kBufSize, file);
509 if (bytes_read < 0) {
510 ALOGE("%s: fread failed, bytes read = %d", __func__, bytes_read);
511 ret = bytes_read;
515 if (XML_ParseBuffer(parser, bytes_read,
516 bytes_read == 0) == XML_STATUS_ERROR) {
523 if (bytes_read == 0)
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 1069 int bytes_read = 0; local
1088 bytes_read = fread(&dataptr[readOffset],1, 1,inputBufferFile);
1089 if( !bytes_read)
1169 int bytes_read=0; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 1047 int bytes_read = 0; local
1060 bytes_read = fread(&dataptr[readOffset],1,length,inputBufferFile);
1063 return bytes_read;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 1006 int bytes_read = 0; local
1098 int bytes_read=0; local
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
ring_buffer.cpp 346 unsigned int bytes_read = 0; local
350 while (bytes_read < max_length) {
365 (max_length - bytes_read)) {
369 cur_cpy_len = max_length - bytes_read;
375 if (rbc->cur_valid_bytes <= bytes_read) {
381 (max_length - bytes_read));
389 (max_length - bytes_read));
392 memcpy((buf + bytes_read),
413 bytes_read += cur_cpy_len;
419 rbc->total_bytes_read += bytes_read;
    [all...]
  /system/core/trusty/storage/tests/
main.cpp 231 size_t bytes_read = 0; local
245 bytes_read += rc;
247 ASSERT_EQ(bytes_read, exp_len);
    [all...]
  /system/update_engine/payload_generator/
ab_generator_unittest.cc 156 ssize_t bytes_read; local
161 &bytes_read));
162 ASSERT_EQ(bytes_read, static_cast<ssize_t>(first_op.data_length()));
189 &bytes_read));
190 ASSERT_EQ(bytes_read, static_cast<ssize_t>(second_op.data_length()));
323 ssize_t bytes_read; local
328 &bytes_read));
329 ASSERT_EQ(static_cast<ssize_t>(new_op.data_length()), bytes_read); local
generate_delta_main.cc 226 ssize_t bytes_read; local
227 CHECK(utils::PReadAll(fd, buf.data(), buf.size(), offset, &bytes_read));
228 if (bytes_read == 0)
230 CHECK_EQ(performer.Write(buf.data(), bytes_read), bytes_read);
payload_signer.cc 289 size_t bytes_read = payload_metadata.size(); local
292 payload_file->ReadAllBlocking(payload_metadata.data() + bytes_read,
293 payload_metadata.size() - bytes_read,
  /device/google/marlin/camera/usbcamcore/src/
QCameraMjpegDecode.cpp 622 int bytes_to_read, bytes_read, rc; local
632 bytes_read = 0;
644 bytes_read = bytes_to_read;
648 return bytes_read;
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
plat_io_storage.c 349 size_t bytes_read, length; local
389 &bytes_read);
390 if ((result != IO_SUCCESS) || (bytes_read < length)) {
410 size_t bytes_read, length; local
422 result = io_read(img_handle, FLUSH_BASE, length, &bytes_read);
423 if ((result != IO_SUCCESS) || (bytes_read < length)) {
444 size_t bytes_read; local
467 &bytes_read);
468 if ((result != IO_SUCCESS) || (bytes_read < length)) {
590 size_t bytes_read; local
    [all...]
  /external/brotli/tools/
bro.c 279 size_t bytes_read; local
304 bytes_read = fread(buffer, sizeof(uint8_t), *dictionary_size, f);
305 if (bytes_read != *dictionary_size) {
  /external/e2fsprogs/e2fsck/
util.c 381 track->bytes_read = 0;
386 track->bytes_read = io_start->bytes_read;
451 unsigned long long bytes_read = 0; local
459 bytes_read = delta->bytes_read - track->bytes_read;
465 mbytes(bytes_read), mbytes(bytes_written),
466 (double)mbytes(bytes_read + bytes_written) /

Completed in 559 milliseconds

1 2 3 45 6 7 8 9