/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_matchers.cc | 25 bool HloMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloMatcher 77 bool HloParameterMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloParameterMatcher 92 bool HloComparisonMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloComparisonMatcher 108 bool HloGetTupleElementMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloGetTupleElementMatcher 128 bool HloCustomCallMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloCustomCallMatcher 152 bool HloShapeMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloShapeMatcher 167 bool HloShapeAndLayoutMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloShapeAndLayoutMatcher 182 bool HloShardingMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloShardingMatcher 215 bool HloDotWithContractingDimsMatcher::MatchAndExplain( in MatchAndExplain() function in xla::testing::HloDotWithContractingDimsMatcher
|
D | pattern_matcher_gmock.h | 35 bool MatchAndExplain(const Layout& l, in MatchAndExplain() function 39 bool MatchAndExplain(const Layout* l, in MatchAndExplain() function 44 bool MatchAndExplain(const Shape& s, in MatchAndExplain() function 48 bool MatchAndExplain(const Shape* s, in MatchAndExplain() function 53 bool MatchAndExplain(const HloInstruction& instr, in MatchAndExplain() function 57 bool MatchAndExplain(const HloInstruction* instr, in MatchAndExplain() function
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 195 bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function 348 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function 463 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function 714 virtual bool MatchAndExplain( in MatchAndExplain() function 798 bool MatchAndExplain(const Pointer& p, in MatchAndExplain() function 814 bool MatchAndExplain(const Pointer& p, in MatchAndExplain() function 872 virtual bool MatchAndExplain( in MatchAndExplain() function 946 bool MatchAndExplain(ConstCharPointer s, in MatchAndExplain() function 954 bool MatchAndExplain(const StringType& s, in MatchAndExplain() function 1000 bool MatchAndExplain(ConstCharPointer s, in MatchAndExplain() function [all …]
|
D | gmock-generated-matchers.h | 233 virtual bool MatchAndExplain(ArgsTuple args, in MatchAndExplain() function
|
/external/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 190 bool MatchAndExplain(const T& x, in MatchAndExplain() function 255 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function 547 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function 611 bool MatchAndExplain(Lhs lhs, in MatchAndExplain() function 688 bool MatchAndExplain(const absl::string_view& s, in MatchAndExplain() function 700 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const { in MatchAndExplain() function 709 bool MatchAndExplain(const MatcheeStringType& s, in MatchAndExplain() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Testing/Support/ |
D | Error.h | 39 bool MatchAndExplain(const ExpectedHolder<T> &Holder, in MatchAndExplain() function 91 bool MatchAndExplain(const ErrorHolder &Holder, in MatchAndExplain() function
|
/external/v8/testing/ |
D | gmock-support.h | 48 virtual bool MatchAndExplain(T value, MatchResultListener* listener) const { in MatchAndExplain() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-matchers.h | 256 bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function 461 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function 576 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
|
D | gmock-generated-matchers.h | 223 virtual bool MatchAndExplain(ArgsTuple args, in MatchAndExplain() function
|
/external/tensorflow/tensorflow/core/profiler/internal/cpu/ |
D | host_tracer_test.cc | 53 bool MatchAndExplain(const NodeExecStats& p, in MatchAndExplain() function in tensorflow::profiler::cpu::__anoncba9e6b30111::NodeStatsMatcher
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | node_matchers.cc | 107 bool MatchAndExplain( in MatchAndExplain() function 343 bool MatchAndExplain( in MatchAndExplain() function in tensorflow::testing::matchers::__anon857546a50111::OutEdgeMatcher
|
/external/nos/host/android/hals/keymaster/test/ |
D | import_key_test.cpp | 161 virtual bool MatchAndExplain(const ImportKeyRequest& request, in MatchAndExplain() function in ImportKeyRequestMatcher
|
D | import_wrapped_key_test.cpp | 179 virtual bool MatchAndExplain(const ImportWrappedKeyRequest& request, in MatchAndExplain() function in ImportWrappedKeyRequestMatcher
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 195 bool MatchAndExplain(T x, MatchResultListener* listener) const override { 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 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/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 117 bool MatchAndExplain(int lhs, MatchResultListener* listener) const override { in MatchAndExplain() function in testing::gmock_matchers_test::__anond473036a0111::GreaterThanMatcher 207 bool MatchAndExplain(int x, in MatchAndExplain() function in testing::gmock_matchers_test::__anond473036a0111::EvenMatcherImpl 228 bool MatchAndExplain(int x, MatchResultListener* listener) const override { in MatchAndExplain() function in testing::gmock_matchers_test::__anond473036a0111::NewEvenMatcherImpl 316 TEST(MatcherTest, MatchAndExplain) { in TEST() argument 483 bool MatchAndExplain(const T& x, in MatchAndExplain() function in testing::gmock_matchers_test::__anond473036a0111::ReferencesBarOrIsZeroImpl 529 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::__anond473036a0111::PolymorphicIsEvenImpl 4610 bool MatchAndExplain(const T& n, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::__anond473036a0111::DivisibleByImpl 5454 TEST(IsSupersetOfTest, MatchAndExplain) { in TEST() argument 5582 TEST(IsSubsetOfTest, MatchAndExplain) { in TEST() argument 6382 bool MatchAndExplain(const std::tuple<T1, T2>& a_pair, in MatchAndExplain() function in testing::gmock_matchers_test::__anond473036a0111::IsHalfOfMatcher [all …]
|
D | gmock-generated-matchers_test.cc | 126 bool MatchAndExplain(int lhs, MatchResultListener* listener) const override { in MatchAndExplain() function in __anone1502d260111::GreaterThanMatcher
|