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

<<61626364656667686970>>

  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 59 import java.util.HashMap;
71 private final HashMap<String, SpellCheckerInfo> mSpellCheckerMap =
72 new HashMap<String, SpellCheckerInfo>();
74 private final HashMap<String, SpellCheckerBindGroup> mSpellCheckerBindGroups =
75 new HashMap<String, SpellCheckerBindGroup>();
175 ArrayList<SpellCheckerInfo> list, HashMap<String, SpellCheckerInfo> map,
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 42 import java.util.HashMap;
69 private static final Map<String, String> sCorrectedPhotoUris = new HashMap<String, String>();
85 * Get a HashMap of address to RecipientEntry that contains all contact
121 HashMap<String, RecipientEntry> recipientEntries = null;
246 private static HashMap<String, RecipientEntry> processContactEntries(Cursor c,
248 HashMap<String, RecipientEntry> recipientEntries = new HashMap<String, RecipientEntry>();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java 61 import java.util.HashMap;
82 private final HashMap<Long, SwipeableConversationItemView> mAnimatingViews =
83 new HashMap<Long, SwipeableConversationItemView>();
84 private final HashMap<Long, LeaveBehindItem> mFadeLeaveBehindItems =
85 new HashMap<Long, LeaveBehindItem>();
171 private final HashMap<Long, LeaveBehindItem> mLeaveBehindItems = Maps.newHashMap();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 84 import java.util.HashMap;
178 Map<Integer, Boolean> rowFixed = new HashMap<Integer, Boolean>();
179 Map<Integer, Boolean> columnFixed = new HashMap<Integer, Boolean>();
621 private final Map<Element, View> mElementToView = new HashMap<Element, View>();
681 Map<Integer, List<View>> mColumnViews = new HashMap<Integer, List<View>>();
736 Map<Integer, List<View>> mRowViews = new HashMap<Integer, List<View>>();
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 33 import java.util.HashMap;
123 HashMap<Integer, String> mobileTokenMap = new HashMap<Integer, String>();
130 HashMap<Character, Character> asciiDigitMappings = new HashMap<Character, Character>();
142 HashMap<Character, Character> alphaMap = new HashMap<Character, Character>(40);
171 HashMap<Character, Character> combinedMap = new HashMap<Character, Character>(100);
176 HashMap<Character, Character> diallableCharMap = new HashMap<Character, Character>()
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CollectionsTest.java 39 import java.util.HashMap;
70 private HashMap hm;
211 normalCountingMap = new HashMap(mapSize);
212 offsetCountingMap = new HashMap(mapSize);
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java 53 import java.util.HashMap;
80 HashMap<Integer, Integer> map = Maps.newHashMap();
89 HashMap<String, Integer> map = Maps.newHashMap(original);
98 HashMap<Object, Object> map =
120 HashMap<Integer, Void> map1 = Maps.newHashMapWithExpectedSize(size);
134 HashMap<Integer, Void> map2 = Maps.newHashMapWithExpectedSize(size);
142 private static int sizeOf(HashMap<?, ?> hashMap) throws Exception {
143 Field tableField = HashMap.class.getDeclaredField("table");
145 Object[] table = (Object[]) tableField.get(hashMap);
    [all...]
  /frameworks/base/core/java/android/os/
Parcel.java 39 import java.util.HashMap;
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/core/
Gen.java 41 import java.util.HashMap;
57 HashMap archivesMap; //path, printWriter
59 archivesMap = new HashMap();
336 public void addIndexEntry(String tocEntry, HashMap parms) {
386 public void addDescEntry(HashMap parms) throws IOException {
915 public void addDDFForNode(HashMap parms, String indent) throws IOException {
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
XmlUtils.java 36 import java.util.HashMap;
675 * Read a HashMap from an InputStream containing XML. The stream can
680 * @return HashMap The resulting map.
688 public static final HashMap<String, ?> readMapXml(InputStream in)
693 return (HashMap<String, ?>) readValueXml(parser, new String[1]);
741 * Read a HashMap object from an XmlPullParser. The XML data could
750 * @return HashMap The newly generated map.
754 public static final HashMap<String, ?> readThisMapXml(XmlPullParser parser, String endTag,
760 * Read a HashMap object from an XmlPullParser. The XML data could
769 * @return HashMap The newly generated map
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduParser.java 30 import java.util.HashMap;
    [all...]
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 70 import java.util.HashMap;
104 HashMap<String,Boolean> mSelectedPackages = new HashMap<String,Boolean>();
113 private HashMap<Integer, AppRestrictionsPreference> mCustomRequestMap =
114 new HashMap<Integer,AppRestrictionsPreference>();
622 HashMap<String,SelectableAppInfo> packageMap = new HashMap<String,SelectableAppInfo>();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsTable.java 19 import java.util.HashMap;
45 private static final HashMap<String, Integer> sNameToIndexesMap = new HashMap<>();
47 private static final HashMap<String, String[]> sLocaleToTextsTableMap = new HashMap<>();
50 private static final HashMap<String[], String> sTextsTableToLocaleMap = new HashMap<>();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 97 import java.util.HashMap;
125 private final static HashMap<IProject, ProjectState> sProjectStateMap =
126 new HashMap<IProject, ProjectState>();
145 private final HashMap<IAndroidTarget, AndroidTargetData> mTargetDataMap =
146 new HashMap<IAndroidTarget, AndroidTargetData>();
148 private final HashMap<IAndroidTarget, TargetLoadBundle> mTargetDataStatusMap =
149 new HashMap<IAndroidTarget, TargetLoadBundle>();
    [all...]
  /external/doclava/src/com/google/doclava/
Stubs.java 28 import java.util.HashMap;
145 HashMap<PackageInfo, List<ClassInfo>> packages = new HashMap<PackageInfo, List<ClassInfo>>();
178 HashMap<PackageInfo, List<ClassInfo>> allPackageClassMap =
179 new HashMap<PackageInfo, List<ClassInfo>>();
814 static void writeXML(PrintStream xmlWriter, HashMap<PackageInfo, List<ClassInfo>> allClasses,
    [all...]
Converter.java 42 import java.util.HashMap;
676 protected HashMap<Object, Object> mCache = new HashMap<Object, Object>();
692 private static HashMap<AnnotationValue, AnnotationValueInfo> mAnnotationValues =
693 new HashMap<AnnotationValue, AnnotationValueInfo>();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java 70 import java.util.HashMap;
250 protected HashMap<Integer, DataConnection> mDataConnections =
251 new HashMap<Integer, DataConnection>();
254 protected HashMap<Integer, DcAsyncChannel> mDataConnectionAcHashMap =
255 new HashMap<Integer, DcAsyncChannel>();
258 protected HashMap<String, Integer> mApnToDataConnectionId =
259 new HashMap<String, Integer>();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp 86 HashMap<AXID, CachedAXObjectAttributes>::const_iterator it = m_idMapping.find(id);
92 HashMap<AXID, CachedAXObjectAttributes>::iterator it = m_idMapping.find(id);
121 HashMap<AXID, RefPtr<AXObject> >::iterator end = m_objects.end();
122 for (HashMap<AXID, RefPtr<AXObject> >::iterator it = m_objects.begin(); it != end; ++it) {
574 // FIXME: Oilpan: Use a weak hashmap for this instead.
578 for (HashMap<Node*, AXID>::iterator it = m_nodeObjectMapping.begin(); it != m_nodeObjectMapping.end(); ++it) {
  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 367 // When we do lookup in HashMap we see no difference between two cases:
393 HashMap::Entry* to_entry = entries_map_.Lookup(to, ComputePointerHash(to),
431 HashMap::Entry* entry = entries_map_.Lookup(addr, ComputePointerHash(addr),
445 HashMap::Entry* entry = entries_map_.Lookup(addr, ComputePointerHash(addr),
556 HashMap::Entry* entry = entries_map_.Lookup(
671 HashMap::Entry* entry = entries_map_.Lookup(
706 sizeof(HashMap::Entry) * entries_map_.capacity() +
713 : entries_(HashMap::PointersMatch) {
718 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing), false);
725 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing), true)
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 41 import java.util.HashMap;
127 = Collections.synchronizedMap(new HashMap<Class<?>, Class<?>>());
691 PRIMITIVE_TO_BOXED = new HashMap<Class<?>, Class<?>>();
704 PRIMITIVE_TYPE_TO_UNBOX_METHOD = new HashMap<TypeId<?>, MethodId<?, ?>>();
    [all...]
  /frameworks/base/core/java/android/animation/
LayoutTransition.java 28 import java.util.HashMap;
222 private final HashMap<View, Animator> pendingAnimations =
223 new HashMap<View, Animator>();
232 * This hashmap is used to track the listeners that have been added to the children of
240 private final HashMap<View, View.OnLayoutChangeListener> layoutChangeListenerMap =
241 new HashMap<View, View.OnLayoutChangeListener>();
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 69 import java.util.HashMap;
465 private static final HashMap<Key<?>, GetCommand> sGetCommandMap =
466 new HashMap<Key<?>, GetCommand>();
    [all...]
  /frameworks/base/core/java/android/view/
LayoutInflater.java 38 import java.util.HashMap;
88 private static final HashMap<String, Constructor<? extends View>> sConstructorMap =
89 new HashMap<String, Constructor<? extends View>>();
91 private HashMap<String, Boolean> mFilterMap;
349 mFilterMap = new HashMap<String, Boolean>();
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 20 import java.util.HashMap;
74 private HashMap<Character,Format> formatStart;
106 this.formatStart = new HashMap<Character,Format>();
499 // map is TRUE). Linked hashmap for consistent ordering.
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 29 import java.util.HashMap;
55 private HashMap<String, ProgramUniform> mUniforms;
56 private HashMap<String, VertexAttribute> mAttributes = new HashMap<String, VertexAttribute>();
743 mUniforms = new HashMap<String, ProgramUniform>(uniformCount[0]);

Completed in 1672 milliseconds

<<61626364656667686970>>