Searched defs:obj_bytes (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest-printers.cc63 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, argument
76 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]);
82 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, argument
94 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os);
96 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os);
100 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os);
114 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, argument
116 PrintBytesInObjectToImpl(obj_bytes, count, os);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-printers.cc67 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, argument
80 snprintf(text, sizeof(text), "%02X", obj_bytes[j]);
86 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, argument
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, argument
120 PrintBytesInObjectToImpl(obj_bytes, count, os);
/external/gtest/src/
H A Dgtest-printers.cc59 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, argument
72 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]);
78 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, argument
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, argument
112 PrintBytesInObjectToImpl(obj_bytes, count, os);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-printers.cc67 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, argument
80 snprintf(text, sizeof(text), "%02X", obj_bytes[j]);
86 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, argument
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, argument
120 PrintBytesInObjectToImpl(obj_bytes, count, os);
/external/mesa3d/src/gtest/src/
H A Dgtest-printers.cc67 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, argument
80 snprintf(text, sizeof(text), "%02X", obj_bytes[j]);
86 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, argument
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, argument
120 PrintBytesInObjectToImpl(obj_bytes, count, os);

Completed in 135 milliseconds