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

1 2 3 45 6 7 8 91011>>

  /system/update_engine/payload_generator/
full_update_generator.cc 97 ssize_t bytes_read = -1; local
102 &bytes_read));
103 TEST_AND_RETURN_FALSE(bytes_read == static_cast<ssize_t>(size_));
  /device/linaro/bootloader/arm-trusted-firmware/common/
bl_common.c 217 size_t bytes_read; local
263 io_result = io_read(image_handle, image_base, image_size, &bytes_read);
264 if ((io_result != 0) || (bytes_read < image_size)) {
395 size_t bytes_read; local
441 io_result = io_read(image_handle, image_base, image_size, &bytes_read);
442 if ((io_result != 0) || (bytes_read < image_size)) {
  /external/libmojo/mojo/edk/embedder/
platform_channel_pair_posix_unittest.cc 190 size_t bytes_read = fread(read_buf, 1, sizeof(read_buf), fp.get()); local
191 EXPECT_EQ(j + 1, bytes_read);
192 EXPECT_EQ(std::string(j + 1, c), std::string(read_buf, bytes_read));
253 size_t bytes_read = fread(read_buf, 1, sizeof(read_buf), fp.get()); local
254 EXPECT_EQ(file_contents.size(), bytes_read);
255 EXPECT_EQ(file_contents, std::string(read_buf, bytes_read));
  /external/webrtc/webrtc/tools/frame_analyzer/
video_quality_analysis.cc 112 size_t bytes_read = fread(result_frame, 1, frame_size, input_file); local
113 if (bytes_read != static_cast<size_t>(frame_size) &&
144 size_t bytes_read = local
146 if (bytes_read != static_cast<size_t>(frame_size) && ferror(input_file)) {
166 size_t bytes_read = fread(result_frame, 1, frame_size, input_file); local
167 if (bytes_read != static_cast<size_t>(frame_size) &&
  /device/linaro/hikey/bluetooth/
bluetooth_hci.cc 71 size_t bytes_read = TEMP_FAILURE_RETRY(read(fd, tmp_buffer, tty_bytes));
72 CHECK(static_cast<int>(bytes_read) == tty_bytes);
  /external/bsdiff/
extents_file.cc 34 bool ExtentsFile::Read(void* buf, size_t count, size_t* bytes_read) {
35 return IOOperation(&FileInterface::Read, buf, count, bytes_read);
file.cc 38 bool File::Read(void* buf, size_t count, size_t* bytes_read) {
46 *bytes_read = static_cast<size_t>(rc);
  /external/puffin/src/
main.cc 287 uint64_t bytes_read = 0; local
288 while (bytes_read < dst_puff_size) {
290 dst_puff_size - bytes_read);
294 bytes_read += read_size;
314 uint64_t bytes_read = 0; local
315 while (bytes_read < src_stream_size) {
317 src_stream_size - bytes_read);
320 bytes_read += read_size;
  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 57 size_t bytes_read = fread(&((*input_buffer)[0]), 1, file_size, input_file); local
59 return bytes_read == file_size;
  /external/sfntly/cpp/src/test/
test_font_utils.cc 78 size_t bytes_read = fread(&((*input_buffer)[0]), 1, file_size, input_file); local
79 EXPECT_EQ(bytes_read, file_size);
  /external/tensorflow/tensorflow/contrib/lite/
allocation.cc 89 size_t bytes_read = local
91 if (bytes_read != buffer_size_bytes_) {
  /frameworks/base/tools/aapt2/compile/
PngChunkFilter.cpp 85 const size_t bytes_read = window_end_ - window_start_; local
87 *len = bytes_read;
  /toolchain/binutils/binutils-2.27/opcodes/
v850-dis.c 134 int bytes_read,
146 int status = info->read_memory_func (memaddr + bytes_read, buffer, 2, info);
161 info->memory_error_func (status, memaddr + bytes_read, info);
180 info->memory_error_func (status, memaddr + bytes_read, info);
187 int status = info->read_memory_func (memaddr + bytes_read, buffer, 4, info);
191 bytes_read += 4;
198 info->memory_error_func (status, memaddr + bytes_read, info);
224 int bytes_read,
261 if (bytes_read == 2)
285 value = get_operand_value (operand, insn, bytes_read, memaddr
    [all...]
  /art/oatdump/
oatdump_test.h 205 ssize_t bytes_read = local
207 if (bytes_read <= 0) {
210 line_len += bytes_read;
211 total += bytes_read;
  /bionic/libc/tzcode/
bionic.cpp 117 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, &header, sizeof(header))); local
118 if (bytes_read != sizeof(header)) {
120 __FUNCTION__, path, (bytes_read == -1) ? strerror(errno) : "short read");
159 __FUNCTION__, path, (bytes_read == -1) ? strerror(errno) : "short read");
  /external/boringssl/src/crypto/
cpu-arm-linux.c 110 ssize_t bytes_read = read_eintr(fd, buf + len, kReadSize); local
111 if (bytes_read < 0) {
114 if (bytes_read == 0) {
117 len += bytes_read;
  /external/bsdiff/include/bsdiff/
extents_file.h 53 bool Read(void* buf, size_t count, size_t* bytes_read) override;
  /external/libmojo/mojo/edk/system/
channel_win.cc 240 void OnReadDone(size_t bytes_read) {
241 if (bytes_read > 0) {
243 if (OnReadComplete(bytes_read, &next_read_size)) {
248 } else if (bytes_read == 0) {
  /external/libxaac/decoder/
ixheaacd_latmdemux.c 142 UWORD32 bytes_read; local
144 bytes_read = ixheaacd_read_bits_buf(it_bit_buff, 2) + 1;
146 if (bytes_read <= 3)
147 return ixheaacd_read_bits_buf(it_bit_buff, 8 * bytes_read);
  /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/vboot_reference/cgpt/
cgpt_find.c 30 ssize_t bytes_read = read(fd, bufptr, count); local
32 if (bytes_read <= 0)
34 count -= bytes_read;
35 bufptr += bytes_read;
  /external/webrtc/talk/media/devices/
filevideocapturer.cc 286 size_t bytes_read; local
290 &bytes_read,
293 << ", bytes read = " << bytes_read << ", error = " << error;
295 if (CapturedFrame::kFrameHeaderSize != bytes_read) {
  /system/update_engine/common/
file_fetcher.h 87 void OnReadDoneCallback(size_t bytes_read);
  /system/update_engine/payload_consumer/
filesystem_verifier_action.cc 156 void FilesystemVerifierAction::OnReadDoneCallback(size_t bytes_read) {
157 if (bytes_read == 0) {
160 remaining_size_ -= bytes_read;
162 if (!hasher_->Update(buffer_.data(), bytes_read)) {
  /art/dex2oat/linker/
elf_writer_quick.cc 308 int64_t bytes_read = elf_file_->Read(buffer.data(), kBufSize, offset); local
309 CHECK_GE(bytes_read, 0);
310 if (bytes_read == 0) {
314 SHA1_Update(&ctx, buffer.data(), bytes_read);
315 offset += bytes_read;

Completed in 621 milliseconds

1 2 3 45 6 7 8 91011>>