Searched refs:featureName (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/opengl/tools/glgen2/registry/ |
D | reg.py | 360 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/ |
D | Address.java | 132 public void setFeatureName(String featureName) { in setFeatureName() argument 133 mFeatureName = featureName; in setFeatureName()
|
/frameworks/base/core/java/com/android/server/ |
D | SystemConfig.java | 976 for (String featureName : mUnavailableFeatures) { in readPermissionsFromXml() 977 removeFeature(featureName); in readPermissionsFromXml()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerShellCommand.java | 2589 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/ |
D | PackageManager.java | 4648 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/ |
D | Command.cpp | 571 const String8& featureName = grp.features.keyAt(i); in printFeatureGroupImpl() local 573 ResTable::normalizeForOutput(featureName.string()).string()); in printFeatureGroupImpl()
|