Home
last modified time | relevance | path

Searched refs:VALUES (Results 1 – 3 of 3) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DAtomicLongTest.java27 final long[] VALUES = { field in AtomicLongTest
221 for (long x : VALUES) { in testToString()
233 for (long x : VALUES) { in testIntValue()
245 for (long x : VALUES) { in testLongValue()
257 for (long x : VALUES) { in testFloatValue()
269 for (long x : VALUES) { in testDoubleValue()
DAtomicIntegerTest.java27 final int[] VALUES = { field in AtomicIntegerTest
218 for (int x : VALUES) { in testToString()
230 for (int x : VALUES) { in testIntValue()
242 for (int x : VALUES) { in testLongValue()
254 for (int x : VALUES) { in testFloatValue()
266 for (int x : VALUES) { in testDoubleValue()
/libcore/ojluni/src/main/java/java/util/
DHashtable.java274 return this.<V>getEnumeration(VALUES); in elements()
771 return getIterator(VALUES); in iterator()
1323 private static final int VALUES = 1; field in Hashtable
1385 return type == KEYS ? (T)e.key : (type == VALUES ? (T)e.value : (T)e); in nextElement()