/external/googletest/googlemock/test/ |
D | gmock-cardinalities_test.cc | 121 c.DescribeTo(&ss); in TEST() 149 c.DescribeTo(&ss); in TEST() 166 AtLeast(1).DescribeTo(&ss1); in TEST() 171 c.DescribeTo(&ss2); in TEST() 176 AtLeast(3).DescribeTo(&ss3); in TEST() 204 c.DescribeTo(&ss); in TEST() 221 AtMost(1).DescribeTo(&ss1); in TEST() 226 c.DescribeTo(&ss2); in TEST() 231 AtMost(3).DescribeTo(&ss3); in TEST() 273 c.DescribeTo(&ss); in TEST() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_matchers.cc | 55 operands_[index].DescribeTo(listener->stream()); in MatchAndExplain() 67 void HloMatcher::DescribeTo(::std::ostream* os) const { in DescribeTo() function in xla::testing::HloMatcher 75 operands_[i].DescribeTo(os); in DescribeTo() 126 void HloCustomCallMatcher::DescribeTo(std::ostream* os) const { in DescribeTo() function in xla::testing::HloCustomCallMatcher 127 HloMatcher::DescribeTo(os); in DescribeTo() 129 call_target_matcher_.DescribeTo(os); in DescribeTo() 146 call_target_matcher_.DescribeTo(&desc_stream); in MatchAndExplain() 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 [all …]
|
D | pattern_matcher.h | 256 void DescribeTo(std::ostream* os, int64 indent = 0) const { 314 submatcher.DescribeTo(os, indent + 3); 323 submatcher.DescribeTo(os, indent + kIndentInc); 335 submatcher.DescribeTo(os, indent); 393 void DescribeTo(std::ostream* os, int64 indent = 0) const { 417 void DescribeTo(std::ostream* os, int64 indent = 0) const { 440 void DescribeTo(std::ostream* os, int64 indent = 0) const { 486 void DescribeTo(std::ostream* os, int64 indent = 0) const { 487 impl_.DescribeTo(os, indent); 519 void DescribeTo(std::ostream* os, int64 indent = 0) const { [all …]
|
D | pattern_matcher_gmock.h | 62 void DescribeTo(std::ostream* os) const { pattern_.DescribeTo(os); } in DescribeTo() function 66 DescribeTo(os); in DescribeNegationTo()
|
D | hlo_matchers.h | 36 void DescribeTo(::std::ostream* os) const override; 100 void DescribeTo(std::ostream* os) const override; 113 void DescribeTo(std::ostream* os) const override; 126 void DescribeTo(std::ostream* os) const override; 143 void DescribeTo(std::ostream* os) const override; 163 void DescribeTo(std::ostream* os) const override; 184 void DescribeTo(std::ostream* os) const override;
|
D | pattern_matcher_gmock_test.cc | 31 m.DescribeTo(&ss); in Describe()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | Matchers.h | 44 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 49 M.DescribeTo(OS); in DescribeTo() 68 Matchers[K].DescribeTo(L->stream()); in MatchAndExplain() 72 Matchers[I].DescribeTo(L->stream()); in MatchAndExplain() 158 virtual void DescribeTo(::std::ostream *os) const { in DescribeTo() function 160 matcher_.DescribeTo(os); in DescribeTo() 165 matcher_.DescribeTo(os); in DescribeNegationTo()
|
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-matchers.h | 128 virtual void DescribeTo(::std::ostream* os) const = 0; 138 DescribeTo(os); in DescribeNegationTo() 269 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function 455 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function 456 impl_.DescribeTo(os); in DescribeTo() 582 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function 583 source_matcher_.DescribeTo(os); in DescribeTo() 762 get<N - 1>(matchers).DescribeTo(os); in ExplainMatchFailuresTo() 865 virtual void DescribeTo(::std::ostream* os) const { *os << "is anything"; } 912 virtual void DescribeTo(::std::ostream* os) const { [all …]
|
D | gmock-cardinalities.h | 77 virtual void DescribeTo(::std::ostream* os) const = 0; 117 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
|
/external/llvm-project/llvm/include/llvm/Testing/Support/ |
D | Error.h | 53 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 55 Matcher.DescribeTo(OS); in DescribeTo() 112 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 116 Matcher->DescribeTo(OS); in DescribeTo() 148 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 150 Matcher.DescribeTo(OS); in DescribeTo()
|
D | SupportHelpers.h | 83 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 85 ValueMatcher.DescribeTo(OS); in DescribeTo() 89 ValueMatcher.DescribeTo(OS); in DescribeNegationTo()
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-cardinalities.h | 82 virtual void DescribeTo(::std::ostream* os) const = 0; 123 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
|
D | gmock-matchers.h | 439 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function 440 source_matcher_.DescribeTo(os); in DescribeTo() 643 std::get<N - 1>(matchers).DescribeTo(os); in ExplainMatchFailuresTo() 752 void DescribeTo(std::ostream* os) const { *os << "is anything"; } 771 void DescribeTo(::std::ostream* os) const { *os << "is NULL"; } 787 void DescribeTo(::std::ostream* os) const { *os << "isn't NULL"; } 846 void DescribeTo(::std::ostream* os) const override { 943 void DescribeTo(::std::ostream* os) const { 1006 void DescribeTo(::std::ostream* os) const { 1061 void DescribeTo(::std::ostream* os) const { [all …]
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest-matchers.h | 124 virtual void DescribeTo(::std::ostream *os) const = 0; 134 DescribeTo(os); in DescribeNegationTo() 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 446 matcher.DescribeTo(&os); 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/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest-matchers.h | 124 virtual void DescribeTo(::std::ostream* os) const = 0; 134 DescribeTo(os); in DescribeNegationTo() 191 void DescribeTo(::std::ostream* os) const override { impl_->DescribeTo(os); } in DescribeTo() function 273 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function 435 matcher.DescribeTo(&os); 475 virtual void DescribeTo(::std::ostream* os) const { impl_.DescribeTo(os); } in DescribeTo() function 549 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function 650 void DescribeTo(::std::ostream* os) const { in DescribeTo() function
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-matchers.h | 125 virtual void DescribeTo(::std::ostream* os) const = 0; 135 DescribeTo(os); in DescribeNegationTo() 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 437 matcher.DescribeTo(&os); 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/ |
D | Error.h | 53 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 55 Matcher.DescribeTo(OS); in DescribeTo() 112 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 116 Matcher->DescribeTo(OS); in DescribeTo()
|
D | SupportHelpers.h | 81 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 83 ValueMatcher.DescribeTo(OS); in DescribeTo() 87 ValueMatcher.DescribeTo(OS); in DescribeNegationTo()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | node_matchers.cc | 196 control_dep_set->DescribeTo(listener->stream()); in MatchAndExplain() 227 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function 260 input_matchers->front().DescribeTo(&ss); in DescribeTo() 268 matcher.DescribeTo(&ss); in DescribeTo() 280 control_dep_set->DescribeTo(os); in DescribeTo() 321 (*input_matchers)[input_idx].DescribeTo(listener->stream()); in MatchAndExplainInput() 354 src_matcher_.DescribeTo(listener->stream()); in MatchAndExplain() 373 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function in tensorflow::testing::matchers::__anon7244d80c0111::OutEdgeMatcher 378 src_matcher_.DescribeTo(os); in DescribeTo()
|
/external/googletest/googlemock/src/ |
D | gmock-matchers.cc | 290 matcher_describers_[0]->DescribeTo(os); in DescribeToImpl() 312 matcher_describers_[i]->DescribeTo(os); in DescribeToImpl() 353 matcher_describers_[i]->DescribeTo(os); in DescribeNegationToImpl() 390 matcher_describers_[mi]->DescribeTo(listener->stream()); in VerifyMatchMatrix()
|
D | gmock-cardinalities.cc | 84 void DescribeTo(::std::ostream* os) const override; 107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anonca83b7ff0111::BetweenCardinalityImpl
|
/external/llvm-project/llvm/utils/unittest/googlemock/src/ |
D | gmock-cardinalities.cc | 85 virtual void DescribeTo(::std::ostream* os) const; 108 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anon6bfb60fa0111::BetweenCardinalityImpl
|
D | gmock-matchers.cc | 403 matcher_describers_[0]->DescribeTo(os); in DescribeToImpl() 411 matcher_describers_[i]->DescribeTo(os); in DescribeToImpl() 433 matcher_describers_[i]->DescribeTo(os); in DescribeNegationToImpl() 469 matcher_describers_[mi]->DescribeTo(listener->stream()); in VerifyAllElementsAndMatchersAreMatched()
|
/external/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 118 virtual void DescribeTo(::std::ostream* os) const = 0; 128 DescribeTo(os); in DescribeNegationTo() 261 void DescribeTo(::std::ostream* os) const final { in DescribeTo() function 368 P::Get(m).DescribeTo(os); in DescribeImpl() 616 matcher.DescribeTo(&os); 656 void DescribeTo(::std::ostream* os) const override { impl_.DescribeTo(os); } 718 void DescribeTo(std::ostream* os) const { 830 void DescribeTo(::std::ostream* os) const {
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/ |
D | utils.h | 78 void DescribeTo(std::ostream* os) const override { in DescribeTo() function 88 mono_tuple_matcher_.DescribeTo(os); in DescribeTo()
|