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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerFilterInfo.h 37 #include "wtf/HashMap.h"
48 typedef HashMap<const RenderLayer*, RenderLayerFilterInfo*> RenderLayerFilterInfoMap;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceGradient.h 31 #include "wtf/HashMap.h"
66 HashMap<RenderObject*, OwnPtr<GradientData> > m_gradientMap;
RenderSVGResourcePattern.h 33 #include "wtf/HashMap.h"
70 HashMap<RenderObject*, OwnPtr<PatternData> > m_patternMap;
SVGTextLayoutAttributes.h 24 #include "wtf/HashMap.h"
43 typedef HashMap<unsigned, SVGCharacterData> SVGCharacterDataMap;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCStatsReport.cpp 49 for (HashMap<String, String>::const_iterator it = m_stats.begin(); it != m_stats.end(); ++it) {
RTCStatsReport.h 29 #include "wtf/HashMap.h"
63 HashMap<String, String> m_stats;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDataCache.h 36 #include "wtf/HashMap.h"
92 typedef HashMap<FontPlatformData, pair<RefPtr<SimpleFontData>, unsigned>, FontDataCacheKeyHash, FontDataCacheKeyTraits> Cache;
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KnownPorts.cpp 31 #include "wtf/HashMap.h"
42 typedef HashMap<String, unsigned, CaseFoldingHash> DefaultPortsMap;
  /external/chromium_org/v8/test/cctest/
test-hashmap.cc 31 #include "src/hashmap.h"
50 HashMap::Entry* p = map_.Lookup(reinterpret_cast<void*>(x), hash_(x), true);
62 HashMap::Entry* p =
76 for (HashMap::Entry* p = map_.Start(); p != NULL; p = map_.Next(p)) {
85 HashMap map_;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapEqualsTester.java 28 import java.util.HashMap;
126 private static <K, V> HashMap<K, V> newHashMap(
128 HashMap<K, V> map = new HashMap<K, V>();
  /external/junit/src/org/junit/experimental/max/
MaxHistory.java 11 import java.util.HashMap;
63 private final Map<String, Long> fDurations= new HashMap<String, Long>();
65 private final Map<String, Long> fFailureTimestamps= new HashMap<String, Long>();
103 private Map<Description, Long> starts= new HashMap<Description, Long>();
  /external/mockito/src/org/mockito/internal/progress/
HandyReturnValues.java 44 return new HashMap();
  /external/nist-sip/java/gov/nist/core/
MultiValueMapImpl.java 28 import java.util.HashMap;
35 private HashMap<String, ArrayList<V>> map = new HashMap<String, ArrayList<V>>();
101 obj.map = (HashMap<Object, ArrayList<V>>) this.map.clone();
  /external/smack/src/com/kenai/jbosh/
ComposableBody.java 20 import java.util.HashMap;
142 map = new HashMap<BodyQName, String>();
144 map = new HashMap<BodyQName, String>(map);
179 map = new HashMap<BodyQName, String>();
  /external/srec/srec/Nametag/include/
SR_NametagsImpl.h 27 #include "HashMap.h"
44 HashMap* value;
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXFactoryImpl.java 50 private HashMap features = null;
  /frameworks/base/core/java/android/hardware/usb/
UsbManager.java 28 import java.util.HashMap;
233 * Returns a HashMap containing all USB devices currently attached.
234 * USB device name is the key for the returned HashMap.
238 * @return HashMap containing all connected USB devices.
240 public HashMap<String,UsbDevice> getDeviceList() {
244 HashMap<String,UsbDevice> result = new HashMap<String,UsbDevice>();
  /frameworks/base/core/java/android/widget/
SimpleMonthAdapter.java 25 import java.util.HashMap;
96 HashMap<String, Integer> drawingParams = null;
100 drawingParams = (HashMap<String, Integer>) v.getTag();
114 drawingParams = new HashMap<String, Integer>();
  /frameworks/base/services/core/java/com/android/server/am/
CoreSettingsObserver.java 27 import java.util.HashMap;
40 private static final Map<String, Class<?>> sSecureSettingToTypeMap = new HashMap<
42 private static final Map<String, Class<?>> sSystemSettingToTypeMap = new HashMap<
44 private static final Map<String, Class<?>> sGlobalSettingToTypeMap = new HashMap<
  /frameworks/base/wifi/java/android/net/wifi/
WifiConnectionStatistics.java 25 import java.util.HashMap;
42 public HashMap<String, WifiNetworkConnectionStatistics> untrustedNetworkHistory;
60 untrustedNetworkHistory = new HashMap<String, WifiNetworkConnectionStatistics>();
101 untrustedNetworkHistory = new HashMap<String, WifiNetworkConnectionStatistics>();
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationCluster.java 24 import java.util.HashMap;
31 private HashMap<String, Long> mNewHistogram = new HashMap<String, Long>();
137 HashMap<String, String> timeFeatures = TimeStatsAggregator.getAllTimeFeatures(time);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapEventReport.java 29 import java.util.HashMap;
70 private BluetoothMapEventReport(HashMap<String, String> attrs) throws IllegalArgumentException {
196 HashMap<String, String> attrs = new HashMap<String, String>();
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
ObexAppParameters.java 21 import java.util.HashMap;
28 private final HashMap<Byte, byte[]> mParams;
31 mParams = new HashMap<Byte, byte[]>();
35 mParams = new HashMap<Byte, byte[]>();
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
ObexAppParameters.java 21 import java.util.HashMap;
28 private final HashMap<Byte, byte[]> mParams;
31 mParams = new HashMap<Byte, byte[]>();
35 mParams = new HashMap<Byte, byte[]>();
  /libcore/luni/src/main/java/java/util/
LinkedHashSet.java 86 /* overrides method in HashMap */
88 HashMap<E, HashSet<E>> createBackingMap(int capacity, float loadFactor) {

Completed in 1078 milliseconds

<<11121314151617181920>>