/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/ |
D | IsCollectionContainingTest.java | 14 import static org.hamcrest.core.IsCollectionContaining.hasItem; 22 Matcher<?> matcher = hasItem(equalTo("irrelevant")); in copesWithNullsAndUnknownTypes() 30 final Matcher<Iterable<? super String>> itemMatcher = hasItem(equalTo("a")); in matchesACollectionThatContainsAnElementForTheGivenMatcher() 37 final Matcher<Iterable<? super String>> matcher = hasItem(mismatchable("a")); in doesNotMatchCollectionWithoutAnElementForGivenMatcher() 45 assertDoesNotMatch("doesn't match null", hasItem(equalTo("a")), null); in doesNotMatchNull() 50 assertDescription("a collection containing mismatchable: a", hasItem(mismatchable("a"))); in hasAReadableDescription() 59 assertMatches(IsCollectionContaining.hasItem(2), s); in canMatchItemWhenCollectionHoldsSuperclass()
|
/external/deqp/framework/delibs/decpp/ |
D | deDirectoryIterator.cpp | 55 bool DirectoryIterator::hasItem (void) const in hasItem() function in de::DirectoryIterator 62 DE_ASSERT(hasItem()); in getItem() 100 bool DirectoryIterator::hasItem (void) const 107 DE_ASSERT(hasItem());
|
D | deDirectoryIterator.hpp | 59 bool hasItem (void) const;
|
/external/junit/src/main/java/org/junit/matchers/ |
D | JUnitMatchers.java | 21 public static <T> Matcher<Iterable<? super T>> hasItem(T element) { in hasItem() method in JUnitMatchers 22 return CoreMatchers.hasItem(element); in hasItem() 30 public static <T> Matcher<Iterable<? super T>> hasItem(Matcher<? super T> elementMatcher) { in hasItem() method in JUnitMatchers 31 return CoreMatchers.<T>hasItem(elementMatcher); in hasItem()
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
D | IsCollectionContaining.java | 69 public static <T> Matcher<Iterable<? super T>> hasItem(Matcher<? super T> itemMatcher) { in hasItem() method in IsCollectionContaining 84 public static <T> Matcher<Iterable<? super T>> hasItem(T item) { in hasItem() method in IsCollectionContaining 127 all.add(hasItem(item)); in hasItems()
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
D | CoreMatchers.java | 173 …public static <T> org.hamcrest.Matcher<java.lang.Iterable<? super T>> hasItem(org.hamcrest.Matcher… in hasItem() method in CoreMatchers 174 return org.hamcrest.core.IsCollectionContaining.<T>hasItem(itemMatcher); in hasItem() 188 public static <T> org.hamcrest.Matcher<java.lang.Iterable<? super T>> hasItem(T item) { in hasItem() method in CoreMatchers 189 return org.hamcrest.core.IsCollectionContaining.<T>hasItem(item); in hasItem()
|
/external/deqp/framework/randomshaders/ |
D | rsgVariableManager.cpp | 43 bool hasItem (void) const; 57 inline bool SubValueRangeIterator::hasItem (void) const in hasItem() function in rsg::SubValueRangeIterator
|
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/ |
D | Matchers.java | 259 …public static <T> org.hamcrest.Matcher<java.lang.Iterable<? super T>> hasItem(org.hamcrest.Matcher… in hasItem() method in Matchers 260 return org.hamcrest.core.IsCollectionContaining.<T>hasItem(itemMatcher); in hasItem() 274 public static <T> org.hamcrest.Matcher<java.lang.Iterable<? super T>> hasItem(T item) { in hasItem() method in Matchers 275 return org.hamcrest.core.IsCollectionContaining.<T>hasItem(item); in hasItem()
|
/external/hamcrest/ |
D | CHANGES.txt | 13 * Improve mismatch description of hasItem/hasItems
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBinaryRegistry.cpp | 436 for (de::DirectoryIterator iter(srcPath); iter.hasItem(); iter.next()) in initFromPath()
|
/external/deqp/executor/tools/ |
D | xeCommandLineExecutor.cpp | 283 for (; iter.hasItem(); iter.next()) in readCaseLists()
|
/external/owasp/sanitizer/lib/junit/ |
D | junit-dep.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/ |
D | junit-4.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/libphonenumber/lib/ |
D | junit-4.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |