Home
last modified time | relevance | path

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

1234

/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/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/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/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/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/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/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/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/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/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/s390/
Dlithium-s390.cc42 void LInstruction::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LInstruction
51 environment()->PrintTo(stream); in PrintTo()
56 pointer_map()->PrintTo(stream); in PrintTo()
67 InputAt(i)->PrintTo(stream); in PrintDataTo()
73 if (HasResult()) result()->PrintTo(stream); in PrintOutputOperandTo()
164 value()->PrintTo(stream); in PrintDataTo()
169 left()->PrintTo(stream); in PrintDataTo()
171 right()->PrintTo(stream); in PrintDataTo()
177 value()->PrintTo(stream); in PrintDataTo()
183 value()->PrintTo(stream); in PrintDataTo()
[all …]
/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/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 InputAt(i)->PrintTo(stream); in PrintDataTo()
80 constructor()->PrintTo(stream); in PrintDataTo()
89 value()->PrintTo(stream); in PrintDataTo()
99 left()->PrintTo(stream); in PrintDataTo()
101 right()->PrintTo(stream); in PrintDataTo()
108 value()->PrintTo(stream); in PrintDataTo()
[all …]
/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/v8/src/crankshaft/
Dlithium.cc45 void LOperand::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LOperand
185 destination->PrintTo(stream); in PrintDataTo()
187 destination->PrintTo(stream); in PrintDataTo()
189 source->PrintTo(stream); in PrintDataTo()
197 void LEnvironment::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LEnvironment
209 values_[i]->PrintTo(stream); in PrintTo()
245 void LPointerMap::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LPointerMap
249 pointer_operands_[i]->PrintTo(stream); in PrintTo()
/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
Dobject_path.h51 CHROME_DBUS_EXPORT void PrintTo(const ObjectPath& path, std::ostream* out);

1234