HomeSort by relevance Sort by last modified time
    Searched refs:mapFeatures (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapTestSuiteBuilder.java 122 Set<Feature<?>> mapFeatures) {
124 computeCommonDerivedCollectionFeatures(mapFeatures);
130 Set<Feature<?>> mapFeatures) {
132 computeCommonDerivedCollectionFeatures(mapFeatures);
134 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEYS)) {
136 } else if (mapFeatures.contains(MapFeature.ALLOWS_NULL_QUERIES)) {
144 Set<Feature<?>> mapFeatures) {
146 computeCommonDerivedCollectionFeatures(mapFeatures);
149 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_VALUES)) {
157 Set<Feature<?>> mapFeatures) {
    [all...]
  /external/fonttools/Lib/fontTools/
merge.py 604 def mapFeatures(self, featureMap):
610 def mapFeatures(self, featureMap):
612 self.DefaultLangSys.mapFeatures(featureMap)
615 l.LangSys.mapFeatures(featureMap)
618 def mapFeatures(self, featureMap):
621 s.Script.mapFeatures(featureMap)
817 t.table.ScriptList.mapFeatures(featureMap)
843 t.table.ScriptList.mapFeatures(featureMap)

Completed in 54 milliseconds