Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DInvokeGenericTest.java337 Object res; List<?> resl; in testSimple() local
338 res = resl = (List<?>) mh.invoke((String)args[0], (Object)args[1]); in testSimple()
349 Object res; List<?> resl; in testSimplePrims() local
350 res = resl = (List<?>) mh.invoke(args[0], args[1]); in testSimplePrims()
361 Object res; List<?> resl; in testAlternateName() local
362 res = resl = (List<?>) mh.invoke((String)args[0], (Object)args[1]); in testAlternateName()
508 Object res; List<?> resl; int resi; in testBoxConversions() local
509 res = resl = (List<?>) mh.invoke((int)args[0], (Object)args[1]); in testBoxConversions()
/libcore/luni/src/test/java/libcore/java/text/
DOldNumberFormatTest.java275 Locale[] resl = Locale.getAvailableLocales(); in test_getAvailableLocales() local
277 l.length == resl.length); in test_getAvailableLocales()
279 for (int i = 0; i < resl.length; i++) { in test_getAvailableLocales()
280 assertEquals("elements " + i + " are not equal: ", resl[i], l[i]); in test_getAvailableLocales()