Searched refs:HashMap (Results 51 - 75 of 903) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/graphics/android/utils/
H A DClassTracker.h30 #include <wtf/HashMap.h>
50 HashMap<String, int> m_classes;
/external/webkit/Source/WebCore/platform/text/transcoder/
H A DFontTranscoder.h34 #include <wtf/HashMap.h>
59 HashMap<AtomicString, ConverterType> m_converterTypes;
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGResourcesCache.h25 #include <wtf/HashMap.h>
60 HashMap<RenderObject*, SVGResources*> m_cache;
/external/webkit/Source/WebKit2/Shared/
H A DCommandLine.h29 #include <wtf/HashMap.h>
53 HashMap<String, String> m_args;
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebContextMenuProxyWin.h32 #include <wtf/HashMap.h>
56 HashMap<int, WebContextMenuItemData> m_actionMap;
/external/webkit/Tools/DumpRenderTree/chromium/
H A DMockSpellCheck.h34 #include <wtf/HashMap.h>
77 HashMap<WTF::String, bool> m_misspelledWords;
/external/apache-harmony/auth/src/test/java/common/tests/api/javax/security/auth/x500/
H A DX500PrincipalTest.java20 import java.util.HashMap;
42 Map<String, String> keyword = new HashMap<String, String>();
68 Map<String, String> keyword = new HashMap<String, String>();
73 keyword = new HashMap<String, String>();
/external/apache-http/src/org/apache/http/impl/client/
H A DBasicCredentialsProvider.java33 import java.util.HashMap;
55 private final HashMap<AuthScope, Credentials> credMap;
62 this.credMap = new HashMap<AuthScope, Credentials>();
93 final HashMap<AuthScope, Credentials> map,
92 matchCredentials( final HashMap<AuthScope, Credentials> map, final AuthScope authscope) argument
/external/javassist/src/main/javassist/compiler/
H A DKeywordTable.java18 public final class KeywordTable extends java.util.HashMap {
/external/webkit/Source/WebCore/css/
H A DCSSPrimitiveValueCache.h31 #include <wtf/HashMap.h>
52 typedef HashMap<int, RefPtr<CSSPrimitiveValue> > IdentifierValueCache;
55 typedef HashMap<unsigned, RefPtr<CSSPrimitiveValue> > ColorValueCache;
61 typedef HashMap<int, RefPtr<CSSPrimitiveValue> > IntegerValueCache;
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DVerticalTextMap.h32 #include <wtf/HashMap.h>
/external/webkit/Source/WebCore/storage/
H A DStorageAreaSync.h33 #include <wtf/HashMap.h>
62 HashMap<String, String> m_changedItems;
88 void sync(bool clearItems, const HashMap<String, String>& items);
93 HashMap<String, String> m_itemsPendingSync;
/external/webkit/Source/WebCore/svg/
H A DSVGDocumentExtensions.h27 #include <wtf/HashMap.h>
73 HashMap<SVGElement*, HashSet<SVGSMILElement*>* > m_animatedElements;
74 HashMap<AtomicString, RenderSVGResourceContainer*> m_resources;
75 HashMap<AtomicString, SVGPendingElements*> m_pendingResources;
79 // This HashMap contains a list of pending resources. Pending resources, are such
/external/webkit/Source/WebCore/xml/
H A DXPathVariableReference.cpp45 HashMap<String, String>& bindings = evaluationContext().variableBindings;
/external/apache-harmony/auth/src/test/java/unix/org/apache/harmony/auth/module/
H A DUnixLoginModuleTest.java23 import java.util.HashMap;
47 Map sharedState = new HashMap();
48 Map options = new HashMap();
65 Map shared = new HashMap();
66 Map options = new HashMap();
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
H A DRemoteObject.java39 import java.util.HashMap;
63 HashMap<Method, Integer> methodMap = new HashMap<Method, Integer>();
103 HashMap<String, ArrayList<Method>> nameToMethods
104 = new HashMap<String, ArrayList<Method>>();
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DSchema.java18 import java.util.HashMap;
37 private HashMap theEntities =
38 new HashMap(); // String -> Character
39 private HashMap theElementTypes =
40 new HashMap(); // String -> ElementType
/external/webkit/Source/JavaScriptCore/wtf/
H A DHashMap.h32 class HashMap { class in namespace:WTF
54 void swap(HashMap&);
145 inline void HashMap<T, U, V, W, X>::swap(HashMap& other)
151 inline int HashMap<T, U, V, W, X>::size() const
157 inline int HashMap<T, U, V, W, X>::capacity() const
163 inline bool HashMap<T, U, V, W, X>::isEmpty() const
169 inline typename HashMap<T, U, V, W, X>::iterator HashMap<T, U, V, W, X>::begin()
175 inline typename HashMap<
325 operator ==(const HashMap<T, U, V, W, X>& a, const HashMap<T, U, V, W, X>& b) argument
344 operator !=(const HashMap<T, U, V, W, X>& a, const HashMap<T, U, V, W, X>& b) argument
359 deleteAllValues(const HashMap<T, U, V, W, X>& collection) argument
374 deleteAllKeys(const HashMap<T, U, V, W, X>& collection) argument
380 copyKeysToVector(const HashMap<T, U, V, W, X>& collection, Y& vector) argument
393 copyValuesToVector(const HashMap<T, U, V, W, X>& collection, Y& vector) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DGlyphPageTreeNode.cpp45 HashMap<int, GlyphPageTreeNode*>* GlyphPageTreeNode::roots = 0;
54 roots = new HashMap<int, GlyphPageTreeNode*>;
59 roots = new HashMap<int, GlyphPageTreeNode*>;
82 HashMap<int, GlyphPageTreeNode*>::iterator end = roots->end();
83 for (HashMap<int, GlyphPageTreeNode*>::iterator it = roots->begin(); it != end; ++it)
93 HashMap<const FontData*, GlyphPageTreeNode*>::const_iterator end = m_children.end();
94 for (HashMap<const FontData*, GlyphPageTreeNode*>::const_iterator it = m_children.begin(); it != end; ++it) {
105 HashMap<int, GlyphPageTreeNode*>::iterator end = roots->end();
106 for (HashMap<int, GlyphPageTreeNode*>::iterator it = roots->begin(); it != end; ++it)
119 HashMap<cons
[all...]
/external/doclava/src/com/google/doclava/
H A DPackageInfo.java63 mInterfacesMap = new HashMap<String, ClassInfo>();
64 mOrdinaryClassesMap = new HashMap<String, ClassInfo>();
65 mEnumsMap = new HashMap<String, ClassInfo>();
66 mExceptionsMap = new HashMap<String, ClassInfo>();
67 mErrorsMap = new HashMap<String, ClassInfo>();
192 private HashMap<String, ClassInfo> mInterfacesMap;
193 private HashMap<String, ClassInfo> mOrdinaryClassesMap;
194 private HashMap<String, ClassInfo> mEnumsMap;
195 private HashMap<String, ClassInfo> mExceptionsMap;
196 private HashMap<Strin
[all...]
/external/apache-http/src/org/apache/http/impl/cookie/
H A DAbstractCookieSpec.java35 import java.util.HashMap;
62 this.attribHandlerMap = new HashMap<String, CookieAttributeHandler>(10);
/external/apache-http/src/org/apache/http/protocol/
H A DBasicHttpContext.java34 import java.util.HashMap;
79 this.map = new HashMap();
/external/guava/guava/src/com/google/common/base/
H A DDefaults.java20 import java.util.HashMap;
34 Map<Class<?>, Object> map = new HashMap<Class<?>, Object>();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DHashMultiset.java21 import java.util.HashMap;
24 * Multiset implementation backed by a {@link HashMap}.
68 super(new HashMap<E, Count>());
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleStoreCountryCodeBox.java3 import java.util.HashMap;
10 private static Map<String, String> countryCodes = new HashMap<String, String>();

Completed in 1548 milliseconds

1234567891011>>