| /art/runtime/ |
| native_stack_dump.cc | 176 int bytes_read = TEMP_FAILURE_RETRY(read(in, buffer, kMaxBuffer - 1)); local 178 if (bytes_read < 0) {
|
| /external/googletest/googletest/src/ |
| gtest-port.cc | [all...] |
| gtest-death-test.cc | 438 int bytes_read; local 445 bytes_read = posix::Read(read_fd(), &flag, 1); 446 } while (bytes_read == -1 && errno == EINTR); 448 if (bytes_read == 0) { 450 } else if (bytes_read == 1) { [all...] |
| /external/libvpx/libvpx/third_party/googletest/src/src/ |
| gtest-port.cc | [all...] |
| gtest-death-test.cc | 438 int bytes_read; local 445 bytes_read = posix::Read(read_fd(), &flag, 1); 446 } while (bytes_read == -1 && errno == EINTR); 448 if (bytes_read == 0) { 450 } else if (bytes_read == 1) { [all...] |
| /external/v8/testing/gtest/src/ |
| gtest-port.cc | [all...] |
| gtest-death-test.cc | 436 int bytes_read; local 443 bytes_read = posix::Read(read_fd(), &flag, 1); 444 } while (bytes_read == -1 && errno == EINTR); 446 if (bytes_read == 0) { 448 } else if (bytes_read == 1) { [all...] |
| /external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
| gtest-port.cc | [all...] |
| gtest-death-test.cc | 427 int bytes_read; local 434 bytes_read = posix::Read(read_fd(), &flag, 1); 435 } while (bytes_read == -1 && errno == EINTR); 437 if (bytes_read == 0) { 439 } else if (bytes_read == 1) { [all...] |
| /system/media/audio_route/ |
| audio_route.c | 855 int bytes_read; local 904 bytes_read = fread(buf, 1, BUF_SIZE, file); 905 if (bytes_read < 0) 908 if (XML_ParseBuffer(parser, bytes_read, 909 bytes_read == 0) == XML_STATUS_ERROR) { 914 if (bytes_read == 0)
|
| /system/update_engine/payload_consumer/ |
| delta_performer.cc | 995 ssize_t bytes_read = 0; local 1107 ssize_t bytes_read = 0; local 1276 ssize_t bytes_read = 0; local [all...] |
| /system/core/adb/ |
| file_sync_client.cpp | 444 int bytes_read = adb_read(lfd, sbuf.data, max); local 445 if (bytes_read == -1) { 449 } else if (bytes_read == 0) { 453 sbuf.size = bytes_read; 454 WriteOrDie(lpath, rpath, &sbuf, sizeof(SyncRequest) + bytes_read); 456 RecordBytesTransferred(bytes_read); 457 bytes_copied += bytes_read; [all...] |
| adb.cpp | 601 DWORD bytes_read = 0; local 602 if (!ReadFile(read_pipe.get(), buf, sizeof(buf), &bytes_read, NULL)) { 618 const size_t bytes_written = fwrite(buf, 1, bytes_read, stream.get()); 619 if (bytes_written != bytes_read) { 620 fprintf(stderr, "Only wrote %zu of %lu bytes to %s\n", bytes_written, bytes_read, [all...] |
| /external/google-breakpad/src/testing/gtest/src/ |
| gtest-death-test.cc | 425 int bytes_read; local 432 bytes_read = posix::Read(read_fd(), &flag, 1); 433 } while (bytes_read == -1 && errno == EINTR); 435 if (bytes_read == 0) { 437 } else if (bytes_read == 1) { [all...] |
| /external/llvm/utils/unittest/googletest/src/ |
| gtest-death-test.cc | 390 int bytes_read; local 397 bytes_read = posix::Read(read_fd(), &flag, 1); 398 } while (bytes_read == -1 && errno == EINTR); 400 if (bytes_read == 0) { 402 } else if (bytes_read == 1) { [all...] |
| /external/mesa3d/src/gtest/src/ |
| gtest-death-test.cc | 387 int bytes_read; local 394 bytes_read = posix::Read(read_fd(), &flag, 1); 395 } while (bytes_read == -1 && errno == EINTR); 397 if (bytes_read == 0) { 399 } else if (bytes_read == 1) { [all...] |
| /external/protobuf/gtest/src/ |
| gtest-death-test.cc | 374 int bytes_read; local 381 bytes_read = posix::Read(read_fd(), &flag, 1); 382 } while (bytes_read == -1 && errno == EINTR); 384 if (bytes_read == 0) { 386 } else if (bytes_read == 1) { [all...] |
| /external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
| gtest-death-test.cc | 387 int bytes_read; local 394 bytes_read = posix::Read(read_fd(), &flag, 1); 395 } while (bytes_read == -1 && errno == EINTR); 397 if (bytes_read == 0) { 399 } else if (bytes_read == 1) { [all...] |
| /frameworks/av/media/libmedia/ |
| MediaProfiles.cpp | 888 int bytes_read = ::fread(buff, 1, BUFF_SIZE, fp); local 889 if (bytes_read < 0) { 896 CHECK(::XML_ParseBuffer(parser, bytes_read, bytes_read == 0)); 898 if (bytes_read == 0) break; // done parsing the xml file [all...] |
| /frameworks/av/media/libstagefright/ |
| MediaCodecList.cpp | 375 int bytes_read = ::fread(buff, 1, BUFF_SIZE, file); local 376 if (bytes_read < 0) { 382 XML_Status status = ::XML_ParseBuffer(parser, bytes_read, bytes_read == 0); 389 if (bytes_read == 0) { [all...] |
| /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/ |
| gtest-death-test.cc | 427 int bytes_read; local 434 bytes_read = posix::Read(read_fd(), &flag, 1); 435 } while (bytes_read == -1 && errno == EINTR); 437 if (bytes_read == 0) { 439 } else if (bytes_read == 1) { [all...] |
| /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/ |
| gtest-death-test.cc | 427 int bytes_read; local 434 bytes_read = posix::Read(read_fd(), &flag, 1); 435 } while (bytes_read == -1 && errno == EINTR); 437 if (bytes_read == 0) { 439 } else if (bytes_read == 1) { [all...] |
| /system/bt/btif/src/ |
| btif_a2dp_source.cc | 682 uint32_t bytes_read = UIPC_Read(UIPC_CH_ID_AV_AUDIO, &event, p_buf, len); local 684 if (bytes_read < len) { 686 bytes_read, len); 688 (len - bytes_read); 694 return bytes_read; [all...] |
| /bootable/recovery/applypatch/ |
| applypatch.cpp | 70 size_t bytes_read = ota_fread(data.data(), 1, data.size(), f.get()); local 71 if (bytes_read != data.size()) { 72 printf("short read of \"%s\" (%zu bytes of %zu)\n", filename, bytes_read, data.size());
|
| /device/google/contexthub/util/nanotool/ |
| contexthub.cpp | 155 size_t bytes_read = fread(firmware_data.data(), sizeof(uint8_t), local 159 if (bytes_read != static_cast<size_t>(file_size)) { 161 bytes_read, file_size);
|