Home
last modified time | relevance | path

Searched defs:hashMap (Results 1 – 10 of 10) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DIdentityHashMapTest.java135 IdentityHashMap<String, String> hashMap = new IdentityHashMap<String, String>(); in test_removeLjava_lang_Object() local
362 IdentityHashMap hashMap = new IdentityHashMap(); in test_clone_scenario1() local
371 IdentityHashMap hashMap = new IdentityHashMap(); in test_clone_scenario2() local
384 IdentityHashMap hashMap = new IdentityHashMap(); in test_clone_scenario3() local
396 IdentityHashMap hashMap = new IdentityHashMap(); in test_clone_scenario4() local
405 IdentityHashMap hashMap = new IdentityHashMap(); in test_clone_scenario5() local
DEnumMapTest.java579 HashMap hashMap = new HashMap(); in test_equalsLjava_lang_Object() local
DLinkedHashMapTest.java377 LinkedHashMap hashMap = new MockMap(); in test_clone_Mock() local
DHashMapTest.java535 HashMap hashMap = new HashMap(); in test_putAllLjava_util_Map_Null() local
/external/webkit/Source/WebKit/win/
DCOMPropertyBag.h69 COMPropertyBag(const HashMapType& hashMap) in COMPropertyBag()
83 …ertyBag<typename ValueType, typename KeyType, HashType>::createInstance(const HashMapType& hashMap) in createInstance()
91 …hType>* COMPropertyBag<typename ValueType, typename KeyType, HashType>::adopt(HashMapType& hashMap) in adopt()
/external/guava/guava-gwt/src/com/google/common/collect/
DHashBasedTable_CustomFieldSerializer.java39 Map<?, ?> hashMap = (Map<?, ?>) reader.readObject(); in instantiate() local
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableBiMapTest.java447 Map<String, Integer> hashMap = Maps.newLinkedHashMap(); in testFromHashMap() local
DMapsTest.java142 private static int sizeOf(HashMap<?, ?> hashMap) throws Exception { in sizeOf()
/external/jhead/
Dmain.c58 static void addExifAttibute(JNIEnv *env, jmethodID putMethod, jobject hashMap, char* key, char* val… in addExifAttibute()
/external/webkit/Source/WebKit/android/jni/
DWebCoreFrameBridge.cpp349 jobject hashMap = env->NewObject(mapClass, init, map.size()); in createJavaMapFromHTTPHeaders() local
1744 jobject hashMap = env->NewObject(mapClass, init, 1); in saveFormData() local