HomeSort by relevance Sort by last modified time
    Searched refs:HashMap (Results 226 - 250 of 2131) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
TypeThunker.java 21 import java.util.HashMap;
30 static HashMap<android.renderscript.Type, Type> mMap = new HashMap();
  /frameworks/volley/tests/src/com/android/volley/toolbox/
BasicNetworkTest.java 31 import java.util.HashMap;
63 Map<String, String> result = new HashMap<String, String>();
70 Map<String, String> result = new HashMap<String, String>();
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmServer.java 20 import java.util.HashMap;
31 private static HashMap<Integer,ChunkHandler> mHandlerMap =
32 new HashMap<Integer,ChunkHandler>();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
PathMatcher.java 20 import java.util.HashMap;
73 private HashMap<String, Node> mMap;
78 mMap = new HashMap<String, Node>();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
EditorPlaceHolder.java 11 import java.util.HashMap;
19 private HashMap<Integer, Editor> mEditors = new HashMap<Integer, Editor>();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterBorder.java 27 import java.util.HashMap;
35 private HashMap<Integer, Drawable> mDrawables = new HashMap<Integer, Drawable>();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingTaskController.java 25 import java.util.HashMap;
34 private HashMap<Integer, ProcessingTask> mTasks = new HashMap<Integer, ProcessingTask>();
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
IdentityCache.java 22 import java.util.HashMap;
27 private final HashMap<K, Entry<K, V>> mWeakMap =
28 new HashMap<K, Entry<K, V>>();
  /packages/apps/Mms/src/com/android/mms/util/
CacheManager.java 23 import java.util.HashMap;
33 private static HashMap<String, BlobCache> sCacheMap =
34 new HashMap<String, BlobCache>();
  /packages/apps/Nfc/src/com/android/nfc/
NfcUnlockManager.java 8 import java.util.HashMap;
17 private final HashMap<IBinder, UnlockHandlerWrapper> mUnlockHandlers;
95 mUnlockHandlers = new HashMap<IBinder, UnlockHandlerWrapper>();
  /packages/apps/Settings/src/com/android/settings/
ZonePicker.java 43 import java.util.HashMap;
108 final List<HashMap<String, Object>> sortedList = zoneGetter.getZones(context);
133 // Using HashMap<String, Object> induces unnecessary warning.
134 final HashMap<?,?> map = (HashMap<?,?>)adapter.getItem(i);
228 private final List<HashMap<String, Object>> mZones =
229 new ArrayList<HashMap<String, Object>>();
234 private List<HashMap<String, Object>> getZones(Context context) {
287 final HashMap<String, Object> map = new HashMap<String, Object>()
    [all...]
  /packages/apps/Stk/src/com/android/stk/
TonePlayer.java 19 import java.util.HashMap;
30 private static final HashMap<Tone, Integer> mToneMap = new HashMap<Tone, Integer>();
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
MessageHeaderViewTest.java 26 import java.util.HashMap;
35 null, new HashMap<String, Address>(), null, BidiFormatter.getInstance()).toString();
48 bcc, new HashMap<String, Address>(), null, BidiFormatter.getInstance()).toString();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LocaleUtils.java 21 import java.util.HashMap;
162 private static final HashMap<String, Locale> sLocaleCache = new HashMap<>();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
ContextualDictionaryTests.java 21 import java.util.HashMap;
46 new HashMap<String, File>(), new HashMap<String, Map<String, String>>());
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
AlbumSettings.java 21 import java.util.HashMap;
31 private static HashMap<SharedPreferences, AlbumSettings> singletons;
38 singletons = new HashMap<SharedPreferences, AlbumSettings>();
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 23 import java.util.HashMap;
130 private HashMap<String, String> createParams() {
131 HashMap<String, String> params = new HashMap<String,String>();
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java 33 import java.util.HashMap;
73 private ArrayList<ArrayList<HashMap<String, String>>> mChildList;
79 private ArrayList<HashMap<String, String>> mGroupList;
88 mChildList = new ArrayList<ArrayList<HashMap<String, String>>>();
90 ArrayList<HashMap<String, String>> l = createTestList(1, i + 1, "child");
122 HashMap<String, String> expected = new HashMap<String, String>();
126 expected = new HashMap<String, String>();
276 HashMap<String, String> expected = new HashMap<String, String>()
    [all...]
  /development/tools/idegen/src/
Main.java 27 import java.util.HashMap;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
WorkerScriptDebugServer.h 58 typedef HashMap<WorkerGlobalScope*, ScriptDebugListener*> ListenersMap;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceSource.h 30 #include "wtf/HashMap.h"
65 typedef HashMap<unsigned, RefPtr<SimpleFontData> > FontDataTable; // The hash key is composed of size synthetic styles.
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoadPriorityOptimizer.h 38 #include "wtf/HashMap.h"
71 typedef HashMap<unsigned long, OwnPtr<ResourceAndVisibility>, WTF::IntHash<unsigned>, WTF::UnsignedWithZeroKeyHashTraits<unsigned> > ImageResourceMap;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorClient.h 32 #include "wtf/HashMap.h"
73 virtual void dumpUncountedAllocatedObjects(const HashMap<const void*, size_t>&) { }
  /external/chromium_org/third_party/WebKit/Source/core/loader/
ProgressTracker.h 31 #include "wtf/HashMap.h"
80 HashMap<unsigned long, OwnPtr<ProgressItem> > m_progressItems;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGResourcesCache.h 25 #include "wtf/HashMap.h"
66 typedef HashMap<const RenderObject*, OwnPtr<SVGResources> > CacheMap;

Completed in 1612 milliseconds

1 2 3 4 5 6 7 8 91011>>