/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/ |
D | MapCreationTester.java | 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 44 @MapFeature.Require(ALLOWS_NULL_KEYS) 51 @MapFeature.Require(absent = ALLOWS_NULL_KEYS) 78 @MapFeature.Require({ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES}) 87 @MapFeature.Require(value = ALLOWS_NULL_KEYS, 100 @MapFeature.Require({ALLOWS_NULL_KEYS, REJECTS_DUPLICATES_AT_CREATION})
|
D | MapPutTester.java | 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 137 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS}) 143 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS}) 156 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_KEYS) 229 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
|
D | MapPutAllTester.java | 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 135 ALLOWS_NULL_KEYS}) 142 absent = ALLOWS_NULL_KEYS)
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | MapCreationTester.java | 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 47 @MapFeature.Require(ALLOWS_NULL_KEYS) 54 @MapFeature.Require(absent = ALLOWS_NULL_KEYS) 81 @MapFeature.Require({ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES}) 90 @MapFeature.Require(value = ALLOWS_NULL_KEYS, 103 @MapFeature.Require({ALLOWS_NULL_KEYS, REJECTS_DUPLICATES_AT_CREATION})
|
D | MapContainsKeyTester.java | 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 61 @MapFeature.Require(ALLOWS_NULL_KEYS) 69 @MapFeature.Require(ALLOWS_NULL_KEYS)
|
D | MapGetTester.java | 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 62 @MapFeature.Require(ALLOWS_NULL_KEYS) 69 @MapFeature.Require(ALLOWS_NULL_KEYS)
|
D | MapPutTester.java | 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 140 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS}) 146 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS}) 159 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_KEYS) 232 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
|
D | MapToStringTester.java | 19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 57 @MapFeature.Require(ALLOWS_NULL_KEYS)
|
D | MapHashCodeTester.java | 19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 49 @MapFeature.Require(ALLOWS_NULL_KEYS)
|
D | MapPutAllTester.java | 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 138 ALLOWS_NULL_KEYS}) 145 absent = ALLOWS_NULL_KEYS)
|
D | MapEntrySetTester.java | 22 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 81 @MapFeature.Require(ALLOWS_NULL_KEYS)
|
D | MapRemoveTester.java | 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 107 @MapFeature.Require({SUPPORTS_REMOVE, ALLOWS_NULL_KEYS})
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MultimapsCollectionTest.java | 255 MapFeature.ALLOWS_NULL_KEYS, in suite() 411 MapFeature.ALLOWS_NULL_KEYS, in transformSuite() 426 MapFeature.ALLOWS_NULL_KEYS, in transformSuite() 440 MapFeature.ALLOWS_NULL_KEYS, in transformSuite() 455 MapFeature.ALLOWS_NULL_KEYS, in transformSuite() 573 MapFeature.ALLOWS_NULL_KEYS, in filterSuite() 593 MapFeature.ALLOWS_NULL_KEYS, in filterSuite() 612 MapFeature.ALLOWS_NULL_KEYS, in filterSuite() 630 MapFeature.ALLOWS_NULL_KEYS, in filterSuite() 648 MapFeature.ALLOWS_NULL_KEYS, in filterSuite() [all …]
|
D | MapsCollectionTest.java | 98 MapFeature.ALLOWS_NULL_KEYS, in suite() 307 MapFeature.ALLOWS_NULL_KEYS, in filterMapSuite() 324 MapFeature.ALLOWS_NULL_KEYS, in filterMapSuite() 341 MapFeature.ALLOWS_NULL_KEYS, in filterMapSuite() 359 MapFeature.ALLOWS_NULL_KEYS, in filterMapSuite() 381 MapFeature.ALLOWS_NULL_KEYS, in filterBiMapSuite() 397 MapFeature.ALLOWS_NULL_KEYS, in filterBiMapSuite() 414 MapFeature.ALLOWS_NULL_KEYS, in filterBiMapSuite() 648 MapFeature.ALLOWS_NULL_KEYS, in transformMapSuite() 667 MapFeature.ALLOWS_NULL_KEYS, in transformMapSuite()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultimapPutAllMultimapTester.java | 19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 73 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS}) 92 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_KEYS)
|
D | MultimapToStringTester.java | 19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 45 @MapFeature.Require(ALLOWS_NULL_KEYS)
|
D | MultimapContainsKeyTester.java | 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 69 @MapFeature.Require(ALLOWS_NULL_KEYS)
|
D | MultimapContainsEntryTester.java | 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 57 @MapFeature.Require({ ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES })
|
D | MultimapEqualsTester.java | 18 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 55 @MapFeature.Require(ALLOWS_NULL_KEYS)
|
D | MultimapKeySetTester.java | 19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 46 @MapFeature.Require(ALLOWS_NULL_KEYS)
|
D | MultimapSizeTester.java | 70 @MapFeature.Require(ALLOWS_NULL_KEYS) 86 @MapFeature.Require({ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
|
D | MultimapRemoveAllTester.java | 22 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 80 @MapFeature.Require({ SUPPORTS_REMOVE, ALLOWS_NULL_KEYS })
|
D | MultimapPutIterableTester.java | 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 145 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS}) 151 @MapFeature.Require(absent = ALLOWS_NULL_KEYS)
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | TestsForMapsInJavaUtil.java | 124 MapFeature.ALLOWS_NULL_KEYS, 144 MapFeature.ALLOWS_NULL_KEYS, 166 MapFeature.ALLOWS_NULL_KEYS, 215 MapFeature.ALLOWS_NULL_KEYS,
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/ |
D | MapTestSuiteBuilderTests.java | 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 122 }, "HashMap w/out null values", ALLOWS_NULL_KEYS);
|