Home
last modified time | relevance | path

Searched refs:GENERAL_PURPOSE (Results 1 – 25 of 55) sorted by relevance

123

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DTestsForQueuesInJavaUtil.java87 CollectionFeature.GENERAL_PURPOSE, in testsForLinkedList()
106 CollectionFeature.GENERAL_PURPOSE,
123 CollectionFeature.GENERAL_PURPOSE,
140 CollectionFeature.GENERAL_PURPOSE,
162 CollectionFeature.GENERAL_PURPOSE,
177 CollectionFeature.GENERAL_PURPOSE,
DTestsForMapsInJavaUtil.java143 MapFeature.GENERAL_PURPOSE,
165 MapFeature.GENERAL_PURPOSE,
192 MapFeature.GENERAL_PURPOSE,
214 MapFeature.GENERAL_PURPOSE,
238 MapFeature.GENERAL_PURPOSE,
259 MapFeature.GENERAL_PURPOSE,
277 MapFeature.GENERAL_PURPOSE,
297 MapFeature.GENERAL_PURPOSE,
DTestsForSetsInJavaUtil.java154 SetFeature.GENERAL_PURPOSE,
172 SetFeature.GENERAL_PURPOSE,
193 SetFeature.GENERAL_PURPOSE,
211 SetFeature.GENERAL_PURPOSE,
232 SetFeature.GENERAL_PURPOSE,
292 SetFeature.GENERAL_PURPOSE,
336 SetFeature.GENERAL_PURPOSE,
352 SetFeature.GENERAL_PURPOSE,
372 SetFeature.GENERAL_PURPOSE,
DTestsForListsInJavaUtil.java153 ListFeature.GENERAL_PURPOSE,
171 ListFeature.GENERAL_PURPOSE,
231 ListFeature.GENERAL_PURPOSE,
282 ListFeature.GENERAL_PURPOSE,
/external/guava/guava-tests/test/com/google/common/collect/
DMapsCollectionTest.java310 MapFeature.GENERAL_PURPOSE, in filterMapSuite()
327 MapFeature.GENERAL_PURPOSE, in filterMapSuite()
344 MapFeature.GENERAL_PURPOSE, in filterMapSuite()
362 MapFeature.GENERAL_PURPOSE, in filterMapSuite()
383 MapFeature.GENERAL_PURPOSE, in filterBiMapSuite()
400 MapFeature.GENERAL_PURPOSE, in filterBiMapSuite()
417 MapFeature.GENERAL_PURPOSE, in filterBiMapSuite()
437 MapFeature.GENERAL_PURPOSE, in filterSortedMapSuite()
452 MapFeature.GENERAL_PURPOSE, in filterSortedMapSuite()
467 MapFeature.GENERAL_PURPOSE, in filterSortedMapSuite()
[all …]
DMultimapsCollectionTest.java258 MapFeature.GENERAL_PURPOSE, in suite()
572 MapFeature.GENERAL_PURPOSE, in filterSuite()
592 MapFeature.GENERAL_PURPOSE, in filterSuite()
611 MapFeature.GENERAL_PURPOSE, in filterSuite()
629 MapFeature.GENERAL_PURPOSE, in filterSuite()
647 MapFeature.GENERAL_PURPOSE, in filterSuite()
667 MapFeature.GENERAL_PURPOSE, in filterSuite()
687 MapFeature.GENERAL_PURPOSE, in filterSuite()
707 MapFeature.GENERAL_PURPOSE, in filterSuite()
DSynchronizedBiMapTest.java51 MapFeature.GENERAL_PURPOSE, in suite()
61 MapFeature.GENERAL_PURPOSE, in suite()
DForwardingNavigableSetTest.java164 CollectionFeature.GENERAL_PURPOSE).createTestSuite()); in suite()
180 CollectionFeature.GENERAL_PURPOSE, CollectionFeature.ALLOWS_NULL_VALUES) in suite()
DForwardingSortedMapTest.java130 MapFeature.GENERAL_PURPOSE, CollectionFeature.SUPPORTS_ITERATOR_REMOVE)
148 MapFeature.GENERAL_PURPOSE,
DConstrainedSetMultimapTest.java68 MapFeature.GENERAL_PURPOSE, in suite()
DConstrainedMapTest.java61 MapFeature.GENERAL_PURPOSE, in suite()
DHashMultimapTest.java59 MapFeature.GENERAL_PURPOSE, in suite()
DHashMultisetTest.java54 CollectionFeature.GENERAL_PURPOSE, in suite()
DConstrainedBiMapTest.java62 MapFeature.GENERAL_PURPOSE, in suite()
DTreeMultimapNaturalTest.java98 MapFeature.GENERAL_PURPOSE, in suite()
226 CollectionFeature.GENERAL_PURPOSE, in suite()
247 CollectionFeature.GENERAL_PURPOSE, in suite()
DMutableClassToInstanceMapTest.java72 MapFeature.GENERAL_PURPOSE, in suite()
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DSetFeature.java36 GENERAL_PURPOSE( enumConstant
37 CollectionFeature.GENERAL_PURPOSE
DListFeature.java41 GENERAL_PURPOSE( enumConstant
42 CollectionFeature.GENERAL_PURPOSE,
DMapFeature.java81 GENERAL_PURPOSE( enumConstant
DCollectionFeature.java93 GENERAL_PURPOSE( enumConstant
/external/guava/guava-testlib/test/com/google/common/collect/testing/
DSafeTreeSetTest.java54 CollectionFeature.GENERAL_PURPOSE).named( in suite()
68 CollectionFeature.GENERAL_PURPOSE, CollectionFeature.ALLOWS_NULL_VALUES) in suite()
DSafeTreeMapTest.java63 CollectionFeature.SUPPORTS_ITERATOR_REMOVE, MapFeature.GENERAL_PURPOSE).named( in suite()
83 MapFeature.ALLOWS_ANY_NULL_QUERIES, MapFeature.GENERAL_PURPOSE, in suite()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DListMultimapTestSuiteBuilder.java102 if (derivedFeatures.contains(CollectionFeature.GENERAL_PURPOSE)) { in computeMultimapGetFeatures()
103 derivedFeatures.add(ListFeature.GENERAL_PURPOSE); in computeMultimapGetFeatures()
DMultisetTestSuiteBuilder.java95 derivedFeatures.remove(CollectionFeature.GENERAL_PURPOSE); in computeEntrySetFeatures()
109 derivedFeatures.remove(CollectionFeature.GENERAL_PURPOSE); in computeElementSetFeatures()
DMultimapTestSuiteBuilder.java254 derivedFeatures.remove(MapFeature.GENERAL_PURPOSE); in computeAsMapFeatures()
270 .put(MapFeature.GENERAL_PURPOSE, ListFeature.SUPPORTS_ADD_WITH_INDEX)
271 .put(MapFeature.GENERAL_PURPOSE, ListFeature.SUPPORTS_REMOVE_WITH_INDEX)
272 .put(MapFeature.GENERAL_PURPOSE, ListFeature.SUPPORTS_SET)

123