/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
StreamOpFlagTestHelper.java | 33 allStreamFlags = EnumSet.allOf(StreamOpFlag.class); 34 for (StreamOpFlag f : EnumSet.allOf(StreamOpFlag.class))
|
/external/hamcrest/src/org/hamcrest/core/ |
AllOf.java | 15 public class AllOf<T> extends BaseMatcher<T> { 18 public AllOf(Iterable<Matcher<? extends T>> matchers) { 39 public static <T> Matcher<T> allOf(Matcher<? extends T>... matchers) { 40 return allOf(Arrays.asList(matchers)); 47 public static <T> Matcher<T> allOf(Iterable<Matcher<? extends T>> matchers) { 48 return new AllOf<T>(matchers);
|
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
StreamOpFlagTestHelper.java | 36 allStreamFlags = EnumSet.allOf(StreamOpFlag.class); 37 for (StreamOpFlag f : EnumSet.allOf(StreamOpFlag.class))
|
/frameworks/support/core-ui/tests/java/android/support/v4/view/ |
ViewPagerWithTabStripTest.java | 28 import static org.hamcrest.Matchers.allOf; 50 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Red"))).perform(click()); 54 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Green"))).perform(click()); 58 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Red"))).perform(click()); 65 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Green"))).perform(click()); 69 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Blue"))).perform(click());
|
ViewPagerWithTitleStripTest.java | 28 import static org.hamcrest.Matchers.allOf; 51 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Red"))).perform(click()); 55 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Green"))).perform(click()); 61 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Red"))).perform(click()); 65 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Green"))).perform(click()); 69 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Blue"))).perform(click());
|
/external/junit/src/org/junit/internal/matchers/ |
CombinableMatcher.java | 3 import static org.hamcrest.CoreMatchers.allOf; 27 return new CombinableMatcher<T>(allOf(matcher, fMatcher));
|
IsCollectionContaining.java | 3 import static org.hamcrest.core.AllOf.allOf; 54 return allOf(all); 64 return allOf(all);
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/ |
AppCompatTintableViewActions.java | 34 import static org.hamcrest.core.AllOf.allOf; 45 return allOf(isDisplayed(), TestUtilsMatchers.isTintableBackgroundView()); 72 return allOf(isDisplayed(), TestUtilsMatchers.isTintableBackgroundView()); 100 return allOf(isDisplayed(), TestUtilsMatchers.isTintableBackgroundView()); 128 return allOf(TestUtilsMatchers.isTintableBackgroundView()); 155 return allOf(TestUtilsMatchers.isTintableBackgroundView());
|
TestUtilsActions.java | 31 import static org.hamcrest.core.AllOf.allOf; 67 return allOf(isDisplayingAtLeast(90), isAssignableFrom(TextView.class));
|
/external/hamcrest/library/src/org/hamcrest/collection/ |
IsCollectionContaining.java | 3 import static org.hamcrest.core.AllOf.allOf; 52 return allOf(all); 62 return allOf(all);
|
/frameworks/support/design/tests/src/android/support/design/widget/ |
BottomNavigationViewTest.java | 27 import static org.hamcrest.core.AllOf.allOf; 98 onView(allOf(withText(mMenuStringContent.get(R.id.destination_profile)), 109 onView(allOf(withText(mMenuStringContent.get(R.id.destination_people)), 146 onView(allOf(withId(R.id.icon), isDescendantOfA(withId(R.id.destination_home)))).check( 148 onView(allOf(withId(R.id.icon), isDescendantOfA(withId(R.id.destination_profile)))).check( 150 onView(allOf(withId(R.id.icon), isDescendantOfA(withId(R.id.destination_people)))).check( 159 onView(allOf(withId(R.id.icon), isDescendantOfA(withId(R.id.destination_home)))).check( 161 onView(allOf(withId(R.id.icon), isDescendantOfA(withId(R.id.destination_profile)))).check( 163 onView(allOf(withId(R.id.icon), isDescendantOfA(withId(R.id.destination_people)))).check [all...] |
NavigationViewTest.java | 48 import static org.hamcrest.core.AllOf.allOf; 131 onView(allOf(withText(mMenuStringContent.get(MENU_CONTENT_ITEM_IDS[i])), 147 onView(allOf(withText(mMenuStringContent.get(MENU_CONTENT_ITEM_IDS[i])), 158 onView(allOf(withText(mMenuStringContent.get(MENU_CONTENT_ITEM_IDS[i])), 176 onView(allOf(withText(mMenuStringContent.get(MENU_CONTENT_ITEM_IDS[i])), 189 onView(allOf(withText(mMenuStringContent.get(MENU_CONTENT_ITEM_IDS[i])), 212 Matcher menuItemMatcher = allOf( 228 Matcher menuItemMatcher = allOf( 244 Matcher menuItemMatcher = allOf( [all...] |
BaseDynamicCoordinatorLayoutTest.java | 32 import static org.hamcrest.Matchers.allOf; 84 return allOf(isAssignableFrom(ViewStub.class), hasParent());
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
IteratorFeature.java | 64 Collections.unmodifiableSet(EnumSet.allOf(IteratorFeature.class));
|
/external/clang/unittests/AST/ |
ASTContextParentMapTest.cpp | 71 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), 80 compoundStmt(allOf(
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
DragHandleUtils.java | 26 import static org.hamcrest.Matchers.allOf; 55 return onView(allOf(withId(id), isAssignableFrom(Editor.HandleView.class)))
|
ContextMenuUtils.java | 28 import static org.hamcrest.Matchers.allOf; 85 hasDescendant(allOf(
|
/external/jcommander/src/test/java/com/beust/jcommander/args/ |
ArgsEnum.java | 50 "Options: " + EnumSet.allOf((Class<? extends Enum>) ArgsEnum.ChoiceType.class));
|
/frameworks/base/core/java/android/annotation/ |
RequiresPermission.java | 48 * {@literal @}RequiresPermission(allOf = {ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCATION}) 86 * {@link #allOf()} or {@link #anyOf()} instead. 88 * If specified, {@link #anyOf()} and {@link #allOf()} must both be null. 97 String[] allOf() default {}; 102 * If specified, {@link #allOf()} and {@link #value()} must both be null.
|
/frameworks/support/annotations/src/android/support/annotation/ |
RequiresPermission.java | 46 * @RequiresPermission(allOf = {ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCATION}) 82 * {@link #allOf()} or {@link #anyOf()} instead. 84 * If specified, {@link #anyOf()} and {@link #allOf()} must both be null. 93 String[] allOf() default {}; 98 * If specified, {@link #allOf()} and {@link #value()} must both be null.
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/ |
AlertDialogCursorTest.java | 49 import static org.hamcrest.core.AllOf.allOf; 165 DataInteraction rowInteraction = onData(allOf( 175 DataInteraction interactionForClick = onData(allOf( 225 DataInteraction rowInteraction = onData(allOf( 229 check(matches(allOf( 258 DataInteraction interactionForClick = onData(allOf( 274 interactionForClick = onData(allOf( 342 DataInteraction rowInteraction = onData(allOf( 346 check(matches(allOf( [all...] |
/prebuilts/devtools/tools/lib/ |
hamcrest-core-1.3.jar | |
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/ |
hamcrest-core-1.3.jar | |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
EnumSetTest.java | 160 * java.util.EnumSet#allOf(java.lang.Class) 165 EnumSet.allOf((Class) null); 172 EnumSet.allOf(Enum.class); 178 EnumSet<EnumFoo> enumSet = EnumSet.allOf(EnumFoo.class); 191 EnumSet<EnumFoo> anotherSet = EnumSet.allOf(EnumFoo.class); 196 EnumSet<HugeEnum> hugeEnumSet = EnumSet.allOf(HugeEnum.class); 206 EnumSet<HugeEnum> anotherHugeSet = EnumSet.allOf(HugeEnum.class); 413 hugeSet = EnumSet.allOf(HugeEnum.class); 452 Set hugeSetWithSubclass = EnumSet.allOf(HugeEnumWithInnerClass.class); 464 .allOf(HugeEnumWithInnerClass.class) [all...] |
/external/guava/guava-tests/test/com/google/common/reflect/ |
ClassPathTest.java | 71 assertThat(byName.keySet()).has().allOf( 76 assertThat(byToString.keySet()).has().allOf( 104 assertThat(names).has().allOf(anonymousClass.getName(), LocalClass.class.getName(), 106 assertThat(strings).has().allOf(anonymousClass.getName(), LocalClass.class.getName(), 108 assertThat(classes).has().allOf(anonymousClass, LocalClass.class, ClassPath.class, 111 assertThat(simpleNames).has().allOf("", "Local", "ClassPath", "ClassPathTest"); 129 assertThat(names).has().allOf(ClassPath.class.getName(), ClassPathTest.class.getName()); 130 assertThat(strings).has().allOf(ClassPath.class.getName(), ClassPathTest.class.getName()); 131 assertThat(classes).has().allOf(ClassPath.class, ClassPathTest.class); 133 assertThat(simpleNames).has().allOf("ClassPath", "ClassPathTest") [all...] |