/external/gtest/src/ |
D | gtest-printers.cc | 59 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, in PrintByteSegmentInObjectTo() argument 72 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo() 78 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectToImpl() argument 90 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 92 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 96 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() 110 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectTo() argument 112 PrintBytesInObjectToImpl(obj_bytes, count, os); in PrintBytesInObjectTo()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-printers.cc | 67 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, in PrintByteSegmentInObjectTo() argument 80 snprintf(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo() 86 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectToImpl() argument 98 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 100 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 104 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() 118 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectTo() argument 120 PrintBytesInObjectToImpl(obj_bytes, count, os); in PrintBytesInObjectTo()
|
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
D | gtest-printers.cc | 67 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, in PrintByteSegmentInObjectTo() argument 80 snprintf(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo() 86 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectToImpl() argument 98 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 100 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 104 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() 118 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectTo() argument 120 PrintBytesInObjectToImpl(obj_bytes, count, os); in PrintBytesInObjectTo()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-printers.cc | 67 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, in PrintByteSegmentInObjectTo() argument 80 snprintf(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo() 86 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectToImpl() argument 98 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 100 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 104 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() 118 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectTo() argument 120 PrintBytesInObjectToImpl(obj_bytes, count, os); in PrintBytesInObjectTo()
|
/external/chromium_org/testing/gtest/src/ |
D | gtest-printers.cc | 61 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, in PrintByteSegmentInObjectTo() argument 74 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo() 80 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectToImpl() argument 92 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 94 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 98 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() 112 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectTo() argument 114 PrintBytesInObjectToImpl(obj_bytes, count, os); in PrintBytesInObjectTo()
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
D | gtest-printers.h | 114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-printers.h | 114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-printers.h | 114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 9072 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, in PrintByteSegmentInObjectTo() argument 9085 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo() 9091 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectToImpl() argument 9103 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 9105 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 9109 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() 9123 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectTo() argument 9125 PrintBytesInObjectToImpl(obj_bytes, count, os); in PrintBytesInObjectTo()
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 9072 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, in PrintByteSegmentInObjectTo() argument 9085 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo() 9091 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectToImpl() argument 9103 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 9105 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 9109 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() 9123 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectTo() argument 9125 PrintBytesInObjectToImpl(obj_bytes, count, os); in PrintBytesInObjectTo()
|
/external/gtest/include/gtest/ |
D | gtest-printers.h | 114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
|
/external/chromium_org/testing/gtest/include/gtest/ |
D | gtest-printers.h | 118 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 9305 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 9305 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
|