Home
last modified time | relevance | path

Searched refs:valueArray (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/tests/api/java/util/
DWeakHashMapTest.java44 Object[] valueArray = new Object[100]; field in WeakHashMapTest
57 whm.put(keyArray[i], valueArray[i]); in test_Constructor()
60 whm.get(keyArray[i]) == valueArray[i]); in test_Constructor()
71 whm.put(keyArray[i], valueArray[i]); in test_ConstructorI()
74 whm.get(keyArray[i]) == valueArray[i]); in test_ConstructorI()
96 whm.put(keyArray[i], valueArray[i]); in test_ConstructorIF()
99 whm.get(keyArray[i]) == valueArray[i]); in test_ConstructorIF()
144 whm.put(keyArray[i], valueArray[i]); in test_clear()
160 whm.put(keyArray[i], valueArray[i]); in test_containsKeyLjava_lang_Object()
175 whm.put(keyArray[i], valueArray[i]); in test_containsValueLjava_lang_Object()
[all …]
/libcore/luni/src/main/native/
Dlibcore_icu_ICU.cpp295 …d(JNIEnv* env, jobject obj, const char* fieldName, const UnicodeString* valueArray, int32_t size) { in setStringArrayField() argument
298 … ScopedLocalRef<jstring> s(env, env->NewString(valueArray[i].getBuffer(),valueArray[i].length())); in setStringArrayField()