/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
D | AnyOf.java | 34 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/ |
D | Matchers.java | 73 …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/ |
D | CoreMatchers.java | 31 …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/ |
D | By.java | 211 public static MatchFinder anyOf(final MatchFinder... finders) { in anyOf() method in By
|
/external/flatbuffers/tests/ |
D | monster_test.schema.json | 120 …"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/ |
D | textParser.h | 37 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/ |
D | textParser.h | 37 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/ |
D | gl4cGlSpirvTests.cpp | 364 …verifyMappings(std::string glslSource, std::string spirVSource, SpirVMapping& mappings, bool anyOf) in verifyMappings()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2014 const internal::VariadicOperatorMatcherFunc<2, UINT_MAX> anyOf = { variable
|