/external/google-breakpad/src/testing/test/ |
D | gmock-cardinalities_test.cc | 122 c.DescribeTo(&ss); in TEST() 150 c.DescribeTo(&ss); in TEST() 167 AtLeast(1).DescribeTo(&ss1); in TEST() 172 c.DescribeTo(&ss2); in TEST() 177 AtLeast(3).DescribeTo(&ss3); in TEST() 205 c.DescribeTo(&ss); in TEST() 222 AtMost(1).DescribeTo(&ss1); in TEST() 227 c.DescribeTo(&ss2); in TEST() 232 AtMost(3).DescribeTo(&ss3); in TEST() 274 c.DescribeTo(&ss); in TEST() [all …]
|
/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 | 51 operands_[index].DescribeTo(listener->stream()); in MatchAndExplain() 63 void HloMatcher::DescribeTo(::std::ostream* os) const { in DescribeTo() function in xla::testing::HloMatcher 71 operands_[i].DescribeTo(os); in DescribeTo() 122 void HloCustomCallMatcher::DescribeTo(std::ostream* os) const { in DescribeTo() function in xla::testing::HloCustomCallMatcher 123 HloMatcher::DescribeTo(os); in DescribeTo() 125 call_target_matcher_.DescribeTo(os); in DescribeTo() 142 call_target_matcher_.DescribeTo(&desc_stream); in MatchAndExplain() 163 void HloShapeMatcher::DescribeTo(std::ostream* os) const { in DescribeTo() function in xla::testing::HloShapeMatcher 178 void HloShapeAndLayoutMatcher::DescribeTo(std::ostream* os) const { in DescribeTo() function in xla::testing::HloShapeAndLayoutMatcher 207 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); 396 void DescribeTo(std::ostream* os, int64 indent = 0) const { 420 void DescribeTo(std::ostream* os, int64 indent = 0) const { 443 void DescribeTo(std::ostream* os, int64 indent = 0) const { 492 void DescribeTo(std::ostream* os, int64 indent = 0) const { 493 impl_.DescribeTo(os, indent); 533 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;
|
D | pattern_matcher_gmock_test.cc | 31 m.DescribeTo(&ss); in Describe()
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 135 virtual void DescribeTo(::std::ostream* os) const = 0; 145 DescribeTo(os); in DescribeNegationTo() 206 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function 340 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function 341 impl_.DescribeTo(os); in DescribeTo() 467 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function 468 source_matcher_.DescribeTo(os); in DescribeTo() 651 get<N - 1>(matchers).DescribeTo(os); in ExplainMatchFailuresTo() 716 virtual void DescribeTo(::std::ostream* os) const { *os << "is anything"; } in DescribeTo() function 766 virtual void DescribeTo(::std::ostream* os) const { \ [all …]
|
D | gmock-cardinalities.h | 75 virtual void DescribeTo(::std::ostream* os) const = 0; 115 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
|
D | gmock-generated-matchers.h | 249 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function 252 inner_matcher_.DescribeTo(os); in DescribeTo() 1422 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1470 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1522 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1579 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1641 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1711 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1784 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 1861 virtual void DescribeTo(::std::ostream* gmock_os) const {\ [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-matchers.h | 126 virtual void DescribeTo(::std::ostream* os) const = 0; 136 DescribeTo(os); in DescribeNegationTo() 267 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function 453 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function 454 impl_.DescribeTo(os); in DescribeTo() 580 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function 581 source_matcher_.DescribeTo(os); in DescribeTo() 760 get<N - 1>(matchers).DescribeTo(os); in ExplainMatchFailuresTo() 863 virtual void DescribeTo(::std::ostream* os) const { *os << "is anything"; } 910 virtual void DescribeTo(::std::ostream* os) const { [all …]
|
D | gmock-cardinalities.h | 75 virtual void DescribeTo(::std::ostream* os) const = 0; 115 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 213 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function 214 source_matcher_.DescribeTo(os); in DescribeTo() 388 std::get<N - 1>(matchers).DescribeTo(os); in ExplainMatchFailuresTo() 493 void DescribeTo(::std::ostream* os) const override { *os << "is anything"; } 522 void DescribeTo(::std::ostream* os) const { *os << "is NULL"; } 538 void DescribeTo(::std::ostream* os) const { *os << "isn't NULL"; } 597 void DescribeTo(::std::ostream* os) const override { 697 void DescribeTo(::std::ostream* os) const { 763 void DescribeTo(::std::ostream* os) const { 820 void DescribeTo(::std::ostream* os) const { [all …]
|
D | gmock-cardinalities.h | 80 virtual void DescribeTo(::std::ostream* os) const = 0; 119 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
|
D | gmock-generated-matchers.h | 278 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 327 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 380 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 440 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 504 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 577 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 653 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 735 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 823 virtual void DescribeTo(::std::ostream* gmock_os) const {\ 918 virtual void DescribeTo(::std::ostream* gmock_os) const {\ [all …]
|
/external/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 117 virtual void DescribeTo(::std::ostream* os) const = 0; 127 DescribeTo(os); in DescribeNegationTo() 184 void DescribeTo(::std::ostream* os) const override { impl_->DescribeTo(os); } in DescribeTo() function 266 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function 501 matcher.DescribeTo(&os); 541 virtual void DescribeTo(::std::ostream* os) const { impl_.DescribeTo(os); } in DescribeTo() function 615 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function 716 void DescribeTo(::std::ostream* os) const { in DescribeTo() function
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | node_matchers.cc | 192 control_dep_set->DescribeTo(listener->stream()); in MatchAndExplain() 223 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function 256 input_matchers->front().DescribeTo(&ss); in DescribeTo() 264 matcher.DescribeTo(&ss); in DescribeTo() 276 control_dep_set->DescribeTo(os); in DescribeTo() 317 (*input_matchers)[input_idx].DescribeTo(listener->stream()); in MatchAndExplainInput() 350 src_matcher_.DescribeTo(listener->stream()); in MatchAndExplain() 369 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function in tensorflow::testing::matchers::__anondf03e96e0111::OutEdgeMatcher 374 src_matcher_.DescribeTo(os); in DescribeTo()
|
/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 56 Matcher.DescribeTo(OS); in DescribeTo() 113 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 117 Matcher->DescribeTo(OS); in DescribeTo()
|
/external/googletest/googlemock/src/ |
D | gmock-matchers.cc | 293 matcher_describers_[0]->DescribeTo(os); in DescribeToImpl() 315 matcher_describers_[i]->DescribeTo(os); in DescribeToImpl() 356 matcher_describers_[i]->DescribeTo(os); in DescribeNegationToImpl() 393 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::__anon3a3374a10111::BetweenCardinalityImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/ |
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()
|
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::__anon6acf5ec60111::BetweenCardinalityImpl
|
/external/google-breakpad/src/testing/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::__anon80f283160111::BetweenCardinalityImpl
|
/external/v8/testing/ |
D | gmock-support.h | 43 virtual void DescribeTo(std::ostream* os) const { in DescribeTo() function
|
/external/tensorflow/tensorflow/core/profiler/internal/cpu/ |
D | host_tracer_test.cc | 60 void DescribeTo(::std::ostream* os) const { *os << expected_.DebugString(); } in DescribeTo() function in tensorflow::profiler::cpu::__anon23f1949c0111::NodeStatsMatcher
|