HomeSort by relevance Sort by last modified time
    Searched refs:PrintTo (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
  /system/update_engine/update_manager/
umtest_utils.cc 25 void PrintTo(const EvalStatus& status, ::std::ostream* os) {
  /external/libchrome/base/test/
test_file_util.cc 24 void PrintTo(const FilePath& path, std::ostream* out) {
  /external/google-breakpad/src/testing/gtest/include/gtest/
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() doesn'
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
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() doesn'
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
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() doesn'
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
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() doesn'
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
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() doesn'
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/
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() doesn'
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/
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() doesn'
    [all...]
  /external/libchrome/dbus/
object_path.cc 29 void PrintTo(const ObjectPath& path, std::ostream* out) {
object_path.h 51 CHROME_DBUS_EXPORT void PrintTo(const ObjectPath& path, std::ostream* out);
  /hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
PrettyPrintAudioTypes.h 29 * overloading PrintTo.
41 inline void PrintTo(const T& val, ::std::ostream* os) { *os << toString(val); }
  /test/vts-testcase/hal/treble/vintf/
utils.h 105 void PrintTo(const sp<T>& v, std::ostream* os) {
110 void PrintTo(const T* v, std::ostream* os) {
119 void PrintTo(const android::vintf::testing::HalManifestPtr& v, ostream* os);
120 void PrintTo(nullptr_t, ostream* os);
122 void PrintTo(const T* v, ostream* os) {

Completed in 657 milliseconds

1 2 3 4 5 6