Home
last modified time | relevance | path

Searched refs:ALLOWS_NULL_VALUES (Results 1 – 25 of 113) sorted by relevance

12345

/external/guava/guava-tests/test/com/google/common/collect/
DSetOperationsTest.java56 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 …]
DMapsCollectionTest.java79 MapFeature.ALLOWS_NULL_VALUES, in suite()
97 MapFeature.ALLOWS_NULL_VALUES, in suite()
308 MapFeature.ALLOWS_NULL_VALUES, in filterMapSuite()
325 MapFeature.ALLOWS_NULL_VALUES, in filterMapSuite()
342 MapFeature.ALLOWS_NULL_VALUES, in filterMapSuite()
360 MapFeature.ALLOWS_NULL_VALUES, in filterMapSuite()
382 MapFeature.ALLOWS_NULL_VALUES, in filterBiMapSuite()
398 MapFeature.ALLOWS_NULL_VALUES, in filterBiMapSuite()
415 MapFeature.ALLOWS_NULL_VALUES, in filterBiMapSuite()
436 MapFeature.ALLOWS_NULL_VALUES, in filterSortedMapSuite()
[all …]
DMultisetsCollectionTest.java65 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()
DMultimapsCollectionTest.java21 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/
DAbstractListIndexOfTester.java19 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)
DMapPutTester.java21 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})
DQueueOfferTester.java19 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)
DCollectionCreationTester.java19 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)
DListSetTester.java19 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)
DCollectionContainsTester.java20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
62 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
70 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
DMapCreationTester.java22 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})
DSetCreationTester.java19 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})
DCollectionAddTester.java19 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/
DTestsForListsInJavaUtil.java121 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,
DTestsForSetsInJavaUtil.java139 CollectionFeature.ALLOWS_NULL_VALUES,
156 CollectionFeature.ALLOWS_NULL_VALUES,
174 CollectionFeature.ALLOWS_NULL_VALUES,
234 CollectionFeature.ALLOWS_NULL_VALUES,
255 CollectionFeature.ALLOWS_NULL_VALUES,
275 CollectionFeature.ALLOWS_NULL_VALUES,
294 CollectionFeature.ALLOWS_NULL_VALUES,
319 CollectionFeature.ALLOWS_NULL_VALUES,
337 CollectionFeature.ALLOWS_NULL_VALUES,
DTestsForMapsInJavaUtil.java125 MapFeature.ALLOWS_NULL_VALUES,
145 MapFeature.ALLOWS_NULL_VALUES,
167 MapFeature.ALLOWS_NULL_VALUES,
193 MapFeature.ALLOWS_NULL_VALUES,
216 MapFeature.ALLOWS_NULL_VALUES,
239 MapFeature.ALLOWS_NULL_VALUES,
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
DMapPutTester.java21 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})
DCollectionCreationTester.java19 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)
DListSetTester.java19 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)
DMapCreationTester.java22 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})
DCollectionAddTester.java19 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-testlib/src/com/google/common/collect/testing/google/
DAbstractMultisetSetCountTester.java19 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)
DMultimapPutIterableTester.java21 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)
DBiMapTestSuiteBuilder.java122 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()
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/
DAbstractMultisetSetCountTester.java19 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)

12345