/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | TestsForQueuesInJavaUtil.java | 87 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,
|
D | TestsForMapsInJavaUtil.java | 143 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,
|
D | TestsForSetsInJavaUtil.java | 154 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,
|
D | TestsForListsInJavaUtil.java | 153 ListFeature.GENERAL_PURPOSE, 171 ListFeature.GENERAL_PURPOSE, 231 ListFeature.GENERAL_PURPOSE, 282 ListFeature.GENERAL_PURPOSE,
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapsCollectionTest.java | 310 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 …]
|
D | MultimapsCollectionTest.java | 258 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()
|
D | SynchronizedBiMapTest.java | 51 MapFeature.GENERAL_PURPOSE, in suite() 61 MapFeature.GENERAL_PURPOSE, in suite()
|
D | ForwardingNavigableSetTest.java | 164 CollectionFeature.GENERAL_PURPOSE).createTestSuite()); in suite() 180 CollectionFeature.GENERAL_PURPOSE, CollectionFeature.ALLOWS_NULL_VALUES) in suite()
|
D | ForwardingSortedMapTest.java | 130 MapFeature.GENERAL_PURPOSE, CollectionFeature.SUPPORTS_ITERATOR_REMOVE) 148 MapFeature.GENERAL_PURPOSE,
|
D | ConstrainedSetMultimapTest.java | 68 MapFeature.GENERAL_PURPOSE, in suite()
|
D | ConstrainedMapTest.java | 61 MapFeature.GENERAL_PURPOSE, in suite()
|
D | HashMultimapTest.java | 59 MapFeature.GENERAL_PURPOSE, in suite()
|
D | HashMultisetTest.java | 54 CollectionFeature.GENERAL_PURPOSE, in suite()
|
D | ConstrainedBiMapTest.java | 62 MapFeature.GENERAL_PURPOSE, in suite()
|
D | TreeMultimapNaturalTest.java | 98 MapFeature.GENERAL_PURPOSE, in suite() 226 CollectionFeature.GENERAL_PURPOSE, in suite() 247 CollectionFeature.GENERAL_PURPOSE, in suite()
|
D | MutableClassToInstanceMapTest.java | 72 MapFeature.GENERAL_PURPOSE, in suite()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
D | SetFeature.java | 36 GENERAL_PURPOSE( enumConstant 37 CollectionFeature.GENERAL_PURPOSE
|
D | ListFeature.java | 41 GENERAL_PURPOSE( enumConstant 42 CollectionFeature.GENERAL_PURPOSE,
|
D | MapFeature.java | 81 GENERAL_PURPOSE( enumConstant
|
D | CollectionFeature.java | 93 GENERAL_PURPOSE( enumConstant
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/ |
D | SafeTreeSetTest.java | 54 CollectionFeature.GENERAL_PURPOSE).named( in suite() 68 CollectionFeature.GENERAL_PURPOSE, CollectionFeature.ALLOWS_NULL_VALUES) in suite()
|
D | SafeTreeMapTest.java | 63 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/ |
D | ListMultimapTestSuiteBuilder.java | 102 if (derivedFeatures.contains(CollectionFeature.GENERAL_PURPOSE)) { in computeMultimapGetFeatures() 103 derivedFeatures.add(ListFeature.GENERAL_PURPOSE); in computeMultimapGetFeatures()
|
D | MultisetTestSuiteBuilder.java | 95 derivedFeatures.remove(CollectionFeature.GENERAL_PURPOSE); in computeEntrySetFeatures() 109 derivedFeatures.remove(CollectionFeature.GENERAL_PURPOSE); in computeElementSetFeatures()
|
D | MultimapTestSuiteBuilder.java | 254 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)
|