Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapTestSuiteBuilder.java150 Set<Feature<?>> mapFeatures) { in computeReserializedMapFeatures() argument
151 Set<Feature<?>> derivedFeatures = Helpers.copyToSet(mapFeatures); in computeReserializedMapFeatures()
158 Set<Feature<?>> mapFeatures) { in computeEntrySetFeatures() argument
160 computeCommonDerivedCollectionFeatures(mapFeatures); in computeEntrySetFeatures()
161 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_ENTRY_QUERIES)) { in computeEntrySetFeatures()
168 Set<Feature<?>> mapFeatures) { in computeKeySetFeatures() argument
170 computeCommonDerivedCollectionFeatures(mapFeatures); in computeKeySetFeatures()
175 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEYS)) { in computeKeySetFeatures()
177 } else if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEY_QUERIES)) { in computeKeySetFeatures()
185 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<Feature<?>>(mapFeatures); in computeInverseFeatures()
141 Set<Feature<?>> mapFeatures) { in computeValuesSetFeatures() argument
143 computeCommonDerivedCollectionFeatures(mapFeatures); in computeValuesSetFeatures()
146 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_VALUES)) { in computeValuesSetFeatures()
156 Set<Feature<?>> mapFeatures) { in computeCommonDerivedCollectionFeatures() argument
157 return MapTestSuiteBuilder.computeCommonDerivedCollectionFeatures(mapFeatures); in computeCommonDerivedCollectionFeatures()
/external/fonttools/Lib/fontTools/
Dmerge.py604 def mapFeatures(self, featureMap): function
610 def mapFeatures(self, featureMap): function
612 self.DefaultLangSys.mapFeatures(featureMap)
615 l.LangSys.mapFeatures(featureMap)
618 def mapFeatures(self, featureMap): function
621 s.Script.mapFeatures(featureMap)
817 t.table.ScriptList.mapFeatures(featureMap)
843 t.table.ScriptList.mapFeatures(featureMap)