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

<<41424344454647484950>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 33 import java.util.HashMap;
123 Map<Node, int[]> childrenPadding = new HashMap<Node, int[]>(count);
355 Map<String, Node> map = new HashMap<String, Node>();
LayoutReloadMonitor.java 43 import java.util.HashMap;
62 new HashMap<IProject, List<ILayoutReloadListener>>();
80 private final Map<IProject, ChangeFlags> mProjectFlags = new HashMap<IProject, ChangeFlags>();
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecCencPlayer.java 31 import java.util.HashMap;
151 mPsshInitData = new HashMap<UUID, byte[]>();
263 mVideoCodecStates = new HashMap<Integer, CodecState>();
269 mAudioCodecStates = new HashMap<Integer, CodecState>();
  /cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java 21 import java.util.HashMap;
57 new HashMap<Integer, FieldAnnotation>();
59 new HashMap<Integer, MethodAnnotation>();
61 new HashMap<Integer, ParameterAnnotation>();
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 28 import java.util.HashMap;
69 private Map<String, String> mMetrics = new HashMap<String, String>();
88 Map<String, String> metricsCopy = new HashMap<String, String>(mMetrics);
130 * Fetch and remove given metric from hashmap.
349 Map<String, String> metricsCopy = new HashMap<String, String>(
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DeqpTestRunner.java 24 import java.util.HashMap;
118 if (mValues == null) mValues = new HashMap<String, String>();
361 HashMap<String, ArrayList<String> > testGroups = new HashMap<>();
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
UniformListItem.java 22 import java.util.HashMap;
  /external/ceres-solver/internal/ceres/
visibility_based_preconditioner.cc 195 HashMap<int, int> membership;
574 // Canonical views clustering returns a HashMap from vertices to
583 const HashMap<int, int>& membership_map,
588 HashMap<int, int> cluster_id_to_index;
592 for (HashMap<int, int>::const_iterator it = membership_map.begin();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerIsolateData.h 37 #include "wtf/HashMap.h"
104 typedef HashMap<const void*, v8::Eternal<v8::FunctionTemplate> > DOMTemplateMap;
V8PersistentValueMap.h 34 #include "wtf/HashMap.h"
41 * A Traits class for v8::PersistentValueMap that uses wtf/HashMap as a
52 typedef HashMap<KeyType, v8::PersistentContainerValue> Impl;
npruntime.cpp 35 #include "wtf/HashMap.h"
138 typedef WTF::HashMap<StringKey, PrivateIdentifier*, StringKeyHash, StringKeyHashTraits> StringIdentifierMap;
148 typedef WTF::HashMap<int, PrivateIdentifier*> IntIdentifierMap;
201 // Special case for -1 and 0, both cannot be used as key in HashMap.
359 typedef WTF::HashMap<NPObject*, NPObject*> NPObjectMap;
360 typedef WTF::HashMap<NPObject*, NPObjectSet*> NPRootObjectMap;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleRule.cpp 35 typedef HashMap<const CSSStyleRule*, String> SelectorTextCache;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExecutionContext.h 166 typedef HashMap<int, OwnPtr<DOMTimer> > TimeoutMap;
SelectorQuery.h 32 #include "wtf/HashMap.h"
110 HashMap<AtomicString, OwnPtr<SelectorQuery> > m_entries;
WeakNodeMap.cpp 26 typedef HashMap<Node*, OwnPtr<MapList> > NodeToMapList;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.h 30 #include "wtf/HashMap.h"
42 typedef HashMap<AtomicString, AtomicString> Namespaces;
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.h 32 #include "wtf/HashMap.h"
127 typedef HashMap<const ImageResourceClient*, SizeAndZoom> ContainerSizeRequests;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
FormController.h 75 typedef HashMap<AtomicString, OwnPtr<SavedFormState> > SavedFormStateMap;
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImport.cpp 90 HashMap<HTMLImport*, HTMLImportState> snapshot;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCanvasAgent.h 39 #include "wtf/HashMap.h"
104 typedef HashMap<LocalFrame*, bool> FramesWithUninstrumentedCanvases;
InspectorConsoleAgent.h 36 #include "wtf/HashMap.h"
117 HashMap<String, double> m_times;
InspectorDOMDebuggerAgent.h 38 #include "wtf/HashMap.h"
131 HashMap<Node*, uint32_t> m_domBreakpoints;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.h 109 typedef HashMap<const RenderBox*, OwnPtr<ShapeOutsideInfo> > InfoMap;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCache.h 36 #include "wtf/HashMap.h"
164 static HashMap<String, SkTypeface*>* s_sideloadedFonts;
  /external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsAgentImpl.h 116 virtual void dumpUncountedAllocatedObjects(const HashMap<const void*, size_t>&) OVERRIDE;

Completed in 1089 milliseconds

<<41424344454647484950>>