Searched refs:codes (Results 1 – 4 of 4) sorted by relevance
26 int [] codes = {400, 404, 200, 500, 0}; in test_ConstructorLStringI() local30 codes[i]); in test_ConstructorLStringI()33 hre.responseCode() == codes[i]); in test_ConstructorLStringI()39 int [] codes = {400, -1, Integer.MAX_VALUE, Integer.MIN_VALUE, 0}; in test_ConstructorLStringILString() local45 codes[i], locations[i]); in test_ConstructorLStringILString()48 hre.responseCode() == codes[i]); in test_ConstructorLStringILString()
43 static final int[] codes = Charset_TestGenerator.codes; field in OldCharset_AbstractTest45 static final char[] chars = new char[codes.length]; // Is filled with51 static char[] theseChars (int... codes) { in theseChars() argument52 char[] chars = new char[codes.length]; in theseChars()53 for (int i = 0; i < codes.length; i++) chars[i] = (char) codes[i]; in theseChars()57 static byte[] theseBytes (int... codes) { in theseBytes() argument58 byte[] bytes = new byte[codes.length]; in theseBytes()59 for (int i = 0; i < codes.length; i++) bytes[i] = (byte) codes[i]; in theseBytes()
36 static final int[] codes = { field in Charset_TestGenerator101 static final char[] chars = OldCharset_AbstractTest.theseChars(codes);
1452 public static final int codes = 0; field in R