Searched refs:res1 (Results 1 – 3 of 3) sorted by relevance
415 byte [] res1 = macs[i].doFinal(); in testMac11()416 byte [] res2 = new byte[res1.length + 10]; in testMac11()418 for (int j = 0; j < res1.length; j++) { in testMac11()420 .concat(Integer.toString(j)), res1[j], res2[j]); in testMac11()440 byte[] res1 = macs[i].doFinal(); in testMac12()443 Arrays.toString(res1), in testMac12()448 res1 = macs[i].doFinal(); in testMac12()450 Arrays.toString(res1), in testMac12()509 byte [] res1; in testMac14()515 res1 = macs[i].doFinal(); in testMac14()[all …]
354 String res1 = "\u0069".toUpperCase(); in test_setDefaultLjava_util_Locale() local357 assertEquals("Wrong toUppercase conversion", "\u0130", res1); in test_setDefaultLjava_util_Locale()
1230 ResultSet res1 = null; in testGetMoreResults() local