Searched refs:resl (Results 1 – 2 of 2) sorted by relevance
337 Object res; List<?> resl; in testSimple() local338 res = resl = (List<?>) mh.invoke((String)args[0], (Object)args[1]); in testSimple()349 Object res; List<?> resl; in testSimplePrims() local350 res = resl = (List<?>) mh.invoke(args[0], args[1]); in testSimplePrims()361 Object res; List<?> resl; in testAlternateName() local362 res = resl = (List<?>) mh.invoke((String)args[0], (Object)args[1]); in testAlternateName()508 Object res; List<?> resl; int resi; in testBoxConversions() local509 res = resl = (List<?>) mh.invoke((int)args[0], (Object)args[1]); in testBoxConversions()
275 Locale[] resl = Locale.getAvailableLocales(); in test_getAvailableLocales() local277 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()