Home
last modified time | relevance | path

Searched refs:SERIALIZABLE_INCLUDING_VIEWS (Results 1 – 15 of 15) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetSerializationTester.java19 …t static com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS;
36 @CollectionFeature.Require(SERIALIZABLE_INCLUDING_VIEWS)
42 @CollectionFeature.Require(SERIALIZABLE_INCLUDING_VIEWS)
DSortedMultisetTestSuiteBuilder.java158 if (!features.remove(CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS)) { in createSubMultisetSuite()
255 if (!features.remove(CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS)) {
286 features.remove(CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS);
DMultisetTestSuiteBuilder.java99 if (!derivedFeatures.remove(CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS)) { in computeEntrySetFeatures()
111 if (!derivedFeatures.remove(CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS)) { in computeElementSetFeatures()
122 derivedFeatures.remove(CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS); in computeReserializedMultisetFeatures()
DMultimapTestSuiteBuilder.java201 if (!derivedFeatures.remove(CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS)) { in computeDerivedCollectionFeatures()
247 derivedFeatures.remove(CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS); in computeReserializedMultimapFeatures()
259 if (!derivedFeatures.contains(CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS)) { in computeAsMapFeatures()
291 if (!derivedFeatures.contains(CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS)) { in computeMultimapGetFeatures()
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
DListSubListTester.java19 …t static com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS;
312 @CollectionFeature.Require(SERIALIZABLE_INCLUDING_VIEWS)
317 @CollectionFeature.Require(SERIALIZABLE_INCLUDING_VIEWS)
322 @CollectionFeature.Require(SERIALIZABLE_INCLUDING_VIEWS)
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DListSubListTester.java20 …t static com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS;
316 @CollectionFeature.Require(SERIALIZABLE_INCLUDING_VIEWS)
321 @CollectionFeature.Require(SERIALIZABLE_INCLUDING_VIEWS)
326 @CollectionFeature.Require(SERIALIZABLE_INCLUDING_VIEWS)
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DCollectionFeature.java103 SERIALIZABLE, SERIALIZABLE_INCLUDING_VIEWS(SERIALIZABLE), enumConstant
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapTestSuiteBuilder.java153 derivedFeatures.remove(CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS); in computeReserializedMapFeatures()
203 if (mapFeatures.remove(CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS)) { in computeCommonDerivedCollectionFeatures()
DCollectionTestSuiteBuilder.java99 derivedFeatures.remove(CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS); in computeReserializedCollectionFeatures()
DSetTestSuiteBuilder.java121 derivedFeatures.remove(CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS); in computeReserializedCollectionFeatures()
DListTestSuiteBuilder.java151 derivedFeatures.remove(CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS); in computeReserializedCollectionFeatures()
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableMapTest.java77 CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS, in suite()
87 CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS, in suite()
96 CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS, in suite()
DImmutableMultisetTest.java71 CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS, in suite()
DImmutableSortedMultisetTest.java72 CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS, in suite()
DImmutableSortedMapTest.java70 CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS, in suite()