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

  /external/google-breakpad/src/testing/gtest/src/
gtest-printers.cc 59 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start,
72 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]);
78 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count,
90 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os);
92 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os);
96 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os);
110 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count,
112 PrintBytesInObjectToImpl(obj_bytes, count, os);
  /external/gtest/src/
gtest-printers.cc 59 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start,
72 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]);
78 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count,
90 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os);
92 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os);
96 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os);
110 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count,
112 PrintBytesInObjectToImpl(obj_bytes, count, os);
  /external/llvm/utils/unittest/googletest/src/
gtest-printers.cc 67 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start,
80 snprintf(text, sizeof(text), "%02X", obj_bytes[j]);
86 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count,
98 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os);
100 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os);
104 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os);
118 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count,
120 PrintBytesInObjectToImpl(obj_bytes, count, os);
  /external/mesa3d/src/gtest/src/
gtest-printers.cc 67 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start,
80 snprintf(text, sizeof(text), "%02X", obj_bytes[j]);
86 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count,
98 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os);
100 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os);
104 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os);
118 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count,
120 PrintBytesInObjectToImpl(obj_bytes, count, os);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-printers.cc 59 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start,
72 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]);
78 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count,
90 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os);
92 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os);
96 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os);
110 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count,
112 PrintBytesInObjectToImpl(obj_bytes, count, os);
  /ndk/sources/third_party/googletest/googletest/src/
gtest-printers.cc 59 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start,
72 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]);
78 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count,
90 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os);
92 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os);
96 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os);
110 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count,
112 PrintBytesInObjectToImpl(obj_bytes, count, os);
  /art/imgdiag/
imgdiag.cc 232 const uint8_t* obj_bytes = reinterpret_cast<const uint8_t*>(obj); local
235 if (obj_bytes[i] != remote_bytes[i]) {
660 const uint8_t* obj_bytes = reinterpret_cast<const uint8_t*>(obj); local
661 ptrdiff_t offset = obj_bytes - begin_image_ptr;
669 const uint8_t* obj_bytes = reinterpret_cast<const uint8_t*>(obj); local
670 ptrdiff_t offset = obj_bytes - begin_image_ptr;
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-printers.h 114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
  /external/gtest/include/gtest/
gtest-printers.h 114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
  /external/mesa3d/src/gtest/include/gtest/
gtest-printers.h 114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-printers.h 114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-printers.h 114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 1605 milliseconds