Searched refs:HashMap (Results 76 - 100 of 904) sorted by relevance

1234567891011>>

/external/guava/guava-tests/test/com/google/common/collect/
H A DConstrainedMapImplementsMapTest.java22 import java.util.HashMap;
35 return MapConstraints.constrainedMap(new HashMap<String, Integer>(),
41 new HashMap<String, Integer>(), MapConstraintsTest.TEST_CONSTRAINT);
62 // GWT's HashMap.entrySet().removeAll(null) doesn't throws NPE.
70 // GWT's HashMap.entrySet().retainAll(null) doesn't throws NPE.
78 // GWT's HashMap.keySet().removeAll(null) doesn't throws NPE.
86 // GWT's HashMap.keySet().retainAll(null) doesn't throws NPE.
94 // GWT's HashMap.values().removeAll(null) doesn't throws NPE.
102 // GWT's HashMap.values().retainAll(null) doesn't throws NPE.
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DAssetCache.java36 import java.util.HashMap;
55 private final HashMap<AssetKey, Object> regularCache = new HashMap<AssetKey, Object>();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMimeTypeMap.java8 import java.util.HashMap;
19 Map<String, String> extensionToMimeTypeMap = new HashMap<String, String>();
20 Map<String, String> mimeTypeToExtensionMap = new HashMap<String, String>();
H A DShadowStateListDrawable.java10 import java.util.HashMap;
21 stateToResource = new HashMap<Integer, Integer>();
22 stateToDrawable = new HashMap<List<Integer>, Drawable>();
H A DShadowNotificationManager.java9 import java.util.HashMap;
17 private Map<Integer, Notification> notifications = new HashMap<Integer, Notification>();
18 private Map<String, Integer> idForTag = new HashMap<String, Integer>();
/external/smack/src/org/jivesoftware/smack/sasl/
H A DSASLGSSAPIMechanism.java27 import java.util.HashMap;
63 Map<String,String> props = new HashMap<String,String>();
82 Map<String,String> props = new HashMap<String, String>();
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DConcurrentHashMap.java22 import java.util.HashMap;
30 * single-threaded</a>, it is essentially a {@link java.util.HashMap},
41 this.backingMap = new HashMap<K, V>();
45 this.backingMap = new HashMap<K, V>(initialCapacity);
49 this.backingMap = new HashMap<K, V>(initialCapacity, loadFactor);
53 this.backingMap = new HashMap<K, V>(t);
/external/smack/src/org/xbill/DNS/
H A DMnemonic.java5 import java.util.HashMap;
33 private HashMap strings;
34 private HashMap values;
52 strings = new HashMap();
53 values = new HashMap();
/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.h34 template <typename T1, typename T2> class HashMap;
148 HashMap<std::string,SubGraph*> m_SubgraphList;
149 HashMap<int,std::string> m_TagList; // <item tag = ...
150 HashMap<int,std::string> m_LabelList; // Stores all network label IDs, including rule names
151 HashMap<int,std::string> m_SortedLabelList; // Used to sort the labels fo
152 HashMap<int, std::string> m_PhonemeList; // Stores triphones
153 HashMap<std::string,int> m_RuleList; // Stores rule name and index used in the LabelList. Use to distinguish which are rules.
154 HashMap<int, std::string> m_RuleScope;
155 HashMap<int, std::string> m_SlotList;
156 HashMap<st
[all...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DSQLClientInfoExceptionTest.java23 import java.util.HashMap;
53 Map<String, ClientInfoStatus> failedProperties = new HashMap<String, ClientInfoStatus>();
74 Map<String, ClientInfoStatus> failedProperties = new HashMap<String, ClientInfoStatus>();
113 Map<String, ClientInfoStatus> failedProperties = new HashMap<String, ClientInfoStatus>();
136 Map<String, ClientInfoStatus> failedProperties = new HashMap<String, ClientInfoStatus>();
163 Map<String, ClientInfoStatus> failedProperties = new HashMap<String, ClientInfoStatus>();
186 Map<String, ClientInfoStatus> failedProperties = new HashMap<String, ClientInfoStatus>();
213 Map<String, ClientInfoStatus> failedProperties = new HashMap<String, ClientInfoStatus>();
259 Map<String, ClientInfoStatus> failedProperties = new HashMap<String, ClientInfoStatus>();
274 Map<String, ClientInfoStatus> failedProperties = new HashMap<Strin
[all...]
H A DResultSetTest.java22 import java.util.HashMap;
33 HashMap<String, Integer> thePublicStatics = new HashMap<String, Integer>();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/JavaCompat/
H A DExpr.g347 import java.util.HashMap;
49 using HashMap = System.Collections.Generic.Dictionary<object,object>;
68 using HashMap = System.Collections.Generic.Dictionary<object,object>;
74 HashMap memory = new HashMap();
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketPerMessageDeflate.cpp37 #include "wtf/HashMap.h"
55 virtual bool processResponse(const HashMap<String, String>&) OVERRIDE;
78 bool CompressionMessageExtensionProcessor::processResponse(const HashMap<String, String>& parameters) argument
89 HashMap<String, String>::const_iterator c2sNoContextTakeover = parameters.find("c2s_no_context_takeover");
90 HashMap<String, String>::const_iterator c2sMaxWindowBits = parameters.find("c2s_max_window_bits");
91 HashMap<String, String>::const_iterator s2cNoContextTakeover = parameters.find("s2c_no_context_takeover");
92 HashMap<String, String>::const_iterator s2cMaxWindowBits = parameters.find("s2c_max_window_bits");
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
H A DParserLoader.java31 import java.util.HashMap;
39 private HashMap<String, Class> classList;
54 classList = new HashMap<String, Class>();
/external/apache-http/src/org/apache/http/impl/
H A DHttpConnectionMetricsImpl.java34 import java.util.HashMap;
56 private HashMap metricsCache;
129 this.metricsCache = new HashMap();
/external/apache-http/src/org/apache/http/params/
H A DBasicHttpParams.java36 import java.util.HashMap;
58 private HashMap parameters;
75 this.parameters = new HashMap();
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValuePool.h34 #include "wtf/HashMap.h"
66 typedef HashMap<unsigned, RefPtr<CSSPrimitiveValue> > ColorValueCache;
78 typedef HashMap<AtomicString, RefPtr<CSSValueList> > FontFaceValueCache;
81 typedef HashMap<String, RefPtr<CSSPrimitiveValue> > FontFamilyValueCache;
/external/chromium_org/third_party/WebKit/Source/core/platform/network/
H A DHTTPHeaderMap.cpp72 return HashMap<AtomicString, AtomicString, CaseFoldingHash>::get(name);
77 return HashMap<AtomicString, AtomicString, CaseFoldingHash>::add(name, value);
80 // Adapter that allows the HashMap to take C strings as keys.
113 return HashMap<AtomicString, AtomicString, CaseFoldingHash>::add<CaseFoldingCStringTranslator>(name, value);
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
H A DFramePool.java32 import java.util.HashMap;
48 private final HashMap<Long, LinkedList<I420Frame>> availableFrames =
49 new HashMap<Long, LinkedList<I420Frame>>();
/external/guava/guava/src/com/google/common/collect/
H A DHashBiMap.java25 import java.util.HashMap;
31 * A {@link BiMap} backed by two {@link HashMap} instances. This implementation
73 super(new HashMap<K, V>(), new HashMap<V, K>());
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
H A DUncachedOggStream.java39 import java.util.HashMap;
53 private HashMap<Integer, LogicalOggStream> logicalStreams
54 = new HashMap<Integer, LogicalOggStream>();
/external/mockito/src/org/mockito/internal/util/
H A DPrimitives.java7 import java.util.HashMap;
13 private static Map<Class<?>, Class<?>> primitiveTypes = new HashMap<Class<?>, Class<?>>();
14 private static Map<Class<?>, Object> primitiveOrWrapperDefaultValues = new HashMap<Class<?>, Object>();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DResourceReferenceResolver.java4 import java.util.HashMap;
9 private Map<String, T> attributeNamesToValues = new HashMap<String, T>();
10 private Map<String, List<String>> unresolvedReferences = new HashMap<String, List<String>>();
/external/smack/src/com/kenai/jbosh/
H A DTerminalBindingCondition.java19 import java.util.HashMap;
31 COND_TO_INSTANCE = new HashMap<String, TerminalBindingCondition>();
37 CODE_TO_INSTANCE = new HashMap<Integer, TerminalBindingCondition>();
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
H A DJInputJoyInput.java10 import java.util.HashMap;
23 private HashMap<Button, Integer>[] buttonIdsToIndices;
24 private HashMap<Axis, Integer>[] axisIdsToIndices;
25 private HashMap<Controller, Integer> controllerToIndices;
70 controllerToIndices = new HashMap<Controller, Integer>();
84 buttonIdsToIndices = new HashMap[joyIndex];
85 axisIdsToIndices = new HashMap[joyIndex];
96 buttonIdsToIndices[joyIndex] = new HashMap<Button, Integer>();
97 axisIdsToIndices[joyIndex] = new HashMap<Axis, Integer>();

Completed in 1064 milliseconds

1234567891011>>