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

1 2 3 4 5 6 7 891011>>

  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
Ala.cpp 793 Os_info->bytes_read = 0;
854 (Os_info->bytes_read < Os_info->fls_size))
    [all...]
  /external/libmojo/mojo/edk/system/
channel.h 259 bool OnReadComplete(size_t bytes_read, size_t* next_read_size_hint);
  /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/perfetto/include/perfetto/ftrace_reader/
ftrace_controller.h 58 uint64_t bytes_read; member in struct:perfetto::FtraceCpuStats
  /external/stressapptest/src/
os.cc 370 ssize_t bytes_read = read(hpfile, buf, 64); local
373 if (bytes_read <= 0) {
379 if (bytes_read == 64) {
386 buf[bytes_read] = '\0';
  /external/tensorflow/tensorflow/core/platform/cloud/
curl_http_request_test.cc 143 int bytes_read; variable
146 bytes_read = read_callback_(buffer, 1, sizeof(buffer), read_data_);
148 strings::StrCat(posted_content_, StringPiece(buffer, bytes_read));
149 } while (bytes_read > 0);
  /frameworks/base/tools/aapt2/compile/
PngCrunch.cpp 101 const size_t bytes_read = std::min(in_len, len); local
102 memcpy(buffer, in_buffer, bytes_read);
103 if (bytes_read != in_len) {
104 in->BackUp(in_len - bytes_read);
  /hardware/qcom/camera/msm8998/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;
  /system/extras/ioshark/
ioshark_bench.c 134 dest->bytes_read += delta->bytes_read;
244 rw_bytes->bytes_read += file_op->prw_len;
274 rw_bytes->bytes_read += file_op->rw_len;
  /system/update_engine/payload_generator/
generate_delta_main.cc 237 ssize_t bytes_read; local
238 CHECK(utils::PReadAll(fd, buf.data(), buf.size(), offset, &bytes_read));
239 if (bytes_read == 0)
241 TEST_AND_RETURN_FALSE(performer.Write(buf.data(), bytes_read));
  /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...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-port.cc     [all...]
  /system/media/audio_route/
audio_route.c 861 int bytes_read; local
910 bytes_read = fread(buf, 1, BUF_SIZE, file);
911 if (bytes_read < 0)
914 if (XML_ParseBuffer(parser, bytes_read,
915 bytes_read == 0) == XML_STATUS_ERROR) {
920 if (bytes_read == 0)
  /system/core/adb/
file_sync_client.cpp 444 int bytes_read = adb_read(lfd, sbuf.data, max - sizeof(SyncRequest)); 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...]
  /bionic/libc/stdio/
stdio.cpp 1084 ssize_t bytes_read = (*fp->_read)(fp->_cookie, dst, total); local
1085 if (bytes_read <= 0) {
1086 fp->_flags |= (bytes_read == 0) ? __SEOF : __SERR;
1089 dst += bytes_read;
1090 total -= bytes_read;
  /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 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...]
  /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...]

Completed in 956 milliseconds

1 2 3 4 5 6 7 891011>>