HomeSort by relevance Sort by last modified time
    Searched refs:TEST_CONSTRAINT (Results 1 - 10 of 10) sorted by null

  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ConstrainedBiMapTest.java 41 private static final MapConstraint<String, String> TEST_CONSTRAINT = new TestConstraint();
46 TEST_CONSTRAINT);
58 TEST_CONSTRAINT);
70 TEST_CONSTRAINT);
84 TEST_CONSTRAINT);
ConstrainedMapTest.java 41 private static final MapConstraint<String, String> TEST_CONSTRAINT = new TestConstraint();
46 TEST_CONSTRAINT);
58 TEST_CONSTRAINT);
70 TEST_CONSTRAINT);
84 TEST_CONSTRAINT);
MapConstraintsTest.java 64 static final MapConstraint<String, Integer> TEST_CONSTRAINT
102 map, TEST_CONSTRAINT);
126 map, TEST_CONSTRAINT);
152 map, TEST_CONSTRAINT);
176 map, TEST_CONSTRAINT);
212 multimap, TEST_CONSTRAINT);
266 TEST_CONSTRAINT);
279 TEST_CONSTRAINT);
292 TEST_CONSTRAINT);
305 TEST_CONSTRAINT);
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ConstrainedMultimapAsMapImplementsMapTest.java 42 MapConstraintsTest.TEST_CONSTRAINT)
50 delegate, MapConstraintsTest.TEST_CONSTRAINT)
ConstrainedMapTest.java 48 private static final MapConstraint<String, String> TEST_CONSTRAINT = new TestConstraint();
71 TEST_CONSTRAINT);
83 TEST_CONSTRAINT);
95 TEST_CONSTRAINT);
109 TEST_CONSTRAINT);
ConstraintsTest.java 52 private static final Constraint<String> TEST_CONSTRAINT
66 collection, TEST_CONSTRAINT);
80 collection, TEST_CONSTRAINT);
95 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT);
110 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT);
126 sortedSet, TEST_CONSTRAINT);
145 sortedSet, TEST_CONSTRAINT);
173 list, TEST_CONSTRAINT);
202 list, TEST_CONSTRAINT);
211 list, TEST_CONSTRAINT);
    [all...]
ConstrainedMapImplementsMapTest.java 36 MapConstraintsTest.TEST_CONSTRAINT);
41 new HashMap<String, Integer>(), MapConstraintsTest.TEST_CONSTRAINT);
ConstrainedBiMapTest.java 48 private static final MapConstraint<String, String> TEST_CONSTRAINT = new TestConstraint();
72 TEST_CONSTRAINT);
84 TEST_CONSTRAINT);
96 TEST_CONSTRAINT);
110 TEST_CONSTRAINT);
MapConstraintsTest.java 66 static final MapConstraint<String, Integer> TEST_CONSTRAINT
104 map, TEST_CONSTRAINT);
128 map, TEST_CONSTRAINT);
154 map, TEST_CONSTRAINT);
178 map, TEST_CONSTRAINT);
214 multimap, TEST_CONSTRAINT);
268 TEST_CONSTRAINT);
281 TEST_CONSTRAINT);
294 TEST_CONSTRAINT);
307 TEST_CONSTRAINT);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
FilterTest.java 48 private static final String TEST_CONSTRAINT = "filter test";
85 mMockFilter.filter(TEST_CONSTRAINT);
90 assertEquals(TEST_CONSTRAINT, mMockFilter.getPerformFilteringConstraint());
93 assertEquals(TEST_CONSTRAINT, mMockFilter.getPublishResultsConstraint());
103 mMockFilter.filter(TEST_CONSTRAINT, mockFilterListener);
108 assertEquals(TEST_CONSTRAINT, mMockFilter.getPerformFilteringConstraint());
111 assertEquals(TEST_CONSTRAINT, mMockFilter.getPublishResultsConstraint());

Completed in 157 milliseconds