Searched refs:hasItem (Results 1 - 23 of 23) sorted by relevance

/external/hamcrest/library/src/org/hamcrest/collection/
H A DIsCollectionContaining.java36 public static <T> Matcher<Iterable<T>> hasItem(Matcher<? extends T> elementMatcher) { method in class:IsCollectionContaining
41 public static <T> Matcher<Iterable<T>> hasItem(T element) { method in class:IsCollectionContaining
42 return hasItem(equalTo(element));
50 all.add(hasItem(elementMatcher));
60 all.add(hasItem(element));
/external/junit/src/org/junit/internal/matchers/
H A DIsCollectionContaining.java38 public static <T> Matcher<Iterable<T>> hasItem(Matcher<? extends T> elementMatcher) { method in class:IsCollectionContaining
43 public static <T> Matcher<Iterable<T>> hasItem(T element) { method in class:IsCollectionContaining
44 return hasItem(equalTo(element));
52 all.add(hasItem(elementMatcher));
62 all.add(hasItem(element));
H A DEach.java4 import static org.junit.internal.matchers.IsCollectionContaining.hasItem;
11 final Matcher<Iterable<T>> allItemsAre = not(hasItem(not(individual)));
/external/deqp/framework/delibs/decpp/
H A DdeDirectoryIterator.cpp55 bool DirectoryIterator::hasItem (void) const function in class:de::DirectoryIterator
62 DE_ASSERT(hasItem());
100 bool DirectoryIterator::hasItem (void) const
107 DE_ASSERT(hasItem());
H A DdeDirectoryIterator.hpp59 bool hasItem (void) const;
/external/junit/src/org/junit/matchers/
H A DJUnitMatchers.java18 public static <T> org.hamcrest.Matcher<java.lang.Iterable<T>> hasItem(T element) { method in class:JUnitMatchers
19 return IsCollectionContaining.hasItem(element);
26 public static <T> org.hamcrest.Matcher<java.lang.Iterable<T>> hasItem(org.hamcrest.Matcher<? extends T> elementMatcher) { method in class:JUnitMatchers
27 return IsCollectionContaining.hasItem(elementMatcher);
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DUriMatcherTest.java15 import static org.junit.matchers.JUnitMatchers.hasItem;
44 assertThat(node.map.keySet(), hasItem(AUTH));
47 assertThat(node.map.keySet(), hasItem("bar"));
50 assertThat(node.map.keySet(), hasItem("cat"));
H A DCameraParametersTest.java17 import static org.hamcrest.core.IsCollectionContaining.hasItem;
87 assertThat(supportedFormats, hasItem(ImageFormat.NV21));
95 assertThat(supportedFormats, hasItem(new Integer(ImageFormat.NV21)));
H A DCursorWrapperTest.java41 assertThat(cursorMethod.keySet(), hasItem(methodName));
H A DContentResolverTest.java6 import static org.hamcrest.CoreMatchers.hasItem;
105 assertThat(shadowContentResolver.getDeletedUris(), hasItem(uri21));
109 assertThat(shadowContentResolver.getDeletedUris(), hasItem(uri22));
/external/hamcrest/library/src/org/hamcrest/
H A DMatchers.java173 public static <T> org.hamcrest.Matcher<java.lang.Iterable<T>> hasItem(T element) { method in class:Matchers
174 return org.hamcrest.collection.IsCollectionContaining.hasItem(element);
177 public static <T> org.hamcrest.Matcher<java.lang.Iterable<T>> hasItem(org.hamcrest.Matcher<? extends T> elementMatcher) { method in class:Matchers
178 return org.hamcrest.collection.IsCollectionContaining.hasItem(elementMatcher);
/external/deqp/framework/randomshaders/
H A DrsgVariableManager.cpp43 bool hasItem (void) const;
57 inline bool SubValueRangeIterator::hasItem (void) const function in class:rsg::SubValueRangeIterator
/external/deqp/executor/tools/
H A DxeCommandLineExecutor.cpp282 for (; iter.hasItem(); iter.next())
/external/opencv3/modules/java/pure_test/lib/
H A Djunit-4.11.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/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-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 701 milliseconds