HomeSort by relevance Sort by last modified time
    Searched full:hashmap (Results 226 - 250 of 1194) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/platform/graphics/
GlyphWidthMap.h 32 #include <wtf/HashMap.h>
84 OwnPtr<HashMap<int, GlyphWidthPage*> > m_pages;
  /external/webkit/WebCore/platform/gtk/
DataObjectGtk.cpp 108 static HashMap<GtkClipboard*, RefPtr<DataObjectGtk> > objectMap;
116 HashMap<GtkClipboard*, RefPtr<DataObjectGtk> >::iterator it = objectMap.find(clipboard);
  /external/webkit/WebCore/platform/haiku/
CookieJarHaiku.cpp 37 #include <wtf/HashMap.h>
43 static HashMap<String, String> cookieJar;
  /external/webkit/WebCore/rendering/
RenderScrollbar.h 31 #include <wtf/HashMap.h>
80 HashMap<unsigned, RenderScrollbarPart*> m_parts;
  /external/webkit/WebCore/storage/
OriginQuotaManager.h 36 #include <wtf/HashMap.h>
66 typedef HashMap<RefPtr<SecurityOrigin>, OriginUsageRecord*, SecurityOriginHash> OriginUsageMap;
OriginUsageRecord.h 36 #include <wtf/HashMap.h>
60 HashMap<String, DatabaseEntry> m_databaseMap;
StorageNamespaceImpl.h 36 #include <wtf/HashMap.h>
57 typedef HashMap<RefPtr<SecurityOrigin>, RefPtr<StorageAreaImpl>, SecurityOriginHash> StorageAreaMap;
  /external/webkit/WebCore/storage/chromium/
QuotaTracker.cpp 51 HashMap<String, SizeMap>::const_iterator it = m_databaseSizes.find(originIdentifier);
65 HashMap<String, SizeMap>::iterator it = m_databaseSizes.add(originIdentifier, SizeMap()).first;
  /external/webkit/WebCore/svg/
SVGMaskElement.h 31 #include <wtf/HashMap.h>
76 HashMap<const RenderObject*, RefPtr<SVGResourceMasker> > m_masker;
  /external/webkit/WebCore/svg/animation/
SMILTimeContainer.h 35 #include <wtf/HashMap.h>
93 typedef HashMap<ElementAttributePair, String> BaseValueMap;
  /external/webkit/WebCore/xml/
XPathExpressionNode.h 35 #include <wtf/HashMap.h>
46 HashMap<String, String> variableBindings;
XSLTProcessor.h 31 #include <wtf/HashMap.h>
72 typedef HashMap<String, String> ParameterMap;
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.h 32 #include <wtf/HashMap.h>
81 typedef HashMap<uint32_t, RefPtr<NetscapePluginInstanceProxy> > PluginInstanceMap;
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTreeWin.h 48 #include <wtf/HashMap.h>
54 typedef HashMap<HWND, COMPtr<IWebView> > WindowToWebViewMap;
  /frameworks/base/awt/java/beans/
PropertyEditorManager.java 20 import java.util.HashMap;
27 private static final Map<Class<?>, Class<?>> registeredEditors = new HashMap<Class<?>, Class<?>>();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
IAndroidClassLoader.java 21 import java.util.HashMap;
62 public HashMap<String, ArrayList<IClassDescriptor>> findClassesDerivingFrom(
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ApkSettings.java 19 import java.util.HashMap;
48 Map<String, String> map = new HashMap<String, String>();
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 29 import java.util.HashMap;
137 * Tests that {@link TextToSpeech#synthesizeToFile(String, java.util.HashMap, String)} produces
146 HashMap<String, String> param = new HashMap<String,String>();
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java 38 import java.util.HashMap;
79 private ArrayList<ArrayList<HashMap<String, String>>> mChildList;
85 private ArrayList<HashMap<String, String>> mGroupList;
94 mChildList = new ArrayList<ArrayList<HashMap<String, String>>>();
96 ArrayList<HashMap<String, String>> l = createTestList(1, i + 1, "child");
163 HashMap<String, String> expected = new HashMap<String, String>();
167 expected = new HashMap<String, String>();
358 HashMap<String, String> expected = new HashMap<String, String>()
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
MsgHelp.java 28 import java.util.HashMap;
43 // A HashMap mapping a resource name to a SoftReference to a ResourceBundle
45 private static HashMap<String, SoftReference<ResourceBundle>> sRefMap = null;
49 sRefMap = new HashMap<String, SoftReference<ResourceBundle>>();
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
PolicyMappings.java 42 * @param mappings a <code>HashMap</code> value that maps
  /development/tools/idegen/src/
Main.java 27 import java.util.HashMap;
  /development/tools/zoneinfo/
ZoneCompactor.java 35 Map<String,String> links = new HashMap<String,String>();
38 Map<String,Integer> starts = new HashMap<String,Integer>();
41 Map<String,Integer> lengths = new HashMap<String,Integer>();
44 Map<String,Integer> offsets = new HashMap<String,Integer>();
  /external/apache-http/src/org/apache/http/impl/client/
BasicCredentialsProvider.java 33 import java.util.HashMap;
55 private final HashMap<AuthScope, Credentials> credMap;
62 this.credMap = new HashMap<AuthScope, Credentials>();
93 final HashMap<AuthScope, Credentials> map,
  /external/srec/tools/grxmlcompile/
Android.mk 20 hashmap.cpp \

Completed in 299 milliseconds

1 2 3 4 5 6 7 8 91011>>