Searched defs:either (Results 1 - 6 of 6) sorted by relevance
/external/junit/src/org/junit/matchers/ |
H A D | JUnitMatchers.java | 75 * This is useful for fluently combining matchers where either may pass, for example: 77 * assertThat(string, either(containsString("a")).or(containsString("b"))); 80 public static <T> CombinableMatcher<T> either(Matcher<T> matcher) { method in class:JUnitMatchers
|
/external/clang/test/SemaCXX/ |
H A D | discrim-union.cpp | 67 class either { class 74 constexpr either(a<U> &&t) : function in class:either 80 //~either() { impl.destroy(elem); } 101 typedef either<int, char, double> icd; 114 constexpr either<const icd*, non_triv> icd4 = a<const icd*>(&icd2); 115 constexpr either<const icd*, non_triv> icd5 = a<non_triv>();
|
/external/deqp/framework/common/ |
H A D | tcuEither.hpp | 17 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 23 * \brief Template class that is either type of First or Second. 92 static const First& get (const Either<First, Second>& either) argument 94 return either.getFirst(); 101 static const Second& get (const Either<First, Second>& either) argument 103 return either.getSecond(); 108 const Type& get (const Either<First, Second>& either) argument 110 return Get<Type, First, Second>::get(either); 119 static bool is (const Either<First, Second>& either) argument 121 return either 128 is(const Either<First, Second>& either) argument 135 is(const Either<First, Second>& either) argument [all...] |
/external/owasp/sanitizer/lib/junit/ |
H A D | junit-dep.jar | META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ... |
H A D | junit.jar | META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ... |
/external/libphonenumber/lib/ |
H A D | junit-4.8.1.jar | META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ... |
Completed in 325 milliseconds