Searched defs:AllOf (Results 1 - 15 of 15) sorted by relevance

/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
H A DAllOf.java14 public class AllOf<T> extends DiagnosingMatcher<T> { class in inherits:DiagnosingMatcher
18 public AllOf(Iterable<Matcher<? super T>> matchers) { method in class:AllOf
45 return new AllOf<>(matchers);
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dbpf_dsl.h43 // return If(AllOf(fd == 0,
65 // bool = BoolConst(boolean) | Not(bool) | AllOf(bool...) | AnyOf(bool...)
126 // AllOf returns a BoolExpr representing the logical conjunction ("and")
128 SANDBOX_EXPORT BoolExpr AllOf();
129 SANDBOX_EXPORT BoolExpr AllOf(BoolExpr lhs, BoolExpr rhs);
131 SANDBOX_EXPORT BoolExpr AllOf(BoolExpr first, Rest&&... rest);
260 using bpf_dsl::AllOf;
323 BoolExpr AllOf(BoolExpr first, Rest&&... rest) { function in namespace:sandbox::bpf_dsl
324 return AllOf(std::move(first), AllOf(st
[all...]
H A Dbpf_dsl.cc272 BoolExpr AllOf() { function in namespace:sandbox::bpf_dsl
276 BoolExpr AllOf(BoolExpr lhs, BoolExpr rhs) { function in namespace:sandbox::bpf_dsl
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-matchers_test.cc1095 // Verify that using AllOf with many arguments doesn't cause
1097 EXPECT_THAT(0, testing::AllOf(_, _, _, _, _, _, _, _, _,
1098 testing::AllOf(_, _, _, _, _, _, _, _, _, _)));
1110 // Verifies that the implementation of ::testing::AllOf and ::testing::AnyOf
1112 // name lookup will cause AllOf/AnyOf in the 'adl_test' namespace to be found
1115 // The matcher must be in the same namespace as AllOf/AnyOf to make argument
1120 bool AllOf(const T1& t1, const T2& t2) { return true; } function in namespace:__anon6904::adl_test
1123 EXPECT_THAT(42, testing::AllOf(
/external/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h298 // A set of metafunctions for computing the result type of AllOf.
299 // AllOf(m1, ..., mN) returns
302 // Although AllOf isn't defined for one argument, AllOfResult1 is defined
997 // AllOf(m1, m2, ..., mk) matches any value that matches all of the given
998 // sub-matchers. AllOf is called fully qualified to prevent ADL from firing.
1002 AllOf(M1 m1, M2 m2) { function in namespace:testing
1010 AllOf(M1 m1, M2 m2, M3 m3) { function in namespace:testing
1013 ::testing::AllOf(m2, m3));
1018 AllOf(M1 m1, M2 m2, M3 m3, M4 m4) { function in namespace:testing
1020 ::testing::AllOf(m
1026 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5) { function in namespace:testing
1035 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6) { function in namespace:testing
1044 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7) { function in namespace:testing
1053 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8) { function in namespace:testing
1062 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9) { function in namespace:testing
1073 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) { function in namespace:testing
[all...]
H A Dgmock-matchers.h1487 // Implements the AllOf(m1, m2) matcher for a particular argument type
1604 // AllOf(m_1, m_2, ...) and AnyOf(m_1, m_2, ...).
1635 // Used for implementing the AllOf(m_1, ..., m_n) matcher, which
4363 inline internal::AllOfMatcher<Args...> AllOf(const Args&... matchers) { function in namespace:testing
/external/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc1240 // Verify that using AllOf with many arguments doesn't cause
1242 EXPECT_THAT(0, testing::AllOf(_, _, _, _, _, _, _, _, _,
1243 testing::AllOf(_, _, _, _, _, _, _, _, _, _)));
1255 // Verifies that the implementation of ::testing::AllOf and ::testing::AnyOf
1257 // name lookup will cause AllOf/AnyOf in the 'adl_test' namespace to be found
1260 // The matcher must be in the same namespace as AllOf/AnyOf to make argument
1265 bool AllOf(const T1& t1, const T2& t2) { return true; } function in namespace:__anon6992::adl_test
1268 EXPECT_THAT(42, testing::AllOf(
/external/v8/testing/gmock/include/gmock/
H A Dgmock-generated-matchers.h298 // A set of metafunctions for computing the result type of AllOf.
299 // AllOf(m1, ..., mN) returns
302 // Although AllOf isn't defined for one argument, AllOfResult1 is defined
997 // AllOf(m1, m2, ..., mk) matches any value that matches all of the given
998 // sub-matchers. AllOf is called fully qualified to prevent ADL from firing.
1002 AllOf(M1 m1, M2 m2) { function in namespace:testing
1010 AllOf(M1 m1, M2 m2, M3 m3) { function in namespace:testing
1013 ::testing::AllOf(m2, m3));
1018 AllOf(M1 m1, M2 m2, M3 m3, M4 m4) { function in namespace:testing
1020 ::testing::AllOf(m
1026 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5) { function in namespace:testing
1035 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6) { function in namespace:testing
1044 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7) { function in namespace:testing
1053 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8) { function in namespace:testing
1062 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9) { function in namespace:testing
1073 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) { function in namespace:testing
[all...]
H A Dgmock-matchers.h1487 // Implements the AllOf(m1, m2) matcher for a particular argument type
1604 // AllOf(m_1, m_2, ...) and AnyOf(m_1, m_2, ...).
1635 // Used for implementing the AllOf(m_1, ..., m_n) matcher, which
4363 inline internal::AllOfMatcher<Args...> AllOf(const Args&... matchers) { function in namespace:testing
/external/v8/testing/gmock/test/
H A Dgmock-generated-matchers_test.cc1240 // Verify that using AllOf with many arguments doesn't cause
1242 EXPECT_THAT(0, testing::AllOf(_, _, _, _, _, _, _, _, _,
1243 testing::AllOf(_, _, _, _, _, _, _, _, _, _)));
1255 // Verifies that the implementation of ::testing::AllOf and ::testing::AnyOf
1257 // name lookup will cause AllOf/AnyOf in the 'adl_test' namespace to be found
1260 // The matcher must be in the same namespace as AllOf/AnyOf to make argument
1265 bool AllOf(const T1& t1, const T2& t2) { return true; } function in namespace:__anon21887::adl_test
1268 EXPECT_THAT(42, testing::AllOf(
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-generated-matchers.h664 // A set of metafunctions for computing the result type of AllOf.
665 // AllOf(m1, ..., mN) returns
668 // Although AllOf isn't defined for one argument, AllOfResult1 is defined
1028 // AllOf(m1, m2, ..., mk) matches any value that matches all of the given
1029 // sub-matchers. AllOf is called fully qualified to prevent ADL from firing.
1033 AllOf(M1 m1, M2 m2) { function in namespace:testing
1041 AllOf(M1 m1, M2 m2, M3 m3) { function in namespace:testing
1044 ::testing::AllOf(m2, m3));
1049 AllOf(M1 m1, M2 m2, M3 m3, M4 m4) { function in namespace:testing
1051 ::testing::AllOf(m
1057 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5) { function in namespace:testing
1066 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6) { function in namespace:testing
1075 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7) { function in namespace:testing
1084 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8) { function in namespace:testing
1093 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9) { function in namespace:testing
1104 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) { function in namespace:testing
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h6068 // Implements the AllOf(m1, m2) matcher for a particular argument type
6185 // AllOf(m_1, m_2, ...) and AnyOf(m_1, m_2, ...).
6216 // Used for implementing the AllOf(m_1, ..., m_n) matcher, which
8610 inline internal::AllOfMatcher<Args...> AllOf(const Args&... matchers) { function in namespace:testing
12006 // A set of metafunctions for computing the result type of AllOf.
12007 // AllOf(m1, ..., mN) returns
12010 // Although AllOf isn't defined for one argument, AllOfResult1 is defined
12705 // AllOf(m1, m2, ..., mk) matches any value that matches all of the given
12706 // sub-matchers. AllOf is called fully qualified to prevent ADL from firing.
12710 AllOf(M
[all...]
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...

Completed in 1232 milliseconds