Home
last modified time | relevance | path

Searched refs:PrintTo (Results 1 – 25 of 82) sorted by relevance

1234

/external/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h353 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function
384 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
385 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function
390 PrintTo(static_cast<unsigned char>(c), os); in PrintTo()
394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function
405 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
408 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
409 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function
410 PrintTo(ImplicitCast_<const char*>(s), os); in PrintTo()
[all …]
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-printers.h353 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function
384 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
385 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function
390 PrintTo(static_cast<unsigned char>(c), os); in PrintTo()
394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function
405 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
408 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
409 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function
410 PrintTo(ImplicitCast_<const char*>(s), os); in PrintTo()
[all …]
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h353 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function
384 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
385 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function
390 PrintTo(static_cast<unsigned char>(c), os); in PrintTo()
394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function
405 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
408 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
409 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function
410 PrintTo(ImplicitCast_<const char*>(s), os); in PrintTo()
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
Dgtest-printers.h353 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function
384 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
385 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function
390 PrintTo(static_cast<unsigned char>(c), os); in PrintTo()
394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function
405 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
408 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
409 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function
410 PrintTo(ImplicitCast_<const char*>(s), os); in PrintTo()
[all …]
/external/gtest/include/gtest/
Dgtest-printers.h353 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function
384 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
385 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function
390 PrintTo(static_cast<unsigned char>(c), os); in PrintTo()
394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function
405 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
408 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
409 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function
410 PrintTo(ImplicitCast_<const char*>(s), os); in PrintTo()
[all …]
/external/llvm/utils/unittest/googletest/src/
Dgtest-printers.cc245 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function
248 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function
254 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function
303 void PrintTo(const char* s, ostream* os) { in PrintTo() function
320 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
/external/google-breakpad/src/testing/gtest/src/
Dgtest-printers.cc237 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function
240 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function
246 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function
295 void PrintTo(const char* s, ostream* os) { in PrintTo() function
312 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-printers.cc237 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function
240 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function
246 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function
310 void PrintTo(const char* s, ostream* os) { in PrintTo() function
327 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
/external/gtest/src/
Dgtest-printers.cc237 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function
240 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function
246 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function
310 void PrintTo(const char* s, ostream* os) { in PrintTo() function
327 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
/external/mesa3d/src/gtest/src/
Dgtest-printers.cc245 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function
248 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function
254 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function
303 void PrintTo(const char* s, ostream* os) { in PrintTo() function
320 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc47 void LInstruction::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LInstruction
56 environment()->PrintTo(stream); in PrintTo()
61 pointer_map()->PrintTo(stream); in PrintTo()
73 InputAt(i)->PrintTo(stream); in PrintDataTo()
80 if (HasResult()) result()->PrintTo(stream); in PrintOutputOperandTo()
162 value()->PrintTo(stream); in PrintDataTo()
173 left()->PrintTo(stream); in PrintDataTo()
175 right()->PrintTo(stream); in PrintDataTo()
182 value()->PrintTo(stream); in PrintDataTo()
189 value()->PrintTo(stream); in PrintDataTo()
[all …]
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc47 void LInstruction::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LInstruction
56 environment()->PrintTo(stream); in PrintTo()
61 pointer_map()->PrintTo(stream); in PrintTo()
73 InputAt(i)->PrintTo(stream); in PrintDataTo()
80 if (HasResult()) result()->PrintTo(stream); in PrintOutputOperandTo()
162 value()->PrintTo(stream); in PrintDataTo()
173 left()->PrintTo(stream); in PrintDataTo()
175 right()->PrintTo(stream); in PrintDataTo()
182 value()->PrintTo(stream); in PrintDataTo()
189 value()->PrintTo(stream); in PrintDataTo()
[all …]
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc43 void LInstruction::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LInstruction
52 environment()->PrintTo(stream); in PrintTo()
57 pointer_map()->PrintTo(stream); in PrintTo()
69 InputAt(i)->PrintTo(stream); in PrintDataTo()
76 if (HasResult()) result()->PrintTo(stream); in PrintOutputOperandTo()
175 value()->PrintTo(stream); in PrintDataTo()
181 left()->PrintTo(stream); in PrintDataTo()
183 right()->PrintTo(stream); in PrintDataTo()
190 value()->PrintTo(stream); in PrintDataTo()
197 value()->PrintTo(stream); in PrintDataTo()
[all …]
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc64 void LInstruction::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LInstruction
73 environment()->PrintTo(stream); in PrintTo()
78 pointer_map()->PrintTo(stream); in PrintTo()
90 InputAt(i)->PrintTo(stream); in PrintDataTo()
97 if (HasResult()) result()->PrintTo(stream); in PrintOutputOperandTo()
179 value()->PrintTo(stream); in PrintDataTo()
185 left()->PrintTo(stream); in PrintDataTo()
187 right()->PrintTo(stream); in PrintDataTo()
194 value()->PrintTo(stream); in PrintDataTo()
201 value()->PrintTo(stream); in PrintDataTo()
[all …]
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc75 void LInstruction::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LInstruction
84 environment()->PrintTo(stream); in PrintTo()
89 pointer_map()->PrintTo(stream); in PrintTo()
101 InputAt(i)->PrintTo(stream); in PrintDataTo()
108 if (HasResult()) result()->PrintTo(stream); in PrintOutputOperandTo()
190 value()->PrintTo(stream); in PrintDataTo()
196 left()->PrintTo(stream); in PrintDataTo()
198 right()->PrintTo(stream); in PrintDataTo()
205 value()->PrintTo(stream); in PrintDataTo()
212 value()->PrintTo(stream); in PrintDataTo()
[all …]
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc48 void LInstruction::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LInstruction
57 environment()->PrintTo(stream); in PrintTo()
62 pointer_map()->PrintTo(stream); in PrintTo()
74 InputAt(i)->PrintTo(stream); in PrintDataTo()
81 if (HasResult()) result()->PrintTo(stream); in PrintOutputOperandTo()
173 value()->PrintTo(stream); in PrintDataTo()
179 left()->PrintTo(stream); in PrintDataTo()
181 right()->PrintTo(stream); in PrintDataTo()
188 value()->PrintTo(stream); in PrintDataTo()
195 value()->PrintTo(stream); in PrintDataTo()
[all …]
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc45 void LInstruction::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LInstruction
54 environment()->PrintTo(stream); in PrintTo()
59 pointer_map()->PrintTo(stream); in PrintTo()
71 InputAt(i)->PrintTo(stream); in PrintDataTo()
78 if (HasResult()) result()->PrintTo(stream); in PrintOutputOperandTo()
160 value()->PrintTo(stream); in PrintDataTo()
166 left()->PrintTo(stream); in PrintDataTo()
168 right()->PrintTo(stream); in PrintDataTo()
175 value()->PrintTo(stream); in PrintDataTo()
182 value()->PrintTo(stream); in PrintDataTo()
[all …]
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc55 arguments()->PrintTo(stream); in PrintDataTo()
57 length()->PrintTo(stream); in PrintDataTo()
59 index()->PrintTo(stream); in PrintDataTo()
65 value()->PrintTo(stream); in PrintDataTo()
71 function()->PrintTo(stream); in PrintDataTo()
78 InputAt(i)->PrintTo(stream); in PrintDataTo()
87 constructor()->PrintTo(stream); in PrintDataTo()
96 value()->PrintTo(stream); in PrintDataTo()
106 left()->PrintTo(stream); in PrintDataTo()
108 right()->PrintTo(stream); in PrintDataTo()
[all …]
/external/v8/src/crankshaft/
Dlithium.cc41 void LOperand::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LOperand
180 destination->PrintTo(stream); in PrintDataTo()
182 destination->PrintTo(stream); in PrintDataTo()
184 source->PrintTo(stream); in PrintDataTo()
192 void LEnvironment::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LEnvironment
204 values_[i]->PrintTo(stream); in PrintTo()
240 void LPointerMap::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LPointerMap
244 pointer_operands_[i]->PrintTo(stream); in PrintTo()
/external/v8/src/compiler/
Doperator.cc43 op.PrintTo(os); in operator <<()
48 void Operator::PrintTo(std::ostream& os) const { os << mnemonic(); } in PrintTo() function in v8::internal::compiler::Operator
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp101 void PrintTo(std::ostream* os) const { \
124 inline void PrintTo(const class_name& t, std::ostream* os) { t.PrintTo(os); } }
131 void PrintTo(std::ostream* os) const { \
153 inline void PrintTo(const class_name& t, std::ostream* os) { t.PrintTo(os); } }
486 CV_EXPORTS void PrintTo(const MatType& t, std::ostream* os);
493 CV_EXPORTS void PrintTo(const String& str, ::std::ostream* os);
494 CV_EXPORTS void PrintTo(const Size& sz, ::std::ostream* os);
Dcuda_test.hpp274 CV_EXPORTS void PrintTo(const UseRoi& useRoi, std::ostream* os);
291 CV_EXPORTS void PrintTo(const Inverse& useRoi, std::ostream* os);
306 inline void PrintTo( name param, std::ostream* os) \
349 CV_EXPORTS void PrintTo(const DeviceInfo& info, std::ostream* os);
/external/libchrome/base/test/
Dtest_pending_task.cc69 PrintTo(task, &os); in operator <<()
73 void PrintTo(const TestPendingTask& task, std::ostream* os) { in PrintTo() function
Dtest_file_util.cc24 void PrintTo(const FilePath& path, std::ostream* out) { in PrintTo() function
/external/libchrome/dbus/
Dobject_path.cc29 void PrintTo(const ObjectPath& path, std::ostream* out) { in PrintTo() function

1234