Searched defs:HashMap (Results 1 - 5 of 5) sorted by relevance

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxClassifier.java27 import java.util.HashMap;
44 private ArrayList<IntFloat> getArrayList(final HashMap<Integer, Float> sample) { argument
78 public boolean update(final HashMap<Integer, Float> sample, int target) { argument
90 public int classify(final HashMap<Integer, Float> sample) { argument
H A DBordeauxRanker.java27 import java.util.HashMap;
45 private ArrayList<StringFloat> getArrayList(final HashMap<String, Float> sample) { argument
81 public boolean update(final HashMap<String, Float> sample1, argument
82 final HashMap<String, Float> sample2) {
107 public float scoreSample(final HashMap<String, Float> sample) { argument
118 public boolean setPriorWeight(final HashMap<String, Float> sample) { argument
/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java27 import java.util.HashMap;
98 final SparseArray<HashMap<String, Ops>> mUidOps
99 = new SparseArray<HashMap<String, Ops>>();
219 HashMap<String, Ops> pkgs = mUidOps.valueAt(i);
249 HashMap<String, Ops> pkgs = mUidOps.get(uid);
315 HashMap<String, Ops> packages = mUidOps.valueAt(i);
360 HashMap<String, Ops> pkgOps = mUidOps.get(uid);
419 private static HashMap<Callback, ArrayList<Pair<String, Integer>>> addCallbacks( argument
420 HashMap<Callback, ArrayList<Pair<String, Integer>>> callbacks,
426 callbacks = new HashMap<Callbac
[all...]
H A DInputMethodManagerService.java127 import java.util.HashMap;
187 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<String, InputMethodInfo>();
266 final HashMap<IBinder, ClientState> mClients
267 = new HashMap<IBinder, ClientState>();
317 private final HashMap<InputMethodInfo, ArrayList<InputMethodSubtype>>
319 new HashMap<InputMethodInfo, ArrayList<InputMethodSubtype>>();
2668 HashMap<String, InputMethodInfo> map, boolean resetDefaultEnabledIme) {
2686 final HashMap<String, List<InputMethodSubtype>> additionalSubtypes =
2795 final HashMap<InputMethodInf
3392 writeAdditionalInputMethodSubtypes( HashMap<String, List<InputMethodSubtype>> allSubtypes, AtomicFile subtypesFile, HashMap<String, InputMethodInfo> methodMap) argument
3439 readAdditionalInputMethodSubtypes( HashMap<String, List<InputMethodSubtype>> allSubtypes, AtomicFile subtypesFile) argument
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java42 import java.util.HashMap;
521 * @see TextToSpeech#speak(String, int, HashMap)
522 * @see TextToSpeech#playEarcon(String, int, HashMap)
531 * @see TextToSpeech#speak(String, int, HashMap)
532 * @see TextToSpeech#playEarcon(String, int, HashMap)
542 * @see TextToSpeech#speak(String, int, HashMap)
543 * @see TextToSpeech#playEarcon(String, int, HashMap)
544 * @see TextToSpeech#synthesizeToFile(String, HashMap, String)
553 * @see TextToSpeech#speak(String, int, HashMap)
554 * @see TextToSpeech#playEarcon(String, int, HashMap)
1131 speak(final String text, final int queueMode, final HashMap<String, String> params) argument
1201 playEarcon(final String earcon, final int queueMode, final HashMap<String, String> params) argument
1259 playSilence(final long durationInMs, final int queueMode, final HashMap<String, String> params) argument
1838 synthesizeToFile(final String text, final HashMap<String, String> params, final String filename) argument
[all...]

Completed in 2627 milliseconds