Searched refs:featureName (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/ExtServices/src/android/ext/services/resolver/ |
D | LRResolverRankerService.java | 144 String featureName = target.keyAt(i); in predict() local 145 float weight = mFeatureWeights.getOrDefault(featureName, 0.0f); in predict() 158 String featureName = target.keyAt(i); in update() local 159 float currentWeight = mFeatureWeights.getOrDefault(featureName, 0.0f); in update() 163 mFeatureWeights.put(featureName, currentWeight); in update()
|
/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 | 726 for (String featureName : mUnavailableFeatures) { in readPermissionsFromXml() 727 removeFeature(featureName); in readPermissionsFromXml()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerShellCommand.java | 2304 final String featureName = getNextArg(); in runHasFeature() local 2305 if (featureName == null) { in runHasFeature() 2312 final boolean hasFeature = mInterface.hasSystemFeature(featureName, version); in runHasFeature()
|
/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()
|