Home
last modified time | relevance | path

Searched defs:featureName (Results 1 – 7 of 7) sorted by relevance

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DAggregator.java27 abstract public Map<String,String> getFeatureValue(String featureName); in getFeatureValue()
DMotionStatsAggregator.java31 public Map<String,String> getFeatureValue(String featureName) { in getFeatureValue()
DTimeStatsAggregator.java77 public Map<String,String> getFeatureValue(String featureName) { in getFeatureValue()
DLocationStatsAggregator.java119 public Map<String,String> getFeatureValue(String featureName) { in getFeatureValue()
/frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
DHistogramPredictor.java209 String featureName = entry.getKey(); in findTopClasses() local
276 String featureName = entry.getKey(); in addSample() local
379 private void useFeature(String featureName) { in useFeature()
/frameworks/base/location/java/android/location/
DAddress.java132 public void setFeatureName(String featureName) { in setFeatureName()
/frameworks/base/tools/aapt/
DCommand.cpp563 const String8& featureName = grp.features.keyAt(i); in printFeatureGroupImpl() local