Searched refs:valueArray (Results 1 – 2 of 2) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | WeakHashMapTest.java | 52 Object[] valueArray = new Object[100]; field in WeakHashMapTest 65 whm.put(keyArray[i], valueArray[i]); in test_Constructor() 67 assertTrue("Incorrect value retrieved", whm.get(keyArray[i]) == valueArray[i]); in test_Constructor() 78 whm.put(keyArray[i], valueArray[i]); in test_ConstructorI() 80 assertTrue("Incorrect value retrieved", whm.get(keyArray[i]) == valueArray[i]); in test_ConstructorI() 102 whm.put(keyArray[i], valueArray[i]); in test_ConstructorIF() 104 assertTrue("Incorrect value retrieved", whm.get(keyArray[i]) == valueArray[i]); in test_ConstructorIF() 142 whm.put(keyArray[i], valueArray[i]); in test_clear() 157 whm.put(keyArray[i], valueArray[i]); in test_containsKeyLjava_lang_Object() 171 whm.put(keyArray[i], valueArray[i]); in test_containsValueLjava_lang_Object() [all …]
|
/libcore/luni/src/main/native/ |
D | libcore_icu_ICU.cpp | 342 …Env* env, jobject obj, const char* fieldName, const icu::UnicodeString* valueArray, int32_t size) { in setStringArrayField() argument 345 … ScopedLocalRef<jstring> s(env, env->NewString(valueArray[i].getBuffer(),valueArray[i].length())); in setStringArrayField()
|