Home
last modified time | relevance | path

Searched defs:features (Results 1 – 25 of 25) sorted by relevance

/frameworks/compile/libbcc/lib/Support/
DCompilerConfig.cpp37 llvm::StringMap<bool> features; in HasF16C() local
123 llvm::StringMap<bool> features; in initializeArch() local
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DFeatureAssembly.java54 public boolean registerFeaturePair(String[] features) { in registerFeaturePair()
77 Map<String, String> features = mAggregatorManager.getDataMap(f); in getFeatureMap() local
DPredictor.java118 Map<String, String> features = getSampleFeatures(); in getTopCandidates() local
143 String[] features = value.split(FEATURE_SEPARATOR); in setPredictorParameter() local
DTimeStatsAggregator.java80 HashMap<String, String> features = in getFeatureValue() local
135 HashMap<String, String> features = new HashMap<String, String>(); in getAllTimeFeatures() local
/frameworks/base/core/java/android/content/pm/
DFeatureGroupInfo.java33 public FeatureInfo[] features; field in FeatureGroupInfo
DPackageParser.java1557 ArrayList<FeatureInfo> features = null; in parseBaseApk() local
/frameworks/base/core/java/android/accounts/
DAbstractAccountAuthenticator.java128 String authTokenType, String[] features, Bundle options) in addAccount()
278 Account account, String[] features) throws RemoteException { in hasFeatures()
532 Account account, String[] features) throws NetworkErrorException; in hasFeatures()
DIAccountAuthenticator.aidl67 in String[] features); in hasFeatures()
DIAccountManager.aidl37 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features, in hasFeatures()
40 in String[] features, String opPackageName); in getAccountsByFeatures()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java692 public final int features; field in ExtendedBitmapDrawable.ExtendedOptions
771 public ExtendedOptions(final int features) { in ExtendedOptions()
778 public ExtendedOptions(final int features, final Drawable placeholder, in ExtendedOptions()
/frameworks/base/core/java/android/provider/
DCallLog.java421 int presentation, int callType, int features, PhoneAccountHandle accountHandle, in addCall()
453 … int presentation, int callType, int features, PhoneAccountHandle accountHandle, in addCall()
486 int presentation, int callType, int features, PhoneAccountHandle accountHandle, in addCall()
/frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
DHistogramPredictor.java202 public List<Map.Entry<String, Double> > findTopClasses(Map<String, String> features, int topK) { in findTopClasses() argument
274 public void addSample(String sampleId, Map<String, String> features) { in addSample() argument
/frameworks/base/core/java/android/speech/tts/
DVoice.java75 Set<String> features) { in Voice()
DTextToSpeechService.java295 Set<String> features = onGetFeaturesForLanguage(locale.getISO3Language(), in onGetVoices() local
/frameworks/base/test-runner/src/android/test/
DIsolatedContext.java138 final String type, final String[] features, in getAccountsByTypeAndFeatures()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java319 final int features = getFeatures(); in requestFeature() local
1542 final int features = getLocalFeatures(); in updateProgressBars() local
1616 final int features = getLocalFeatures(); in showProgressBars() local
1629 final int features = getLocalFeatures(); in hideProgressBars() local
/frameworks/compile/slang/
Dslang.cpp150 std::vector<std::string> features; in createTarget() local
/frameworks/base/core/java/android/app/admin/
DDeviceAdminInfo.java228 USES_POLICY_DISABLE_KEYGUARD_FEATURES, "disable-keyguard-features", in sPoliciesDisplayOrder.add()
/frameworks/minikin/libs/minikin/
DLayout.cpp660 static void addFeatures(const string &str, vector<hb_feature_t>* features) { in addFeatures()
690 vector<hb_feature_t> features; in doLayoutRun() local
/frameworks/native/opengl/tools/glgen2/registry/
Dreg.py856 def markRequired(self, features, required): argument
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java995 Account account, String[] features, String opPackageName) { in hasFeatures()
1025 Account account, String[] features) { in TestFeaturesSession()
2419 IAccountManagerResponse response, String type, String[] features, int callingUid) { in GetAccountsByTypeAndFeatureSession()
2787 String[] features, in getAccountsByFeatures()
/frameworks/base/core/java/android/view/
DWindow.java1347 int features = 0; in getDefaultFeatures() local
/frameworks/base/tools/aapt/
DCommand.cpp491 KeyedVector<String8, bool> features; member
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java491 Feature[] features = getValidFeatures(); in validFeatures() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java3138 FeatureInfo[] features = new FeatureInfo[size+1]; in getSystemAvailableFeatures() local