Home
last modified time | relevance | path

Searched defs:anyOf (Results 1 – 9 of 9) sorted by relevance

/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DAnyOf.java34 public static <T> AnyOf<T> anyOf(Iterable<Matcher<? super T>> matchers) { in anyOf() method in AnyOf
44 public static <T> AnyOf<T> anyOf(Matcher<? super T>... matchers) { in anyOf() method in AnyOf
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java73 …public static <T> org.hamcrest.core.AnyOf<T> anyOf(java.lang.Iterable<org.hamcrest.Matcher<? super… in anyOf() method in Matchers
82 public static <T> org.hamcrest.core.AnyOf<T> anyOf(org.hamcrest.Matcher<? super T>... matchers) { in anyOf() method in Matchers
91 …public static <T> org.hamcrest.core.AnyOf<T> anyOf(org.hamcrest.Matcher<T> first, org.hamcrest.Mat… in anyOf() method in Matchers
100 …public static <T> org.hamcrest.core.AnyOf<T> anyOf(org.hamcrest.Matcher<T> first, org.hamcrest.Mat… in anyOf() method in Matchers
109 …public static <T> org.hamcrest.core.AnyOf<T> anyOf(org.hamcrest.Matcher<T> first, org.hamcrest.Mat… in anyOf() method in Matchers
118 …public static <T> org.hamcrest.core.AnyOf<T> anyOf(org.hamcrest.Matcher<T> first, org.hamcrest.Mat… in anyOf() method in Matchers
127 …public static <T> org.hamcrest.core.AnyOf<T> anyOf(org.hamcrest.Matcher<T> first, org.hamcrest.Mat… in anyOf() method in Matchers
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DCoreMatchers.java31 …public static <T> org.hamcrest.core.AnyOf<T> anyOf(java.lang.Iterable<org.hamcrest.Matcher<? super… in anyOf() method in CoreMatchers
41 public static <T> org.hamcrest.core.AnyOf<T> anyOf(org.hamcrest.Matcher<? super T>... matchers) { in anyOf() method in CoreMatchers
/external/droiddriver/src/io/appium/droiddriver/finders/
DBy.java211 public static MatchFinder anyOf(final MatchFinder... finders) { in anyOf() method in By
/external/flatbuffers/tests/
Dmonster_test.schema.json120 …"test" : { "anyOf": [{ "$ref" : "#/definitions/MyGame_Example_Monster" },{ "$ref" : "#/definitions… array
156 …"any_unique" : { "anyOf": [{ "$ref" : "#/definitions/MyGame_Example_Monster" },{ "$ref" : "#/defin… array
158 …"any_ambiguous" : { "anyOf": [{ "$ref" : "#/definitions/MyGame_Example_Monster" },{ "$ref" : "#/de… array
/external/skia/tools/bookmaker/
DtextParser.h37 const char* anyOf(const char* str) const { in anyOf() function
48 const char* anyOf(const char* wordStart, const char* wordList[], size_t wordListCount) const { in anyOf() function
/external/skqp/tools/bookmaker/
DtextParser.h37 const char* anyOf(const char* str) const { in anyOf() function
48 const char* anyOf(const char* wordStart, const char* wordList[], size_t wordListCount) const { in anyOf() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp364 …verifyMappings(std::string glslSource, std::string spirVSource, SpirVMapping& mappings, bool anyOf) in verifyMappings()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2014 const internal::VariadicOperatorMatcherFunc<2, UINT_MAX> anyOf = { variable