Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen2/registry/
Dreg.py360 self.featureName = None
408 self.featureName = interface.get('name')
413 self.featureName = None
418 if (self.featureName == None):
424 if (self.featureName == None):
430 if (self.featureName == None):
577 write('#ifndef', self.featureName, file=self.outFile)
578 write('#define', self.featureName, '1', file=self.outFile)
599 write('#endif /*', self.featureName, '*/', file=self.outFile)
/frameworks/base/location/java/android/location/
DAddress.java132 public void setFeatureName(String featureName) { in setFeatureName() argument
133 mFeatureName = featureName; in setFeatureName()
/frameworks/base/core/java/com/android/server/
DSystemConfig.java976 for (String featureName : mUnavailableFeatures) { in readPermissionsFromXml()
977 removeFeature(featureName); in readPermissionsFromXml()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java2589 final String featureName = getNextArg(); in runHasFeature() local
2590 if (featureName == null) { in runHasFeature()
2597 final boolean hasFeature = mInterface.hasSystemFeature(featureName, version); in runHasFeature()
/frameworks/base/core/java/android/content/pm/
DPackageManager.java4648 public abstract boolean hasSystemFeature(@NonNull String featureName); in hasSystemFeature() argument
4659 public abstract boolean hasSystemFeature(@NonNull String featureName, int version); in hasSystemFeature() argument
/frameworks/base/tools/aapt/
DCommand.cpp571 const String8& featureName = grp.features.keyAt(i); in printFeatureGroupImpl() local
573 ResTable::normalizeForOutput(featureName.string()).string()); in printFeatureGroupImpl()