/external/guava/guava-tests/test/com/google/common/collect/ |
D | SetOperationsTest.java | 56 CollectionFeature.ALLOWS_NULL_VALUES) in suite() 67 .withFeatures(CollectionSize.ONE, CollectionFeature.ALLOWS_NULL_VALUES) in suite() 78 CollectionFeature.ALLOWS_NULL_VALUES) in suite() 89 CollectionFeature.ALLOWS_NULL_VALUES) in suite() 104 CollectionFeature.ALLOWS_NULL_VALUES) in suite() 117 CollectionFeature.ALLOWS_NULL_VALUES) in suite() 129 CollectionFeature.ALLOWS_NULL_VALUES) in suite() 140 CollectionFeature.ALLOWS_NULL_VALUES) in suite() 151 CollectionFeature.ALLOWS_NULL_VALUES) in suite() 162 CollectionFeature.ALLOWS_NULL_VALUES) in suite() [all …]
|
D | MapsCollectionTest.java | 81 MapFeature.ALLOWS_NULL_VALUES, in suite() 230 MapFeature.ALLOWS_NULL_VALUES, in filterMapSuite() 247 MapFeature.ALLOWS_NULL_VALUES, in filterMapSuite() 264 MapFeature.ALLOWS_NULL_VALUES, in filterMapSuite() 282 MapFeature.ALLOWS_NULL_VALUES, in filterMapSuite() 304 MapFeature.ALLOWS_NULL_VALUES, in filterBiMapSuite() 320 MapFeature.ALLOWS_NULL_VALUES, in filterBiMapSuite() 337 MapFeature.ALLOWS_NULL_VALUES, in filterBiMapSuite() 358 MapFeature.ALLOWS_NULL_VALUES, in filterSortedMapSuite() 373 MapFeature.ALLOWS_NULL_VALUES, in filterSortedMapSuite() [all …]
|
D | MultisetsCollectionTest.java | 65 CollectionFeature.ALLOWS_NULL_VALUES) in suite() 71 CollectionFeature.ALLOWS_NULL_VALUES, in suite() 78 CollectionFeature.ALLOWS_NULL_VALUES) in suite() 84 CollectionFeature.ALLOWS_NULL_VALUES, in suite() 91 CollectionFeature.ALLOWS_NULL_VALUES, in suite()
|
D | MultimapsCollectionTest.java | 21 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 79 ALLOWS_NULL_VALUES, 86 ALLOWS_NULL_VALUES, 256 MapFeature.ALLOWS_NULL_VALUES, in suite() 574 MapFeature.ALLOWS_NULL_VALUES, in filterSuite() 594 MapFeature.ALLOWS_NULL_VALUES, in filterSuite() 613 MapFeature.ALLOWS_NULL_VALUES, in filterSuite() 631 MapFeature.ALLOWS_NULL_VALUES, in filterSuite() 649 MapFeature.ALLOWS_NULL_VALUES, in filterSuite() 669 MapFeature.ALLOWS_NULL_VALUES, in filterSuite() [all …]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | AbstractListIndexOfTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 56 @CollectionFeature.Require(ALLOWS_NULL_VALUES) 62 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES) 72 @CollectionFeature.Require(ALLOWS_NULL_VALUES) 80 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
|
D | MapPutTester.java | 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES; 171 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES}) 177 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES) 189 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES}) 197 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES) 210 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES}) 219 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES}) 232 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
|
D | QueueOfferTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 42 @CollectionFeature.Require({SUPPORTS_ADD, ALLOWS_NULL_VALUES}) 48 @CollectionFeature.Require(value = SUPPORTS_ADD, absent = ALLOWS_NULL_VALUES)
|
D | CollectionCreationTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 40 @CollectionFeature.Require(ALLOWS_NULL_VALUES) 48 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
|
D | ListSetTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 48 @CollectionFeature.Require(ALLOWS_NULL_VALUES) 55 @CollectionFeature.Require(ALLOWS_NULL_VALUES) 124 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
|
D | CollectionContainsTester.java | 20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 62 @CollectionFeature.Require(ALLOWS_NULL_VALUES) 70 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
|
D | MapCreationTester.java | 22 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES; 64 @MapFeature.Require(ALLOWS_NULL_VALUES) 71 @MapFeature.Require(absent = ALLOWS_NULL_VALUES) 81 @MapFeature.Require({ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
|
D | SetCreationTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 40 @CollectionFeature.Require(value = ALLOWS_NULL_VALUES, 66 {ALLOWS_NULL_VALUES, REJECTS_DUPLICATES_AT_CREATION})
|
D | CollectionAddTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 77 value = {SUPPORTS_ADD, ALLOWS_NULL_VALUES}, 85 absent = ALLOWS_NULL_VALUES)
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | TestsForListsInJavaUtil.java | 121 CollectionFeature.ALLOWS_NULL_VALUES, 138 CollectionFeature.ALLOWS_NULL_VALUES, 155 CollectionFeature.ALLOWS_NULL_VALUES, 173 CollectionFeature.ALLOWS_NULL_VALUES, 196 CollectionFeature.ALLOWS_NULL_VALUES, 214 CollectionFeature.ALLOWS_NULL_VALUES, 234 CollectionFeature.ALLOWS_NULL_VALUES, 257 CollectionFeature.ALLOWS_NULL_VALUES, 283 CollectionFeature.ALLOWS_NULL_VALUES,
|
D | TestsForSetsInJavaUtil.java | 136 CollectionFeature.ALLOWS_NULL_VALUES, 153 CollectionFeature.ALLOWS_NULL_VALUES, 171 CollectionFeature.ALLOWS_NULL_VALUES, 231 CollectionFeature.ALLOWS_NULL_VALUES, 252 CollectionFeature.ALLOWS_NULL_VALUES, 272 CollectionFeature.ALLOWS_NULL_VALUES, 291 CollectionFeature.ALLOWS_NULL_VALUES, 316 CollectionFeature.ALLOWS_NULL_VALUES, 334 CollectionFeature.ALLOWS_NULL_VALUES,
|
D | TestsForMapsInJavaUtil.java | 118 MapFeature.ALLOWS_NULL_VALUES, 138 MapFeature.ALLOWS_NULL_VALUES, 160 MapFeature.ALLOWS_NULL_VALUES, 183 MapFeature.ALLOWS_NULL_VALUES,
|
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/ |
D | MapPutTester.java | 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES; 168 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES}) 174 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES) 186 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES}) 194 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES) 207 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES}) 216 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES}) 229 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
|
D | CollectionCreationTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 36 @CollectionFeature.Require(ALLOWS_NULL_VALUES) 44 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
|
D | ListSetTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 44 @CollectionFeature.Require(ALLOWS_NULL_VALUES) 51 @CollectionFeature.Require(ALLOWS_NULL_VALUES) 120 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
|
D | MapCreationTester.java | 22 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES; 61 @MapFeature.Require(ALLOWS_NULL_VALUES) 68 @MapFeature.Require(absent = ALLOWS_NULL_VALUES) 78 @MapFeature.Require({ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
|
D | CollectionAddTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 74 value = {SUPPORTS_ADD, ALLOWS_NULL_VALUES}, 82 absent = ALLOWS_NULL_VALUES)
|
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/ |
D | AbstractMultisetSetCountTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 315 @CollectionFeature.Require({SUPPORTS_REMOVE, ALLOWS_NULL_VALUES}) 321 @CollectionFeature.Require(value = {SUPPORTS_ADD, ALLOWS_NULL_VALUES}, 327 @CollectionFeature.Require(value = SUPPORTS_ADD, absent = ALLOWS_NULL_VALUES) 336 @CollectionFeature.Require(ALLOWS_NULL_VALUES) 344 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES) 354 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | AbstractMultisetSetCountTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 320 @CollectionFeature.Require({SUPPORTS_REMOVE, ALLOWS_NULL_VALUES}) 326 @CollectionFeature.Require(value = {SUPPORTS_ADD, ALLOWS_NULL_VALUES}, 332 @CollectionFeature.Require(value = SUPPORTS_ADD, absent = ALLOWS_NULL_VALUES) 341 @CollectionFeature.Require(ALLOWS_NULL_VALUES) 349 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES) 359 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
|
D | MultimapPutIterableTester.java | 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES; 82 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES}) 88 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES}) 94 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES) 102 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES) 124 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES)
|
D | BiMapTestSuiteBuilder.java | 122 boolean nullValues = inverseFeatures.remove(MapFeature.ALLOWS_NULL_VALUES); in computeInverseFeatures() 125 inverseFeatures.add(MapFeature.ALLOWS_NULL_VALUES); in computeInverseFeatures() 146 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_VALUES)) { in computeValuesSetFeatures() 147 valuesCollectionFeatures.add(CollectionFeature.ALLOWS_NULL_VALUES); in computeValuesSetFeatures()
|