Searched refs:GENERAL_PURPOSE (Results 1 - 25 of 26) sorted by relevance

12

/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DListFeature.java42 GENERAL_PURPOSE( enum constant in enum:ListFeature
43 CollectionFeature.GENERAL_PURPOSE,
H A DSetFeature.java36 GENERAL_PURPOSE( enum constant in enum:SetFeature
37 CollectionFeature.GENERAL_PURPOSE
H A DMapFeature.java57 GENERAL_PURPOSE( enum constant in enum:MapFeature
H A DCollectionFeature.java95 GENERAL_PURPOSE( enum constant in enum:CollectionFeature
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DTestsForQueuesInJavaUtil.java87 CollectionFeature.GENERAL_PURPOSE,
106 CollectionFeature.GENERAL_PURPOSE,
123 CollectionFeature.GENERAL_PURPOSE,
140 CollectionFeature.GENERAL_PURPOSE,
162 CollectionFeature.GENERAL_PURPOSE,
177 CollectionFeature.GENERAL_PURPOSE,
H A DTestsForSetsInJavaUtil.java144 SetFeature.GENERAL_PURPOSE,
160 SetFeature.GENERAL_PURPOSE,
179 SetFeature.GENERAL_PURPOSE,
196 SetFeature.GENERAL_PURPOSE,
215 SetFeature.GENERAL_PURPOSE,
233 SetFeature.GENERAL_PURPOSE,
270 SetFeature.GENERAL_PURPOSE,
313 SetFeature.GENERAL_PURPOSE,
H A DTestsForListsInJavaUtil.java152 ListFeature.GENERAL_PURPOSE,
168 ListFeature.GENERAL_PURPOSE,
185 ListFeature.GENERAL_PURPOSE,
221 ListFeature.GENERAL_PURPOSE,
271 ListFeature.GENERAL_PURPOSE,
H A DTestsForMapsInJavaUtil.java137 MapFeature.GENERAL_PURPOSE,
155 MapFeature.GENERAL_PURPOSE,
175 MapFeature.GENERAL_PURPOSE,
195 MapFeature.GENERAL_PURPOSE,
214 MapFeature.GENERAL_PURPOSE,
/external/guava/guava-tests/test/com/google/common/collect/
H A DMultisetCollectionTest.java55 CollectionFeature.GENERAL_PURPOSE)
79 CollectionFeature.GENERAL_PURPOSE,
100 CollectionFeature.GENERAL_PURPOSE,
117 CollectionFeature.GENERAL_PURPOSE,
125 CollectionFeature.GENERAL_PURPOSE,
H A DCollections2Test.java99 CollectionFeature.GENERAL_PURPOSE,
119 CollectionFeature.GENERAL_PURPOSE,
141 CollectionFeature.GENERAL_PURPOSE,
163 CollectionFeature.GENERAL_PURPOSE,
187 CollectionFeature.GENERAL_PURPOSE,
H A DForwardingSortedMapTest.java135 MapFeature.GENERAL_PURPOSE).createTestSuite());
157 MapFeature.ALLOWS_NULL_KEYS, MapFeature.GENERAL_PURPOSE)
H A DForwardingCollectionTest.java113 CollectionFeature.GENERAL_PURPOSE).createTestSuite());
H A DForwardingQueueTest.java124 CollectionFeature.GENERAL_PURPOSE).createTestSuite());
H A DForwardingSetTest.java121 CollectionFeature.GENERAL_PURPOSE).createTestSuite());
H A DForwardingSortedSetTest.java122 CollectionFeature.GENERAL_PURPOSE).createTestSuite());
H A DMutableClassToInstanceMapTest.java71 MapFeature.GENERAL_PURPOSE,
H A DTransformedSetTest.java62 SetFeature.GENERAL_PURPOSE,
H A DForwardingListTest.java152 ListFeature.GENERAL_PURPOSE).createTestSuite());
H A DForwardingMapTest.java134 MapFeature.ALLOWS_NULL_KEYS, MapFeature.GENERAL_PURPOSE)
H A DForwardingMultisetTest.java155 CollectionFeature.GENERAL_PURPOSE).createTestSuite());
H A DMultimapCollectionTest.java76 CollectionFeature.GENERAL_PURPOSE
83 CollectionFeature.GENERAL_PURPOSE
101 ListFeature.GENERAL_PURPOSE
H A DSetsTest.java194 SetFeature.GENERAL_PURPOSE,
215 SetFeature.GENERAL_PURPOSE,
239 SetFeature.GENERAL_PURPOSE,
H A DMapsTest.java1270 MapFeature.GENERAL_PURPOSE)
1297 MapFeature.GENERAL_PURPOSE)
1326 MapFeature.GENERAL_PURPOSE)
1364 MapFeature.GENERAL_PURPOSE)
H A DListsTest.java201 CollectionFeature.ALLOWS_NULL_VALUES, ListFeature.GENERAL_PURPOSE)
223 CollectionFeature.ALLOWS_NULL_VALUES, ListFeature.GENERAL_PURPOSE)
H A DTreeBasedTableTest.java66 }).withFeatures(MapFeature.GENERAL_PURPOSE, CollectionSize.ANY)

Completed in 144 milliseconds

12