/external/v8/test/unittests/compiler/ |
D | node-test-utils.cc | 39 if (!value_matcher.MatchAndExplain(value, &value_listener)) { in PrintMatchAndExplain() 58 bool MatchAndExplain(Node* node, in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::NodeMatcher 94 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsBranchMatcher 95 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain() 125 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsSwitchMatcher 126 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain() 156 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsIfValueMatcher 157 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain() 183 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsControl1Matcher 184 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain() [all …]
|
D | liveness-analyzer-unittest.cc | 95 bool MatchAndExplain(Node* frame_state, in MatchAndExplain() function in v8::internal::compiler::LivenessAnalysisTest::CheckpointMatcher 132 .MatchAndExplain(value.node, &value_listener)) { in MatchAndExplain()
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 128 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0; 195 bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function 196 return impl_->MatchAndExplain(x, listener); in MatchAndExplain() 202 return MatchAndExplain(x, &dummy); in Matches() 216 MatchAndExplain(x, &listener); in ExplainMatchResultTo() 348 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function 349 return impl_.MatchAndExplain(x, listener); in MatchAndExplain() 463 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function 464 return source_matcher_.MatchAndExplain(static_cast<U>(x), listener); in MatchAndExplain() 597 const bool match = matcher.MatchAndExplain(value, &inner_listener); in MatchPrintAndExplain() [all …]
|
D | gmock-generated-matchers.h | 233 virtual bool MatchAndExplain(ArgsTuple args, in MatchAndExplain() function 243 const bool match = inner_matcher_.MatchAndExplain(selected_args, in MatchAndExplain() 1420 virtual bool MatchAndExplain(\ 1454 bool name##Matcher::gmock_Impl<arg_type>::MatchAndExplain(\ 1468 virtual bool MatchAndExplain(\ 1506 bool name##MatcherP<p0##_type>::gmock_Impl<arg_type>::MatchAndExplain(\ 1520 virtual bool MatchAndExplain(\ 1563 p1##_type>::gmock_Impl<arg_type>::MatchAndExplain(\ 1577 virtual bool MatchAndExplain(\ 1623 p2##_type>::gmock_Impl<arg_type>::MatchAndExplain(\ [all …]
|
D | gmock-generated-matchers.h.pump | 118 virtual bool MatchAndExplain(ArgsTuple args, 128 const bool match = inner_matcher_.MatchAndExplain(selected_args, 664 virtual bool MatchAndExplain(\ 698 bool $class_name$param_types::gmock_Impl<arg_type>::MatchAndExplain(\
|
D | gmock-spec-builders.h | 1112 if (!extra_matcher_.MatchAndExplain(args, &listener)) { in ExplainMatchResultTo()
|
/external/gmock/include/gmock/ |
D | gmock-matchers.h | 176 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0; 231 bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function 232 return impl_->MatchAndExplain(x, listener); in MatchAndExplain() 238 return MatchAndExplain(x, &dummy); in Matches() 252 MatchAndExplain(x, &listener); in ExplainMatchResultTo() 436 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function 437 return impl_.MatchAndExplain(x, listener); in MatchAndExplain() 551 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function 552 return source_matcher_.MatchAndExplain(static_cast<U>(x), listener); in MatchAndExplain() 685 const bool match = matcher.MatchAndExplain(value, &inner_listener); in MatchPrintAndExplain() [all …]
|
D | gmock-generated-matchers.h | 234 virtual bool MatchAndExplain(ArgsTuple args, in MatchAndExplain() function 244 const bool match = inner_matcher_.MatchAndExplain(selected_args, in MatchAndExplain() 1400 virtual bool MatchAndExplain(\ 1434 bool name##Matcher::gmock_Impl<arg_type>::MatchAndExplain(\ 1448 virtual bool MatchAndExplain(\ 1486 bool name##MatcherP<p0##_type>::gmock_Impl<arg_type>::MatchAndExplain(\ 1500 virtual bool MatchAndExplain(\ 1543 p1##_type>::gmock_Impl<arg_type>::MatchAndExplain(\ 1557 virtual bool MatchAndExplain(\ 1603 p2##_type>::gmock_Impl<arg_type>::MatchAndExplain(\ [all …]
|
D | gmock-generated-matchers.h.pump | 119 virtual bool MatchAndExplain(ArgsTuple args, 129 const bool match = inner_matcher_.MatchAndExplain(selected_args, 633 virtual bool MatchAndExplain(\ 667 bool $class_name$param_types::gmock_Impl<arg_type>::MatchAndExplain(\
|
D | gmock-spec-builders.h | 1120 if (!extra_matcher_.MatchAndExplain(args, &listener)) { in ExplainMatchResultTo()
|
/external/v8/testing/ |
D | gmock-support.h | 48 virtual bool MatchAndExplain(T value, MatchResultListener* listener) const { in MatchAndExplain() function
|
/external/google-breakpad/src/testing/test/ |
D | gmock-matchers_test.cc | 150 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in testing::gmock_matchers_test::GreaterThanMatcher 233 virtual bool MatchAndExplain(int x, in MatchAndExplain() function in testing::gmock_matchers_test::EvenMatcherImpl 256 virtual bool MatchAndExplain(int x, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::NewEvenMatcherImpl 330 TEST(MatcherTest, MatchAndExplain) { in TEST() argument 333 EXPECT_TRUE(m.MatchAndExplain(42, &listener1)); in TEST() 337 EXPECT_FALSE(m.MatchAndExplain(-9, &listener2)); in TEST() 379 bool MatchAndExplain(const T& x, in MatchAndExplain() function in testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl 425 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::PolymorphicIsEvenImpl 3503 bool MatchAndExplain(const T& n, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::DivisibleByImpl 4082 bool MatchAndExplain(const tuple<T1, T2>& a_pair, in MatchAndExplain() function in testing::gmock_matchers_test::IsHalfOfMatcher
|
D | gmock-generated-matchers_test.cc | 229 virtual bool MatchAndExplain(tuple<char, int> value, in MatchAndExplain() function in __anon9d3235bb0111::LessThanMatcher 262 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in __anon9d3235bb0111::GreaterThanMatcher
|
/external/gmock/test/ |
D | gmock-matchers_test.cc | 166 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in testing::gmock_matchers_test::GreaterThanMatcher 255 virtual bool MatchAndExplain(int x, in MatchAndExplain() function in testing::gmock_matchers_test::EvenMatcherImpl 278 virtual bool MatchAndExplain(int x, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::NewEvenMatcherImpl 352 TEST(MatcherTest, MatchAndExplain) { in TEST() argument 355 EXPECT_TRUE(m.MatchAndExplain(42, &listener1)); in TEST() 359 EXPECT_FALSE(m.MatchAndExplain(-9, &listener2)); in TEST() 439 bool MatchAndExplain(const T& x, in MatchAndExplain() function in testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl 485 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::PolymorphicIsEvenImpl 3786 bool MatchAndExplain(const T& n, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::DivisibleByImpl 5132 bool MatchAndExplain(const tuple<T1, T2>& a_pair, in MatchAndExplain() function in testing::gmock_matchers_test::IsHalfOfMatcher
|
D | gmock-generated-matchers_test.cc | 234 virtual bool MatchAndExplain(tuple<char, int> value, in MatchAndExplain() function in __anon3644ce640111::LessThanMatcher 267 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in __anon3644ce640111::GreaterThanMatcher
|