|   /external/chromium_org/third_party/WebKit/Source/web/ | 
| InspectorClientImpl.cpp  | 153 void InspectorClientImpl::dumpUncountedAllocatedObjects(const HashMap<const void*, size_t>& map)
  | 
| WebDevToolsAgentImpl.cpp  | 530 void WebDevToolsAgentImpl::dumpUncountedAllocatedObjects(const HashMap<const void*, size_t>& map) 534         InstrumentedObjectSizeProvider(const HashMap<const void*, size_t>& map) : m_map(map) { } 537             HashMap<const void*, size_t>::const_iterator i = m_map.find(ptr); 542         const HashMap<const void*, size_t>& m_map;
  | 
|   /external/chromium_org/third_party/WebKit/Source/wtf/ | 
| HashCountedSet.h  | 25 #include "wtf/HashMap.h" 40         typedef HashMap<Value, unsigned, HashFunctions, Traits, HashTraits<unsigned>, Allocator> ImplType;
  | 
|   /external/chromium_org/v8/src/ | 
| compilation-cache.h  | 215   HashMap* EagerOptimizingSet();
  | 
|   /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/ | 
| BeanGenerator.java  | 39     private Map props = new HashMap();
  | 
|   /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ | 
| AbstractClassGenerator.java  | 196                     cache2 = new HashMap();
  | 
|   /external/nanohttpd/webserver/src/main/java/fi/iki/elonen/ | 
| SimpleWebServer.java  | 13 import java.util.HashMap; 35     private static final Map<String, String> MIME_TYPES = new HashMap<String, String>() {{ 91     private static Map<String, WebServerPlugin> mimeTypeHandlers = new HashMap<String, WebServerPlugin>(); 128         Map<String, String> options = new HashMap<String, String>();
  | 
|   /external/smack/src/org/jivesoftware/smack/packet/ | 
| Privacy.java  | 52 	private Map<String, List<PrivacyItem>> itemLists = new HashMap<String, List<PrivacyItem>>();
  | 
|   /external/smack/src/org/jivesoftware/smackx/bookmark/ | 
| BookmarkManager.java  | 39     private static final Map<Connection, BookmarkManager> bookmarkManagerMap = new HashMap<Connection, BookmarkManager>();
  | 
|   /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ | 
| MethodDefinition.java  | 506         HashMap<String, Integer> nextLabelSequenceByType = new HashMap<String, Integer>(); 523         protected HashMap<LabelMethodItem, LabelMethodItem> labels = new HashMap<LabelMethodItem, LabelMethodItem>();
  | 
|   /external/srec/shared/include/ | 
| ESR_SessionTypeImpl.h  | 29 #include "HashMap.h" 41   HashMap* value;
  | 
|   /frameworks/base/core/java/android/animation/ | 
| ValueAnimator.java  | 28 import java.util.HashMap; 217      * A hashmap of the PropertyValuesHolder objects. This map is used to lookup animated values 220     HashMap<String, PropertyValuesHolder> mValuesMap; 454         mValuesMap = new HashMap<String, PropertyValuesHolder>(numValues);     [all...] | 
|   /frameworks/base/core/tests/coretests/src/android/content/ | 
| ContentProviderOperationTest.java  | 31 import java.util.HashMap; 287         HashMap<Integer, Integer> selArgsBackRef = new HashMap<Integer, Integer>(); 386             ContentProviderOperation.Builder builder, HashMap<Integer, Integer> selArgsBackRef)
  | 
|   /frameworks/base/tests/CoreTests/android/core/ | 
| NsdServiceInfoTest.java  | 12 import java.util.HashMap;
  | 
|   /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ | 
| ColladaScene.java  | 26 import java.util.HashMap;
  | 
|   /frameworks/base/wifi/java/android/net/wifi/ | 
| WifiLinkLayerStats.java  | 22 import java.util.HashMap;
  | 
|   /frameworks/ml/bordeaux/service/src/android/bordeaux/services/ | 
| BordeauxSessionManager.java  | 27 import java.util.HashMap;
  | 
| Predictor.java  | 21 import java.util.HashMap;
  | 
|   /libcore/luni/src/test/java/libcore/java/security/ | 
| ProviderTest.java  | 38 import java.util.HashMap; 62                 = new HashMap<String,Set<String>>(StandardNames.PROVIDER_ALGORITHMS); 181             Map<String,String> aliases = new HashMap<String,String>(); 182             Map<String,String> implementations = new HashMap<String,String>();
  | 
|   /libcore/luni/src/test/java/libcore/java/util/ | 
| OldCollectionsTest.java  | 26 import java.util.HashMap; 668                 new HashMap<String, String>(), String.class, String.class), s); 777         HashMap hm = new HashMap<Integer, String>();
  | 
|   /packages/apps/ContactsCommon/src/com/android/contacts/common/model/ | 
| AccountTypeManager.java  | 65 import java.util.HashMap; 182             Collections.unmodifiableMap(new HashMap<AccountTypeWithDataSet, AccountType>()); 674         HashMap<AccountTypeWithDataSet, AccountType> result = Maps.newHashMap(); 708         final HashMap<AccountTypeWithDataSet, AccountType> result = Maps.newHashMap();     [all...] | 
|   /packages/apps/DeskClock/src/com/android/deskclock/worldclock/ | 
| CitiesActivity.java  | 57 import java.util.HashMap; 88     private HashMap<String, CityObj> mUserSelectedCities; 122         private HashMap<String, String> mCityNameMap = new HashMap<String, String>();
  | 
|   /packages/apps/Email/src/com/android/email/provider/ | 
| ContentCache.java  | 35 import java.util.HashMap; 120         private HashMap<T, Integer> mMap; 123             mMap = new HashMap<T, Integer>(maxSize); 127             mMap = new HashMap<T, Integer>();
  | 
|   /packages/apps/Mms/src/com/android/mms/model/ | 
| SlideshowModel.java  | 27 import java.util.HashMap; 313     public HashMap<Uri, InputStream> openPartFiles(ContentResolver cr) { 314         HashMap<Uri, InputStream> openedFiles = null;     // Don't create unless we have to 327                             openedFiles = new HashMap<Uri, InputStream>();
  | 
|   /packages/apps/Nfc/src/com/android/nfc/cardemulation/ | 
| RegisteredServicesCache.java  | 55 import java.util.HashMap; 90         public final HashMap<String, AidGroup> aidGroups = Maps.newHashMap(); 101         final HashMap<ComponentName, ApduServiceInfo> services = 103         final HashMap<ComponentName, DynamicAids> dynamicAids =
  |