HomeSort by relevance Sort by last modified time
    Searched refs:bytes_last_read (Results 1 - 11 of 11) sorted by null

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-port.cc 145 size_t bytes_last_read = 0; // # of bytes read in the last fread() local
153 bytes_last_read = fread(buffer+bytes_read, 1, file_size-bytes_read, file);
154 bytes_read += bytes_last_read;
155 } while (bytes_last_read > 0 && bytes_read < file_size);
  /external/chromium/testing/gtest/src/
gtest-port.cc 566 size_t bytes_last_read = 0; // # of bytes read in the last fread()
574 bytes_last_read = fread(buffer+bytes_read, 1, file_size-bytes_read, file);
575 bytes_read += bytes_last_read;
576 } while (bytes_last_read > 0 && bytes_read < file_size);
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-port.cc 566 size_t bytes_last_read = 0; // # of bytes read in the last fread()
574 bytes_last_read = fread(buffer+bytes_read, 1, file_size-bytes_read, file);
575 bytes_read += bytes_last_read;
576 } while (bytes_last_read > 0 && bytes_read < file_size);
  /external/gtest/src/
gtest-port.cc 590 size_t bytes_last_read = 0; // # of bytes read in the last fread()
598 bytes_last_read = fread(buffer+bytes_read, 1, file_size-bytes_read, file);
599 bytes_read += bytes_last_read;
600 } while (bytes_last_read > 0 && bytes_read < file_size);
  /external/llvm/utils/unittest/googletest/
gtest-port.cc 570 size_t bytes_last_read = 0; // # of bytes read in the last fread()
578 bytes_last_read = fread(buffer+bytes_read, 1, file_size-bytes_read, file);
579 bytes_read += bytes_last_read;
580 } while (bytes_last_read > 0 && bytes_read < file_size);
  /external/mesa3d/src/gtest/src/
gtest-port.cc 566 size_t bytes_last_read = 0; // # of bytes read in the last fread()
574 bytes_last_read = fread(buffer+bytes_read, 1, file_size-bytes_read, file);
575 bytes_read += bytes_last_read;
576 } while (bytes_last_read > 0 && bytes_read < file_size);
  /external/open-vcdiff/gtest/src/
gtest-port.cc 520 size_t bytes_last_read = 0; // # of bytes read in the last fread()
528 bytes_last_read = fread(buffer+bytes_read, 1, file_size-bytes_read, file);
529 bytes_read += bytes_last_read;
530 } while (bytes_last_read > 0 && bytes_read < file_size);
  /external/protobuf/gtest/src/
gtest-port.cc 520 size_t bytes_last_read = 0; // # of bytes read in the last fread()
528 bytes_last_read = fread(buffer+bytes_read, 1, file_size-bytes_read, file);
529 bytes_read += bytes_last_read;
530 } while (bytes_last_read > 0 && bytes_read < file_size);
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 609 size_t bytes_last_read = 0; // # of bytes read in the last fread()
617 bytes_last_read = fread(buffer+bytes_read, 1, file_size-bytes_read, file);
618 bytes_read += bytes_last_read;
619 } while (bytes_last_read > 0 && bytes_read < file_size);
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 609 size_t bytes_last_read = 0; // # of bytes read in the last fread()
617 bytes_last_read = fread(buffer+bytes_read, 1, file_size-bytes_read, file);
618 bytes_read += bytes_last_read;
619 } while (bytes_last_read > 0 && bytes_read < file_size);
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]

Completed in 218 milliseconds