Home
last modified time | relevance | path

Searched defs:MatchAndExplain (Results 1 – 25 of 135) sorted by relevance

123456

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DTestEventMatchers.h51 bool MatchAndExplain(const NotifyMotionArgs& args, std::ostream*) const { in MatchAndExplain() function
55 bool MatchAndExplain(const NotifyKeyArgs& args, std::ostream*) const { in MatchAndExplain() function
59 bool MatchAndExplain(const InputEvent& event, std::ostream*) const { in MatchAndExplain() function
83 bool MatchAndExplain(const NotifyKeyArgs& args, std::ostream*) const { in MatchAndExplain() function
87 bool MatchAndExplain(const KeyEvent& event, std::ostream*) const { in MatchAndExplain() function
111 bool MatchAndExplain(const NotifyMotionArgs& args, in MatchAndExplain() function
126 bool MatchAndExplain(const MotionEvent& event, testing::MatchResultListener* listener) const { in MatchAndExplain() function
163 bool MatchAndExplain(const NotifyMotionArgs& args, std::ostream*) const { in MatchAndExplain() function
167 bool MatchAndExplain(const NotifyKeyArgs& args, std::ostream*) const { in MatchAndExplain() function
171 bool MatchAndExplain(const InputEvent& event, std::ostream*) const { in MatchAndExplain() function
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_matchers.cc27 bool HloMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloMatcher
83 bool HloParameterMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloParameterMatcher
98 bool HloComparisonMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloComparisonMatcher
114 bool HloGetTupleElementMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloGetTupleElementMatcher
134 bool HloCustomCallMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloCustomCallMatcher
158 bool HloShapeMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloShapeMatcher
173 bool HloShapeAndLayoutMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloShapeAndLayoutMatcher
192 bool HloShardingMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloShardingMatcher
225 bool HloDotWithContractingDimsMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloDotWithContractingDimsMatcher
258 bool HloAsyncCopyMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloAsyncCopyMatcher
[all …]
H A Dpattern_matcher_gmock.h35 bool MatchAndExplain(const Layout& l, in MatchAndExplain() function
39 bool MatchAndExplain(const Layout* l, in MatchAndExplain() function
43 bool MatchAndExplain(Layout* l, in MatchAndExplain() function
48 bool MatchAndExplain(const Shape& s, in MatchAndExplain() function
52 bool MatchAndExplain(const Shape* s, in MatchAndExplain() function
56 bool MatchAndExplain(Shape* s, in MatchAndExplain() function
61 bool MatchAndExplain(const HloInstruction& instr, in MatchAndExplain() function
65 bool MatchAndExplain(const HloInstruction* instr, in MatchAndExplain() function
69 bool MatchAndExplain(HloInstruction* instr, in MatchAndExplain() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dnghttp2_test_utils.cc64 bool MatchAndExplain(const nghttp2_frame_hd* frame, in MatchAndExplain() function in http2::adapter::test::__anonf9c1ccde0111::PointerToFrameHeaderMatcher
86 bool MatchAndExplain(const nghttp2_frame_hd& frame, in MatchAndExplain() function in http2::adapter::test::__anonf9c1ccde0111::ReferenceToFrameHeaderMatcher
111 bool MatchAndExplain(const nghttp2_frame* frame, in MatchAndExplain() function in http2::adapter::test::__anonf9c1ccde0111::DataMatcher
162 bool MatchAndExplain(const nghttp2_frame* frame, in MatchAndExplain() function in http2::adapter::test::__anonf9c1ccde0111::HeadersMatcher
209 bool MatchAndExplain(const nghttp2_frame* frame, in MatchAndExplain() function in http2::adapter::test::__anonf9c1ccde0111::RstStreamMatcher
248 bool MatchAndExplain(const nghttp2_frame* frame, in MatchAndExplain() function in http2::adapter::test::__anonf9c1ccde0111::SettingsMatcher
283 bool MatchAndExplain(const nghttp2_frame* frame, in MatchAndExplain() function in http2::adapter::test::__anonf9c1ccde0111::PingMatcher
329 bool MatchAndExplain(const nghttp2_frame* frame, in MatchAndExplain() function in http2::adapter::test::__anonf9c1ccde0111::GoAwayMatcher
377 bool MatchAndExplain(const nghttp2_frame* frame, in MatchAndExplain() function in http2::adapter::test::__anonf9c1ccde0111::WindowUpdateMatcher
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/testing/
DProtobufMatchers.h359 bool MatchAndExplain(const google::protobuf::Message& arg, in MatchAndExplain() function
364 bool MatchAndExplain(const google::protobuf::Message* arg, in MatchAndExplain() function
580 bool MatchAndExplain(google::protobuf::io::ZeroCopyInputStream* arg, in MatchAndExplain() function
609 bool MatchAndExplain(const std::string& str, ::testing::MatchResultListener* listener) const { in MatchAndExplain() function
614 bool MatchAndExplain(std::string_view sp, ::testing::MatchResultListener* listener) const { in MatchAndExplain() function
619 bool MatchAndExplain(const char* str, ::testing::MatchResultListener* listener) const { in MatchAndExplain() function
678 bool MatchAndExplain(T& arg, // NOLINT in MatchAndExplain() function
692 bool MatchAndExplain(T* arg, ::testing::MatchResultListener* listener) const { in MatchAndExplain() function
771 virtual bool MatchAndExplain(Tuple args, in MatchAndExplain() function
/aosp_15_r20/external/cronet/base/test/
H A Dvalues_test_util.cc88 bool MatchAndExplain(const base::Value::Dict& value, in MatchAndExplain() function in base::test::__anon4e739eba0111::DictionaryHasValueMatcher
130 bool MatchAndExplain(const base::Value::Dict& value, in MatchAndExplain() function in base::test::__anon4e739eba0111::DictionaryHasValuesMatcher
222 bool IsJsonMatcher::MatchAndExplain( in MatchAndExplain() function in base::test::IsJsonMatcher
236 bool IsJsonMatcher::MatchAndExplain( in MatchAndExplain() function in base::test::IsJsonMatcher
242 bool IsJsonMatcher::MatchAndExplain( in MatchAndExplain() function in base::test::IsJsonMatcher
248 bool IsJsonMatcher::MatchAndExplain( in MatchAndExplain() function in base::test::IsJsonMatcher
H A Dgmock_expected_support.h67 bool MatchAndExplain( in MatchAndExplain() function
119 bool MatchAndExplain( in MatchAndExplain() function
184 bool MatchAndExplain( in MatchAndExplain() function
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/googletest/googletest/include/gtest/
Dgtest-matchers.h198 bool MatchAndExplain(const T& x, in MatchAndExplain() function
263 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function
483 bool MatchAndExplain(T x, MatchResultListener* listener) const override { in MatchAndExplain() function
547 bool MatchAndExplain(Lhs lhs, in MatchAndExplain() function
624 bool MatchAndExplain(const absl::string_view& s, in MatchAndExplain() function
636 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const { in MatchAndExplain() function
645 bool MatchAndExplain(const MatcheeStringType& s, in MatchAndExplain() function
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/googletest/googletest/include/gtest/
Dgtest-matchers.h198 bool MatchAndExplain(const T& x, in MatchAndExplain() function
263 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function
483 bool MatchAndExplain(T x, MatchResultListener* listener) const override { in MatchAndExplain() function
547 bool MatchAndExplain(Lhs lhs, in MatchAndExplain() function
624 bool MatchAndExplain(const absl::string_view& s, in MatchAndExplain() function
636 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const { in MatchAndExplain() function
645 bool MatchAndExplain(const MatcheeStringType& s, in MatchAndExplain() function
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/googletest/googletest/include/gtest/
Dgtest-matchers.h198 bool MatchAndExplain(const T& x, in MatchAndExplain() function
263 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function
483 bool MatchAndExplain(T x, MatchResultListener* listener) const override { in MatchAndExplain() function
547 bool MatchAndExplain(Lhs lhs, in MatchAndExplain() function
624 bool MatchAndExplain(const absl::string_view& s, in MatchAndExplain() function
636 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const { in MatchAndExplain() function
645 bool MatchAndExplain(const MatcheeStringType& s, in MatchAndExplain() function
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/googletest/googletest/include/gtest/
Dgtest-matchers.h198 bool MatchAndExplain(const T& x, in MatchAndExplain() function
263 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function
483 bool MatchAndExplain(T x, MatchResultListener* listener) const override { in MatchAndExplain() function
547 bool MatchAndExplain(Lhs lhs, in MatchAndExplain() function
624 bool MatchAndExplain(const absl::string_view& s, in MatchAndExplain() function
636 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const { in MatchAndExplain() function
645 bool MatchAndExplain(const MatcheeStringType& s, in MatchAndExplain() function
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-matchers.h198 bool MatchAndExplain(const T& x, in MatchAndExplain() function
263 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function
483 bool MatchAndExplain(T x, MatchResultListener* listener) const override { in MatchAndExplain() function
547 bool MatchAndExplain(Lhs lhs, in MatchAndExplain() function
628 bool MatchAndExplain(const internal::StringView& s, in MatchAndExplain() function
640 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const { in MatchAndExplain() function
649 bool MatchAndExplain(const MatcheeStringType& s, in MatchAndExplain() function
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-matchers.h198 bool MatchAndExplain(const T& x, in MatchAndExplain() function
263 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function
483 bool MatchAndExplain(T x, MatchResultListener* listener) const override { in MatchAndExplain() function
547 bool MatchAndExplain(Lhs lhs, in MatchAndExplain() function
628 bool MatchAndExplain(const internal::StringView& s, in MatchAndExplain() function
640 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const { in MatchAndExplain() function
649 bool MatchAndExplain(const MatcheeStringType& s, in MatchAndExplain() function
/aosp_15_r20/frameworks/native/libs/input/tests/
H A DTestEventMatchers.h58 bool MatchAndExplain(const InputEvent& event, std::ostream*) const { in MatchAndExplain() function
79 bool MatchAndExplain(const MotionEvent& event, testing::MatchResultListener* listener) const { in MatchAndExplain() function
115 bool MatchAndExplain(const MotionEvent& motionEvent, std::ostream*) const { in MatchAndExplain() function
137 bool MatchAndExplain(const MotionEvent& motionEvent, std::ostream* os) const { in MatchAndExplain() function
/aosp_15_r20/external/abseil-cpp/absl/status/internal/
H A Dstatus_matchers.h69 bool MatchAndExplain( in MatchAndExplain() function
182 bool MatchAndExplain( in MatchAndExplain() function
227 bool MatchAndExplain(T actual_value, in MatchAndExplain() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/status/internal/
H A Dstatus_matchers.h69 bool MatchAndExplain( in MatchAndExplain() function
182 bool MatchAndExplain( in MatchAndExplain() function
227 bool MatchAndExplain(T actual_value, in MatchAndExplain() function
/aosp_15_r20/external/pigweed/pw_unit_test/public/pw_unit_test/
H A Dgoogletest_test_matchers.h66 bool MatchAndExplain(T&& actual_value, in MatchAndExplain() function
101 bool MatchAndExplain(const StatusType& actual_value, in MatchAndExplain() function
164 bool MatchAndExplain(T&& actual_value, in MatchAndExplain() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Testing/Support/
DError.h37 bool MatchAndExplain(const ExpectedHolder<T> &Holder, in MatchAndExplain() function
89 bool MatchAndExplain(const ErrorHolder &Holder, in MatchAndExplain() function
138 bool MatchAndExplain(const ErrorHolder &Holder, in MatchAndExplain() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Testing/Support/
DError.h37 bool MatchAndExplain(const ExpectedHolder<T> &Holder, in MatchAndExplain() function
89 bool MatchAndExplain(const ErrorHolder &Holder, in MatchAndExplain() function
138 bool MatchAndExplain(const ErrorHolder &Holder, in MatchAndExplain() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Testing/Support/
DError.h37 bool MatchAndExplain(const ExpectedHolder<T> &Holder, in MatchAndExplain() function
89 bool MatchAndExplain(const ErrorHolder &Holder, in MatchAndExplain() function
138 bool MatchAndExplain(const ErrorHolder &Holder, in MatchAndExplain() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Testing/Support/
DError.h37 bool MatchAndExplain(const ExpectedHolder<T> &Holder, in MatchAndExplain() function
89 bool MatchAndExplain(const ErrorHolder &Holder, in MatchAndExplain() function
138 bool MatchAndExplain(const ErrorHolder &Holder, in MatchAndExplain() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Testing/Support/
H A DError.h37 bool MatchAndExplain(const ExpectedHolder<T> &Holder, in MatchAndExplain() function
89 bool MatchAndExplain(const ErrorHolder &Holder, in MatchAndExplain() function
138 bool MatchAndExplain(const ErrorHolder &Holder, in MatchAndExplain() function
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dstatus_matchers.h154 bool MatchAndExplain( in MatchAndExplain() function
240 bool MatchAndExplain( in MatchAndExplain() function
281 bool MatchAndExplain(T actual_value, in MatchAndExplain() function
/aosp_15_r20/external/googletest/googlemock/include/gmock/
H A Dgmock-more-matchers.h68 bool MatchAndExplain(const MatcheeContainerType& c, in MatchAndExplain() function
78 bool MatchAndExplain(const char* s, MatchResultListener* listener) const { in MatchAndExplain() function
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/include/gmock/
H A Dgmock-more-matchers.h68 bool MatchAndExplain(const MatcheeContainerType& c, in MatchAndExplain() function
78 bool MatchAndExplain(const char* s, MatchResultListener* listener) const { in MatchAndExplain() function

123456