Home
last modified time | relevance | path

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

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DWeakHashMapTest.java44 Object[] valueArray = new Object[100]; field in WeakHashMapTest
61 whm.put(keyArray[i], valueArray[i]); in test_Constructor()
64 whm.get(keyArray[i]) == valueArray[i]); in test_Constructor()
75 whm.put(keyArray[i], valueArray[i]); in test_ConstructorI()
78 whm.get(keyArray[i]) == valueArray[i]); in test_ConstructorI()
93 whm.put(keyArray[i], valueArray[i]); in test_ConstructorIF()
96 whm.get(keyArray[i]) == valueArray[i]); in test_ConstructorIF()
120 whm.put(keyArray[i], valueArray[i]); in test_clear()
136 whm.put(keyArray[i], valueArray[i]); in test_containsKeyLjava_lang_Object()
151 whm.put(keyArray[i], valueArray[i]); in test_containsValueLjava_lang_Object()
[all …]
/external/icu4c/layout/
DLookupTables.h64 LookupValue valueArray[ANY_NUMBER]; member
86 LookupValue valueArray[ANY_NUMBER]; member
DSimpleArrayProcessor.cpp44 TTGlyphID newGlyph = SWAPW(simpleArrayLookupTable->valueArray[LE_GET_GLYPH(thisGlyph)]); in process()
DTrimmedArrayProcessor.cpp48 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]); in process()
/external/webkit/Source/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm79 ATSUFontID *valueArray[1] = {&fontId};
80 OSStatus status = ATSUSetAttributes(fontStyle, 1, &tag, &size, (void* const*)valueArray);
/external/bluetooth/bluez/tools/
Dsdptool.c869 void **valueArray; in set_attribseq() local
888 valueArray = (void **)malloc(argc * sizeof(void *)); in set_attribseq()
903 valueArray[i] = &value_uuid->value.uuid16; in set_attribseq()
912 valueArray[i] = value_int; in set_attribseq()
917 valueArray[i] = argv[i]; in set_attribseq()
922 pSequenceHolder = sdp_seq_alloc(dtdArray, valueArray, argc); in set_attribseq()
938 free(valueArray); in set_attribseq()