Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/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/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/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/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-printers.h493 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function
535 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
536 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
537 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function
541 PrintTo(static_cast<unsigned char>(c), os); in PrintTo()
545 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function
556 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
559 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
560 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function
561 PrintTo(ImplicitCast_<const char*>(s), os); in PrintTo()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h455 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function
486 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
487 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
488 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function
492 PrintTo(static_cast<unsigned char>(c), os); in PrintTo()
496 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function
507 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
510 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
511 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function
512 PrintTo(ImplicitCast_<const char*>(s), os); in PrintTo()
[all …]
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-printers.h454 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function
485 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
486 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
487 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function
491 PrintTo(static_cast<unsigned char>(c), os); in PrintTo()
495 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function
506 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
509 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
510 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function
511 PrintTo(ImplicitCast_<const char*>(s), os); in PrintTo()
[all …]
/external/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h454 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function
485 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
486 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
487 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function
491 PrintTo(static_cast<unsigned char>(c), os); in PrintTo()
495 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function
506 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
509 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
510 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function
511 PrintTo(ImplicitCast_<const char*>(s), os); in PrintTo()
[all …]
/external/googletest/googletest/include/gtest/
Dgtest-printers.h492 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function
530 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
531 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
532 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function
536 PrintTo(static_cast<unsigned char>(c), os); in PrintTo()
540 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function
551 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
554 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
555 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function
556 PrintTo(ImplicitCast_<const char*>(s), os); in PrintTo()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Testing/Support/
DSupportHelpers.h32 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { in PrintTo() function
47 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { in PrintTo() function
51 PrintTo(static_cast<const ErrorHolder &>(Item), Out); in PrintTo()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-printers.cc241 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function
244 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function
250 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function
320 void PrintTo(const char* s, ostream* os) { in PrintTo() function
337 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/mesa3d/src/gtest/src/
Dgtest-printers.cc241 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function
244 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function
250 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function
320 void PrintTo(const char* s, ostream* os) { in PrintTo() function
337 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-printers.cc241 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function
244 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function
250 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function
320 void PrintTo(const char* s, ostream* os) { in PrintTo() function
337 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/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/googletest/googletest/src/
Dgtest-printers.cc243 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function
246 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function
252 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function
328 void PrintTo(const char* s, ostream* os) { in PrintTo() function
345 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-printers.cc244 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function
247 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function
253 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function
329 void PrintTo(const char* s, ostream* os) { in PrintTo() function
346 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
/external/libchrome/base/test/
Dtest_pending_task.cc79 PrintTo(task, &os); in operator <<()
83 void PrintTo(const TestPendingTask& task, std::ostream* os) { in PrintTo() function
/external/swiftshader/third_party/SPIRV-Tools/test/
Dunit_spirv.h67 void PrintTo(const WordVector& words, ::std::ostream* os);
82 PrintTo(*this, &os); in str()
90 inline void PrintTo(const WordVector& words, ::std::ostream* os) { in PrintTo() function
/external/deqp-deps/SPIRV-Tools/test/
Dunit_spirv.h67 void PrintTo(const WordVector& words, ::std::ostream* os);
82 PrintTo(*this, &os); in str()
90 inline void PrintTo(const WordVector& words, ::std::ostream* os) { in PrintTo() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
DOperationsTest.cpp24 void PrintTo(Type *T, ::std::ostream *OS) { in PrintTo() function
29 void PrintTo(BasicBlock *BB, ::std::ostream *OS) { in PrintTo() function
34 void PrintTo(Value *V, ::std::ostream *OS) { in PrintTo() function
40 void PrintTo(Constant *C, ::std::ostream *OS) { PrintTo(cast<Value>(C), OS); } in PrintTo() function
/external/perfetto/src/traced/probes/ftrace/
Dformat_parser.cc188 PrintTo(field, &os); in operator <<()
193 void PrintTo(const FtraceEvent::Field& field, ::std::ostream* os) { 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);
/external/tensorflow/tensorflow/compiler/jit/
Dnode_matchers.h247 void PrintTo(const Node* n, ::std::ostream* os);
248 void PrintTo(Node* n, ::std::ostream* os);

1234