Home
last modified time | relevance | path

Searched refs:mapFeatures (Results 1 – 6 of 6) sorted by relevance

/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DMapTestSuiteBuilder.java147 private static Set<Feature<?>> computeReserializedMapFeatures(Set<Feature<?>> mapFeatures) { in computeReserializedMapFeatures() argument
148 Set<Feature<?>> derivedFeatures = Helpers.copyToSet(mapFeatures); in computeReserializedMapFeatures()
154 private static Set<Feature<?>> computeEntrySetFeatures(Set<Feature<?>> mapFeatures) { in computeEntrySetFeatures() argument
155 Set<Feature<?>> entrySetFeatures = computeCommonDerivedCollectionFeatures(mapFeatures); in computeEntrySetFeatures()
156 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_ENTRY_QUERIES)) { in computeEntrySetFeatures()
162 private static Set<Feature<?>> computeKeySetFeatures(Set<Feature<?>> mapFeatures) { in computeKeySetFeatures() argument
163 Set<Feature<?>> keySetFeatures = computeCommonDerivedCollectionFeatures(mapFeatures); in computeKeySetFeatures()
168 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEYS)) { in computeKeySetFeatures()
170 } else if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEY_QUERIES)) { in computeKeySetFeatures()
177 private static Set<Feature<?>> computeValuesCollectionFeatures(Set<Feature<?>> mapFeatures) { in computeValuesCollectionFeatures() argument
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapTestSuiteBuilder.java169 private static Set<Feature<?>> computeReserializedMapFeatures(Set<Feature<?>> mapFeatures) { in computeReserializedMapFeatures() argument
170 Set<Feature<?>> derivedFeatures = Helpers.copyToSet(mapFeatures); in computeReserializedMapFeatures()
176 private static Set<Feature<?>> computeEntrySetFeatures(Set<Feature<?>> mapFeatures) { in computeEntrySetFeatures() argument
177 Set<Feature<?>> entrySetFeatures = computeCommonDerivedCollectionFeatures(mapFeatures); in computeEntrySetFeatures()
178 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_ENTRY_QUERIES)) { in computeEntrySetFeatures()
184 private static Set<Feature<?>> computeKeySetFeatures(Set<Feature<?>> mapFeatures) { in computeKeySetFeatures() argument
185 Set<Feature<?>> keySetFeatures = computeCommonDerivedCollectionFeatures(mapFeatures); in computeKeySetFeatures()
190 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEYS)) { in computeKeySetFeatures()
192 } else if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEY_QUERIES)) { in computeKeySetFeatures()
199 private static Set<Feature<?>> computeValuesCollectionFeatures(Set<Feature<?>> mapFeatures) { in computeValuesCollectionFeatures() argument
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DBiMapTestSuiteBuilder.java118 private static Set<Feature<?>> computeInverseFeatures(Set<Feature<?>> mapFeatures) { in computeInverseFeatures() argument
119 Set<Feature<?>> inverseFeatures = new HashSet<>(mapFeatures); in computeInverseFeatures()
140 private static Set<Feature<?>> computeValuesSetFeatures(Set<Feature<?>> mapFeatures) { in computeValuesSetFeatures() argument
141 Set<Feature<?>> valuesCollectionFeatures = computeCommonDerivedCollectionFeatures(mapFeatures); in computeValuesSetFeatures()
144 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_VALUES)) { in computeValuesSetFeatures()
154 Set<Feature<?>> mapFeatures) { in computeCommonDerivedCollectionFeatures() argument
155 return MapTestSuiteBuilder.computeCommonDerivedCollectionFeatures(mapFeatures); in computeCommonDerivedCollectionFeatures()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DBiMapTestSuiteBuilder.java118 private static Set<Feature<?>> computeInverseFeatures(Set<Feature<?>> mapFeatures) { in computeInverseFeatures() argument
119 Set<Feature<?>> inverseFeatures = new HashSet<>(mapFeatures); in computeInverseFeatures()
140 private static Set<Feature<?>> computeValuesSetFeatures(Set<Feature<?>> mapFeatures) { in computeValuesSetFeatures() argument
141 Set<Feature<?>> valuesCollectionFeatures = computeCommonDerivedCollectionFeatures(mapFeatures); in computeValuesSetFeatures()
144 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_VALUES)) { in computeValuesSetFeatures()
154 Set<Feature<?>> mapFeatures) { in computeCommonDerivedCollectionFeatures() argument
155 return MapTestSuiteBuilder.computeCommonDerivedCollectionFeatures(mapFeatures); in computeCommonDerivedCollectionFeatures()
/external/fonttools/Lib/fontTools/
Dmerge.py806 def mapFeatures(self, featureMap): function
812 def mapFeatures(self, featureMap): function
814 self.DefaultLangSys.mapFeatures(featureMap)
817 l.LangSys.mapFeatures(featureMap)
820 def mapFeatures(self, featureMap): function
823 s.Script.mapFeatures(featureMap)
1107 t.table.ScriptList.mapFeatures(featureMap)
1127 t.table.ScriptList.mapFeatures(featureMap)
1131 t.table.ScriptList.mapFeatures(featureMap)
1139 t.table.ScriptList.mapFeatures(featureMap)
/external/guice/lib/build/
Dguava-testlib-19.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...