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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Visitor.h 40 #include "wtf/HashMap.h"
325 void trace(const HashMap<T, U, V, W, X, WTF::DefaultAllocator>& map)
327 OffHeapCollectionTraceTrait<HashMap<T, U, V, W, X, WTF::DefaultAllocator> >::trace(this, map);
531 struct OffHeapCollectionTraceTrait<WTF::HashMap<Key, Value, HashFunctions, KeyTraits, ValueTraits, WTF::DefaultAllocator> > {
532 typedef WTF::HashMap<Key, Value, HashFunctions, KeyTraits, ValueTraits, WTF::DefaultAllocator> HashMap;
534 static void trace(Visitor* visitor, const HashMap& map)
539 HashMap& iterMap = const_cast<HashMap&>(map);
540 for (typename HashMap::iterator it = iterMap.begin(), end = iterMap.end(); it != end; ++it)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
IconCache.java 48 import java.util.HashMap;
95 private final HashMap<UserHandleCompat, Bitmap> mDefaultIcons =
96 new HashMap<UserHandleCompat, Bitmap>();
101 private final HashMap<CacheKey, CacheEntry> mCache =
102 new HashMap<CacheKey, CacheEntry>(INITIAL_ICON_CACHE_CAPACITY);
245 HashMap<Object, CharSequence> labelCache) {
313 HashMap<Object, CharSequence> labelCache) {
329 HashMap<Object, CharSequence> labelCache, UserHandleCompat user, boolean usePackageIcon) {
425 public HashMap<ComponentName,Bitmap> getAllIcons() {
427 HashMap<ComponentName,Bitmap> set = new HashMap<ComponentName,Bitmap>()
    [all...]
  /cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
XmlPlanGenerator.java 37 import java.util.HashMap;
119 final HashMap<String, TestSuite> suites = TestListParser.parse(System.in);
127 private void writeTestSuites(PrintWriter writer, HashMap<String, TestSuite> suites, String name) {
168 final HashMap<String, String> argsMap = KeyValueArgsParser.parse(args);
  /cts/tests/tests/security/src/android/security/cts/
SELinuxDomainTest.java 29 import java.util.HashMap;
316 private static HashMap<String, ArrayList<ProcessDetails>> getProcessMap()
319 HashMap<String, ArrayList<ProcessDetails>> map = new HashMap<String, ArrayList<ProcessDetails>>();
  /development/tools/apkcheck/src/com/android/apkcheck/
MethodInfo.java 20 import java.util.HashMap;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ST.stg 36 import java.util.HashMap;
60 public static class STAttrMap extends HashMap {
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedHelper.java 5 import java.util.HashMap;
41 private static final Map encryptionAlgs = new HashMap();
42 private static final Map digestAlgs = new HashMap();
43 private static final Map digestAliases = new HashMap();
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultSignatureAlgorithmIdentifierFinder.java 3 import java.util.HashMap;
27 private static Map algorithms = new HashMap();
29 private static Map params = new HashMap();
31 private static Map digestOids = new HashMap();
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientFaviconTest.java 20 import java.util.HashMap;
51 private HashMap<String, Boolean> mTouchIcons = new HashMap<String, Boolean>();
169 HashMap<String, Boolean> touchIcons = mContentsClient.mFaviconHelper.mTouchIcons;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSegmentedFontFace.h 31 #include "wtf/HashMap.h"
85 HashMap<unsigned, RefPtr<SegmentedFontData> > m_fontDataTable;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleTree.cpp 59 HashMap<const ContainerNode*, OwnPtr<ScopedStyleResolver> >::AddResult addResult = m_authorStyles.add(&scopingNode, nullptr);
97 for (HashMap<const ContainerNode*, OwnPtr<ScopedStyleResolver> >::iterator it = m_authorStyles.begin(); it != m_authorStyles.end(); ++it) {
194 for (HashMap<const ContainerNode*, OwnPtr<ScopedStyleResolver> >::iterator it = m_authorStyles.begin(); it != m_authorStyles.end(); ++it)
201 for (HashMap<const ContainerNode*, OwnPtr<ScopedStyleResolver> >::iterator it = m_authorStyles.begin(); it != m_authorStyles.end(); ++it) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentOrderedMap.h 35 #include "wtf/HashMap.h"
71 typedef HashMap<StringImpl*, OwnPtr<MapEntry> > Map;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.h 120 typedef WTF::HashMap<GLenum, RefPtr<WebGLAttachment> > AttachmentMap;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.h 34 #include "wtf/HashMap.h"
61 typedef HashMap<String, Digest*> UnusedNodesMap;
InspectorInspectorAgent.h 34 #include "wtf/HashMap.h"
92 typedef HashMap<String, String> InjectedScriptForOriginMap;
InspectorProfilerAgent.h 36 #include "wtf/HashMap.h"
92 typedef HashMap<String, double> ProfileNameIdleTimeMap;
  /external/chromium_org/third_party/WebKit/Source/core/page/
NetworkStateNotifier.h 31 #include "wtf/HashMap.h"
100 typedef HashMap<ExecutionContext*, OwnPtr<ObserverList> > ObserverListMap;
PrintContext.h 25 #include "wtf/HashMap.h"
94 HashMap<String, Element*> m_linkedDestinations;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintInfo.h 35 #include "wtf/HashMap.h"
45 typedef HashMap<RenderWidget*, IntRect> OverlapTestRequestMap;
RenderScrollbar.h 31 #include "wtf/HashMap.h"
87 HashMap<unsigned, RenderScrollbarPart*> m_parts;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CounterDirectives.h 28 #include "wtf/HashMap.h"
105 typedef HashMap<AtomicString, CounterDirectives> CounterDirectiveMap;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceFilter.h 90 typedef HashMap<RenderObject*, OwnPtr<FilterData> > FilterMap;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.h 52 typedef HashMap<KerningPairKey, float> KerningTable;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathExpressionNode.h 32 #include "wtf/HashMap.h"
46 HashMap<String, String> variableBindings;
XSLTProcessor.h 30 #include "wtf/HashMap.h"
77 typedef HashMap<String, String> ParameterMap;

Completed in 1040 milliseconds

<<21222324252627282930>>