Searched refs:res1 (Results 1 – 3 of 3) sorted by relevance
445 byte [] res1 = macs[i].doFinal(); in testMac11()446 byte [] res2 = new byte[res1.length + 10]; in testMac11()448 for (int j = 0; j < res1.length; j++) { in testMac11()450 .concat(Integer.toString(j)), res1[j], res2[j]); in testMac11()470 byte[] res1 = macs[i].doFinal(); in testMac12()473 Arrays.toString(res1), in testMac12()478 res1 = macs[i].doFinal(); in testMac12()480 Arrays.toString(res1), in testMac12()539 byte [] res1; in testMac14()545 res1 = macs[i].doFinal(); in testMac14()[all …]
349 String res1 = "\u0069".toUpperCase(); in test_setDefaultLjava_util_Locale() local352 assertEquals("Wrong toUppercase conversion", "\u0130", res1); in test_setDefaultLjava_util_Locale()
1230 ResultSet res1 = null; in testGetMoreResults() local