HomeSort by relevance Sort by last modified time
    Searched defs:MATCHER (Results 1 - 22 of 22) sorted by null

  /external/gmock/include/gmock/
gmock-more-matchers.h 46 // Defines a matcher that matches an empty container. The container must
48 MATCHER(IsEmpty, negation ? "isn't empty" : "is empty") {
gmock-generated-matchers.h 218 // Implements the Args() matcher.
228 typedef Matcher<const SelectedArgs&> MonomorphicInnerMatcher;
298 operator Matcher<ArgsTuple>() const {
492 Args(const InnerMatcher& matcher) {
493 return internal::ArgsMatcher<InnerMatcher>(matcher);
498 Args(const InnerMatcher& matcher) {
499 return internal::ArgsMatcher<InnerMatcher, k1>(matcher);
504 Args(const InnerMatcher& matcher) {
505 return internal::ArgsMatcher<InnerMatcher, k1, k2>(matcher);
510 Args(const InnerMatcher& matcher) {
    [all...]
  /external/v8/testing/
gmock-support.h 67 // Creates a polymorphic matcher that matches anything whose bit representation
79 inline Matcher<T> CaptureEq(Capture<T>* capture) {
84 // Creates a polymorphic matcher that matches any floating point NaN value.
85 MATCHER(IsNaN, std::string(negation ? "isn't" : "is") + " not a number") {
  /system/connectivity/shill/net/
netlink_message_matchers.h 50 MATCHER(IsDisableWakeOnWiFiMsg, "") {
  /system/connectivity/shill/
testing.h 50 MATCHER(IsSuccess, "") {
54 MATCHER(IsFailure, "") {
66 MATCHER(IsNullRefPtr, "") {
70 MATCHER(NotNullRefPtr, "") {
74 // Use this matcher instead of passing RefPtrs directly into the arguments
connection_unittest.cc 258 MATCHER(IsNonNullCallback, "") {
    [all...]
  /external/libchrome/base/trace_event/
memory_dump_manager_unittest.cc 40 MATCHER(IsDetailedDump, "") {
44 MATCHER(IsLightDump, "") {
    [all...]
  /external/ceres-solver/internal/ceres/
rotation_test.cc 64 MATCHER(IsNormalizedQuaternion, "") {
152 MATCHER(IsOrthonormal, "") {
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-generated-matchers_test.cc 69 using testing::Matcher;
82 // Returns the description of the given matcher.
84 string Describe(const Matcher<T>& m) {
90 // Returns the description of the negation of the given matcher.
92 string DescribeNegation(const Matcher<T>& m) {
141 // The MATCHER*() macros trigger warning C4100 (unreferenced formal
151 MATCHER(SumIsZero, "") {
168 const Matcher<Tuple3> m = Args<1, 2>(Lt());
175 const Matcher<const Tuple3&> m = Args<0, 1>(Lt());
195 const Matcher<tuple<int, bool, char> > m = Args<2, 0>(Lt())
    [all...]
  /system/connectivity/shill/cellular/
cellular_capability_classic_unittest.cc 384 MATCHER(HasNoApn, "") {
cellular_unittest.cc     [all...]
  /external/gmock/test/
gmock-generated-matchers_test.cc 70 using testing::Matcher;
87 // Returns the description of the given matcher.
89 string Describe(const Matcher<T>& m) {
95 // Returns the description of the negation of the given matcher.
97 string DescribeNegation(const Matcher<T>& m) {
146 // The MATCHER*() macros trigger warning C4100 (unreferenced formal
156 MATCHER(SumIsZero, "") {
173 const Matcher<Tuple3> m = Args<1, 2>(Lt());
180 const Matcher<const Tuple3&> m = Args<0, 1>(Lt());
200 const Matcher<tuple<int, bool, char> > m = Args<2, 0>(Lt())
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-matchers.h 217 // Implements the Args() matcher.
227 typedef Matcher<const SelectedArgs&> MonomorphicInnerMatcher;
297 operator Matcher<ArgsTuple>() const {
316 operator Matcher<Container>() const {
327 const Matcher<const Element&> matcher = local
329 return MakeMatcher(new ElementsAreMatcherImpl<Container>(&matcher, 1));
344 operator Matcher<Container>() const {
349 const Matcher<const Element&> matchers[] = {
371 operator Matcher<Container>() const
    [all...]
  /system/connectivity/shill/wifi/
wifi_provider_unittest.cc 441 MATCHER(TypeWiFiPropertyMatch, "") {
    [all...]
wifi_service_unittest.cc 482 MATCHER(PSKSecurityArgs, "") {
    [all...]
wifi_unittest.cc 111 using ::testing::Matcher;
    [all...]
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-java/1.0.2/
parboiled-java-1.0.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 630 milliseconds