/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_matchers.cc | 67 void HloMatcher::DescribeTo(::std::ostream* os) const { in DescribeTo() function in xla::testing::HloMatcher 126 void HloCustomCallMatcher::DescribeTo(std::ostream* os) const { in DescribeTo() function in xla::testing::HloCustomCallMatcher 167 void HloShapeMatcher::DescribeTo(std::ostream* os) const { in DescribeTo() function in xla::testing::HloShapeMatcher 182 void HloShapeAndLayoutMatcher::DescribeTo(std::ostream* os) const { in DescribeTo() function in xla::testing::HloShapeAndLayoutMatcher 211 void HloShardingMatcher::DescribeTo(std::ostream* os) const { in DescribeTo() function in xla::testing::HloShardingMatcher 246 void HloDotWithContractingDimsMatcher::DescribeTo(std::ostream* os) const { in DescribeTo() function in xla::testing::HloDotWithContractingDimsMatcher 290 void HloAsyncCopyMatcher::DescribeTo(std::ostream* os) const { in DescribeTo() function in xla::testing::HloAsyncCopyMatcher
|
D | pattern_matcher_gmock.h | 62 void DescribeTo(std::ostream* os) const { pattern_.DescribeTo(os); } in DescribeTo() function
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 206 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function 340 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function 467 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function 716 virtual void DescribeTo(::std::ostream* os) const { *os << "is anything"; } in DescribeTo() function 803 void DescribeTo(::std::ostream* os) const { *os << "is NULL"; } in DescribeTo() function 819 void DescribeTo(::std::ostream* os) const { *os << "isn't NULL"; } in DescribeTo() function 878 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function 961 void DescribeTo(::std::ostream* os) const { in DescribeTo() function 1011 void DescribeTo(::std::ostream* os) const { in DescribeTo() function 1052 void DescribeTo(::std::ostream* os) const { in DescribeTo() function [all …]
|
D | gmock-cardinalities.h | 115 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Testing/Support/ |
D | Error.h | 54 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 113 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-matchers.h | 192 void DescribeTo(::std::ostream* os) const override { impl_->DescribeTo(os); } in DescribeTo() function 274 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function 477 virtual void DescribeTo(::std::ostream* os) const { impl_.DescribeTo(os); } in DescribeTo() function 551 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function 652 void DescribeTo(::std::ostream* os) const { in DescribeTo() function
|
/external/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 192 void DescribeTo(::std::ostream* os) const override { impl_->DescribeTo(os); } in DescribeTo() function 274 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function 477 void DescribeTo(::std::ostream* os) const override { impl_.DescribeTo(os); } in DescribeTo() function 551 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function 652 void DescribeTo(::std::ostream* os) const { in DescribeTo() function
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest-matchers.h | 191 void DescribeTo(::std::ostream *os) const override { impl_->DescribeTo(os); } in DescribeTo() function 285 void DescribeTo(::std::ostream *os) const { impl_->DescribeTo(os); } in DescribeTo() function 486 void DescribeTo(::std::ostream *os) const override { impl_.DescribeTo(os); } in DescribeTo() function 564 void DescribeTo(::std::ostream *os) const override { in DescribeTo() function 665 void DescribeTo(::std::ostream *os) const { in DescribeTo() function
|
/external/v8/testing/ |
D | gmock-support.h | 43 virtual void DescribeTo(std::ostream* os) const { in DescribeTo() function
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-cardinalities.h | 123 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
|
D | gmock-matchers.h | 218 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-cardinalities.h | 115 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
|
D | gmock-matchers.h | 267 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function 453 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function 580 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function
|
/external/googletest/googlemock/src/ |
D | gmock-cardinalities.cc | 107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anon61f2dc230111::BetweenCardinalityImpl
|
/external/google-breakpad/src/testing/src/ |
D | gmock-cardinalities.cc | 108 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anon017604180111::BetweenCardinalityImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/ |
D | gmock-cardinalities.cc | 108 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anon9a0718c80111::BetweenCardinalityImpl
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | type_to_shape_test.cc | 50 void DescribeTo(::std::ostream* os) const { *os << expected_; } in DescribeTo() function in xla::__anonf69e7f080111::ProtoStringMatcher
|
/external/tensorflow/tensorflow/core/profiler/internal/cpu/ |
D | host_tracer_test.cc | 63 void DescribeTo(::std::ostream* os) const { *os << expected_.DebugString(); } in DescribeTo() function in tensorflow::profiler::__anon1291b11e0111::NodeStatsMatcher
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | node_matchers.cc | 227 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function 373 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function in tensorflow::testing::matchers::__anon9b2539b00111::OutEdgeMatcher
|
/external/google-breakpad/src/testing/test/ |
D | gmock-cardinalities_test.cc | 410 virtual void DescribeTo(::std::ostream* ss) const { in DescribeTo() function in __anon8c999def0111::EvenCardinality
|
D | gmock-generated-matchers_test.cc | 227 virtual void DescribeTo(::std::ostream* os) const {} in DescribeTo() function in __anon4a6120060111::LessThanMatcher 258 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function in __anon4a6120060111::GreaterThanMatcher
|
D | gmock-matchers_test.cc | 146 virtual void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::GreaterThanMatcher 238 virtual void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::EvenMatcherImpl 268 virtual void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::NewEvenMatcherImpl 385 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; } in DescribeTo() function in testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl 418 void DescribeTo(ostream* os) const { *os << "is even"; } in DescribeTo() function in testing::gmock_matchers_test::PolymorphicIsEvenImpl 3509 void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::DivisibleByImpl 4093 void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::IsHalfOfMatcher
|
/external/googletest/googlemock/test/ |
D | gmock-cardinalities_test.cc | 411 void DescribeTo(::std::ostream* ss) const override { in DescribeTo() function in __anoncc19123a0111::EvenCardinality
|
D | gmock-matchers_test.cc | 118 void DescribeTo(ostream* os) const override { *os << "is > " << rhs_; } in DescribeTo() function in testing::gmock_matchers_test::__anon86e4b7b50111::GreaterThanMatcher 215 void DescribeTo(ostream* os) const override { *os << "is an even number"; } in DescribeTo() function in testing::gmock_matchers_test::__anon86e4b7b50111::EvenMatcherImpl 243 void DescribeTo(ostream* os) const override { *os << "is an even number"; } in DescribeTo() function in testing::gmock_matchers_test::__anon86e4b7b50111::NewEvenMatcherImpl 426 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; } in DescribeTo() function in testing::gmock_matchers_test::__anon86e4b7b50111::ReferencesBarOrIsZeroImpl 459 void DescribeTo(ostream* os) const { *os << "is even"; } in DescribeTo() function in testing::gmock_matchers_test::__anon86e4b7b50111::PolymorphicIsEvenImpl 4469 void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::__anon86e4b7b50111::DivisibleByImpl 6247 void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::__anon86e4b7b50111::IsHalfOfMatcher 6800 void DescribeTo(::std::ostream* /*os*/) const override {} in DescribeTo() function in testing::gmock_matchers_test::__anon86e4b7b50111::LessThanMatcher 6861 void DescribeTo(ostream* os) const override { *os << "[DescribeTo]"; } in DescribeTo() function in testing::gmock_matchers_test::__anon86e4b7b50111::PredicateFormatterFromMatcherTest::MockMatcher
|
D | gmock-generated-matchers_test.cc | 124 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function in __anon569bfb310111::GreaterThanMatcher
|