/external/libchrome/base/test/ |
H A D | test_file_util.cc | 24 void PrintTo(const FilePath& path, std::ostream* out) { function in namespace:base
|
H A D | test_pending_task.h | 68 void PrintTo(const TestPendingTask& task, std::ostream* os);
|
H A D | test_pending_task.cc | 69 PrintTo(task, &os); 73 void PrintTo(const TestPendingTask& task, std::ostream* os) { function in namespace:base
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
H A D | gtest-printers.h | 40 // defining either operator<<() or PrintTo() in the namespace that 45 // 1. foo::PrintTo(const T&, ostream*) 119 // nor PrintTo(). 129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the 161 // Since T has no << operator or PrintTo() but can be implicitly 179 // type T and T has neither << operator nor PrintTo(). 216 // user doesn't define PrintTo() for it. 267 // a PrintTo() for it. 285 // We cannot call PrintTo(*it, os) here as PrintTo() does 353 void PrintTo(const T& value, ::std::ostream* os) { function in namespace:testing::internal 386 inline void PrintTo(char c, ::std::ostream* os) { function in namespace:testing::internal 394 inline void PrintTo(bool x, ::std::ostream* os) { function in namespace:testing::internal 409 inline void PrintTo(char* s, ::std::ostream* os) { function in namespace:testing::internal 415 inline void PrintTo(const signed char* s, ::std::ostream* os) { function in namespace:testing::internal 418 inline void PrintTo(signed char* s, ::std::ostream* os) { function in namespace:testing::internal 421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal 424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal 436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { function in namespace:testing::internal 458 inline void PrintTo(const ::string& s, ::std::ostream* os) { function in namespace:testing::internal 464 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { function in namespace:testing::internal 471 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { function in namespace:testing::internal 478 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { function in namespace:testing::internal 497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { function in namespace:testing::internal 502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { function in namespace:testing::internal 507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { function in namespace:testing::internal 512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { function in namespace:testing::internal 517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { function in namespace:testing::internal 522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, function in namespace:testing::internal 529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, function in namespace:testing::internal 536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, function in namespace:testing::internal 543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, function in namespace:testing::internal 550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, function in namespace:testing::internal 557 void PrintTo( function in namespace:testing::internal 566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { function in namespace:testing::internal [all...] |
/external/gtest/include/gtest/ |
H A D | gtest-printers.h | 40 // defining either operator<<() or PrintTo() in the namespace that 45 // 1. foo::PrintTo(const T&, ostream*) 119 // nor PrintTo(). 129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the 161 // Since T has no << operator or PrintTo() but can be implicitly 179 // type T and T has neither << operator nor PrintTo(). 216 // user doesn't define PrintTo() for it. 267 // a PrintTo() for it. 285 // We cannot call PrintTo(*it, os) here as PrintTo() does 353 void PrintTo(const T& value, ::std::ostream* os) { function in namespace:testing::internal 386 inline void PrintTo(char c, ::std::ostream* os) { function in namespace:testing::internal 394 inline void PrintTo(bool x, ::std::ostream* os) { function in namespace:testing::internal 409 inline void PrintTo(char* s, ::std::ostream* os) { function in namespace:testing::internal 415 inline void PrintTo(const signed char* s, ::std::ostream* os) { function in namespace:testing::internal 418 inline void PrintTo(signed char* s, ::std::ostream* os) { function in namespace:testing::internal 421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal 424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal 436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { function in namespace:testing::internal 458 inline void PrintTo(const ::string& s, ::std::ostream* os) { function in namespace:testing::internal 464 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { function in namespace:testing::internal 471 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { function in namespace:testing::internal 478 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { function in namespace:testing::internal 497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { function in namespace:testing::internal 502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { function in namespace:testing::internal 507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { function in namespace:testing::internal 512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { function in namespace:testing::internal 517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { function in namespace:testing::internal 522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, function in namespace:testing::internal 529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, function in namespace:testing::internal 536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, function in namespace:testing::internal 543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, function in namespace:testing::internal 550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, function in namespace:testing::internal 557 void PrintTo( function in namespace:testing::internal 566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { function in namespace:testing::internal [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest-printers.h | 40 // defining either operator<<() or PrintTo() in the namespace that 45 // 1. foo::PrintTo(const T&, ostream*) 119 // nor PrintTo(). 129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the 161 // Since T has no << operator or PrintTo() but can be implicitly 179 // type T and T has neither << operator nor PrintTo(). 216 // user doesn't define PrintTo() for it. 267 // a PrintTo() for it. 285 // We cannot call PrintTo(*it, os) here as PrintTo() does 353 void PrintTo(const T& value, ::std::ostream* os) { function in namespace:testing::internal 386 inline void PrintTo(char c, ::std::ostream* os) { function in namespace:testing::internal 394 inline void PrintTo(bool x, ::std::ostream* os) { function in namespace:testing::internal 409 inline void PrintTo(char* s, ::std::ostream* os) { function in namespace:testing::internal 415 inline void PrintTo(const signed char* s, ::std::ostream* os) { function in namespace:testing::internal 418 inline void PrintTo(signed char* s, ::std::ostream* os) { function in namespace:testing::internal 421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal 424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal 436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { function in namespace:testing::internal 458 inline void PrintTo(const ::string& s, ::std::ostream* os) { function in namespace:testing::internal 464 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { function in namespace:testing::internal 471 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { function in namespace:testing::internal 478 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { function in namespace:testing::internal 497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { function in namespace:testing::internal 502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { function in namespace:testing::internal 507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { function in namespace:testing::internal 512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { function in namespace:testing::internal 517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { function in namespace:testing::internal 522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, function in namespace:testing::internal 529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, function in namespace:testing::internal 536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, function in namespace:testing::internal 543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, function in namespace:testing::internal 550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, function in namespace:testing::internal 557 void PrintTo( function in namespace:testing::internal 566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { function in namespace:testing::internal [all...] |
/external/mesa3d/src/gtest/include/gtest/ |
H A D | gtest-printers.h | 40 // defining either operator<<() or PrintTo() in the namespace that 45 // 1. foo::PrintTo(const T&, ostream*) 119 // nor PrintTo(). 129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the 161 // Since T has no << operator or PrintTo() but can be implicitly 179 // type T and T has neither << operator nor PrintTo(). 216 // user doesn't define PrintTo() for it. 267 // a PrintTo() for it. 285 // We cannot call PrintTo(*it, os) here as PrintTo() does 353 void PrintTo(const T& value, ::std::ostream* os) { function in namespace:testing::internal 386 inline void PrintTo(char c, ::std::ostream* os) { function in namespace:testing::internal 394 inline void PrintTo(bool x, ::std::ostream* os) { function in namespace:testing::internal 409 inline void PrintTo(char* s, ::std::ostream* os) { function in namespace:testing::internal 415 inline void PrintTo(const signed char* s, ::std::ostream* os) { function in namespace:testing::internal 418 inline void PrintTo(signed char* s, ::std::ostream* os) { function in namespace:testing::internal 421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal 424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal 436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { function in namespace:testing::internal 458 inline void PrintTo(const ::string& s, ::std::ostream* os) { function in namespace:testing::internal 464 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { function in namespace:testing::internal 471 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { function in namespace:testing::internal 478 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { function in namespace:testing::internal 497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { function in namespace:testing::internal 502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { function in namespace:testing::internal 507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { function in namespace:testing::internal 512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { function in namespace:testing::internal 517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { function in namespace:testing::internal 522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, function in namespace:testing::internal 529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, function in namespace:testing::internal 536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, function in namespace:testing::internal 543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, function in namespace:testing::internal 550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, function in namespace:testing::internal 557 void PrintTo( function in namespace:testing::internal 566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { function in namespace:testing::internal [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
H A D | gtest-printers.h | 40 // defining either operator<<() or PrintTo() in the namespace that 45 // 1. foo::PrintTo(const T&, ostream*) 119 // nor PrintTo(). 129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the 161 // Since T has no << operator or PrintTo() but can be implicitly 179 // type T and T has neither << operator nor PrintTo(). 216 // user doesn't define PrintTo() for it. 267 // a PrintTo() for it. 285 // We cannot call PrintTo(*it, os) here as PrintTo() does 353 void PrintTo(const T& value, ::std::ostream* os) { function in namespace:testing::internal 386 inline void PrintTo(char c, ::std::ostream* os) { function in namespace:testing::internal 394 inline void PrintTo(bool x, ::std::ostream* os) { function in namespace:testing::internal 409 inline void PrintTo(char* s, ::std::ostream* os) { function in namespace:testing::internal 415 inline void PrintTo(const signed char* s, ::std::ostream* os) { function in namespace:testing::internal 418 inline void PrintTo(signed char* s, ::std::ostream* os) { function in namespace:testing::internal 421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal 424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal 436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { function in namespace:testing::internal 458 inline void PrintTo(const ::string& s, ::std::ostream* os) { function in namespace:testing::internal 464 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { function in namespace:testing::internal 471 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { function in namespace:testing::internal 478 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { function in namespace:testing::internal 497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { function in namespace:testing::internal 502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { function in namespace:testing::internal 507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { function in namespace:testing::internal 512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { function in namespace:testing::internal 517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { function in namespace:testing::internal 522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, function in namespace:testing::internal 529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, function in namespace:testing::internal 536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, function in namespace:testing::internal 543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, function in namespace:testing::internal 550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, function in namespace:testing::internal 557 void PrintTo( function in namespace:testing::internal 566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { function in namespace:testing::internal [all...] |
/external/libchrome/dbus/ |
H A D | object_path.cc | 29 void PrintTo(const ObjectPath& path, std::ostream* out) { function in namespace:dbus
|
H A D | object_path.h | 51 CHROME_DBUS_EXPORT void PrintTo(const ObjectPath& path, std::ostream* out);
|
/external/v8/src/compiler/ |
H A D | operator.cc | 43 op.PrintTo(os); 48 void Operator::PrintTo(std::ostream& os) const { os << mnemonic(); } function in class:v8::internal::compiler::Operator
|
/external/google-breakpad/src/testing/gtest/src/ |
H A D | gtest-printers.cc | 42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that 237 void PrintTo(unsigned char c, ::std::ostream* os) { function in namespace:testing::internal 240 void PrintTo(signed char c, ::std::ostream* os) { function in namespace:testing::internal 246 void PrintTo(wchar_t wc, ostream* os) { function in namespace:testing::internal 295 void PrintTo(const char* s, ostream* os) { function in namespace:testing::internal 312 void PrintTo(const wchar_t* s, ostream* os) { function in namespace:testing::internal
|
/external/gtest/src/ |
H A D | gtest-printers.cc | 42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that 237 void PrintTo(unsigned char c, ::std::ostream* os) { function in namespace:testing::internal 240 void PrintTo(signed char c, ::std::ostream* os) { function in namespace:testing::internal 246 void PrintTo(wchar_t wc, ostream* os) { function in namespace:testing::internal 310 void PrintTo(const char* s, ostream* os) { function in namespace:testing::internal 327 void PrintTo(const wchar_t* s, ostream* os) { function in namespace:testing::internal
|
/external/llvm/utils/unittest/googletest/src/ |
H A D | gtest-printers.cc | 42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that 245 void PrintTo(unsigned char c, ::std::ostream* os) { function in namespace:testing::internal 248 void PrintTo(signed char c, ::std::ostream* os) { function in namespace:testing::internal 254 void PrintTo(wchar_t wc, ostream* os) { function in namespace:testing::internal 303 void PrintTo(const char* s, ostream* os) { function in namespace:testing::internal 320 void PrintTo(const wchar_t* s, ostream* os) { function in namespace:testing::internal
|
/external/mesa3d/src/gtest/src/ |
H A D | gtest-printers.cc | 42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that 245 void PrintTo(unsigned char c, ::std::ostream* os) { function in namespace:testing::internal 248 void PrintTo(signed char c, ::std::ostream* os) { function in namespace:testing::internal 254 void PrintTo(wchar_t wc, ostream* os) { function in namespace:testing::internal 303 void PrintTo(const char* s, ostream* os) { function in namespace:testing::internal 320 void PrintTo(const wchar_t* s, ostream* os) { function in namespace:testing::internal
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
H A D | gtest-printers.cc | 42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that 237 void PrintTo(unsigned char c, ::std::ostream* os) { function in namespace:testing::internal 240 void PrintTo(signed char c, ::std::ostream* os) { function in namespace:testing::internal 246 void PrintTo(wchar_t wc, ostream* os) { function in namespace:testing::internal 310 void PrintTo(const char* s, ostream* os) { function in namespace:testing::internal 327 void PrintTo(const wchar_t* s, ostream* os) { function in namespace:testing::internal
|
/external/bsdiff/ |
H A D | extents_unittest.cc | 17 // PrintTo is used by gtest framework whenever it needs to print our type. 18 void PrintTo(const struct ex_t& extent, ::std::ostream* os) { function in namespace:bsdiff
|
/external/gtest/test/ |
H A D | gtest_list_tests_unittest_.cc | 90 void PrintTo(const MyType& x, std::ostream* os) { function
|
/external/libchrome/base/strings/ |
H A D | string16.cc | 74 void PrintTo(const string16& str, std::ostream* out) { function in namespace:base
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
H A D | gtest_list_tests_unittest_.cc | 90 void PrintTo(const MyType& x, std::ostream* os) { function
|
/external/v8/src/crankshaft/ia32/ |
H A D | lithium-ia32.cc | 64 void LInstruction::PrintTo(StringStream* stream) { function in class:v8::internal::LInstruction 73 environment()->PrintTo(stream); 78 pointer_map()->PrintTo(stream); 90 InputAt(i)->PrintTo(stream); 97 if (HasResult()) result()->PrintTo(stream); 179 value()->PrintTo(stream); 185 left()->PrintTo(stream); 187 right()->PrintTo(stream); 194 value()->PrintTo(stream); 201 value()->PrintTo(strea [all...] |
/external/v8/src/crankshaft/ |
H A D | lithium.cc | 41 void LOperand::PrintTo(StringStream* stream) { function in class:v8::internal::LOperand 180 destination->PrintTo(stream); 182 destination->PrintTo(stream); 184 source->PrintTo(stream); 192 void LEnvironment::PrintTo(StringStream* stream) { function in class:v8::internal::LEnvironment 204 values_[i]->PrintTo(stream); 240 void LPointerMap::PrintTo(StringStream* stream) { function in class:v8::internal::LPointerMap 244 pointer_operands_[i]->PrintTo(stream);
|
/external/v8/src/crankshaft/x87/ |
H A D | lithium-x87.cc | 75 void LInstruction::PrintTo(StringStream* stream) { function in class:v8::internal::LInstruction 84 environment()->PrintTo(stream); 89 pointer_map()->PrintTo(stream); 101 InputAt(i)->PrintTo(stream); 108 if (HasResult()) result()->PrintTo(stream); 190 value()->PrintTo(stream); 196 left()->PrintTo(stream); 198 right()->PrintTo(stream); 205 value()->PrintTo(stream); 212 value()->PrintTo(strea [all...] |
/external/v8/src/crankshaft/arm/ |
H A D | lithium-arm.cc | 45 void LInstruction::PrintTo(StringStream* stream) { function in class:v8::internal::LInstruction 54 environment()->PrintTo(stream); 59 pointer_map()->PrintTo(stream); 71 InputAt(i)->PrintTo(stream); 78 if (HasResult()) result()->PrintTo(stream); 160 value()->PrintTo(stream); 166 left()->PrintTo(stream); 168 right()->PrintTo(stream); 175 value()->PrintTo(stream); 182 value()->PrintTo(strea [all...] |
/external/v8/src/crankshaft/mips/ |
H A D | lithium-mips.cc | 47 void LInstruction::PrintTo(StringStream* stream) { function in class:v8::internal::LInstruction 56 environment()->PrintTo(stream); 61 pointer_map()->PrintTo(stream); 73 InputAt(i)->PrintTo(stream); 80 if (HasResult()) result()->PrintTo(stream); 162 value()->PrintTo(stream); 173 left()->PrintTo(stream); 175 right()->PrintTo(stream); 182 value()->PrintTo(stream); 189 value()->PrintTo(strea [all...] |