Home
last modified time | relevance | path

Searched refs:codes (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DOldHttpRetryExceptionTest.java26 int [] codes = {400, 404, 200, 500, 0}; in test_ConstructorLStringI() local
30 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() local
45 codes[i], locations[i]); in test_ConstructorLStringILString()
48 hre.responseCode() == codes[i]); in test_ConstructorLStringILString()
/libcore/luni/src/test/java/libcore/java/nio/charset/
DOldCharset_AbstractTest.java38 static final int[] codes = Charset_TestGenerator.codes; field in OldCharset_AbstractTest
40 static final char[] chars = new char[codes.length]; // Is filled with
46 static char[] theseChars (int... codes) { in theseChars() argument
47 char[] chars = new char[codes.length]; in theseChars()
48 for (int i = 0; i < codes.length; i++) chars[i] = (char) codes[i]; in theseChars()
52 static byte[] theseBytes (int... codes) { in theseBytes() argument
53 byte[] bytes = new byte[codes.length]; in theseBytes()
54 for (int i = 0; i < codes.length; i++) bytes[i] = (byte) codes[i]; in theseBytes()
DCharset_TestGenerator.java36 static final int[] codes = { field in Charset_TestGenerator
101 static final char[] chars = OldCharset_AbstractTest.theseChars(codes);
/libcore/dex/src/main/java/com/android/dex/
DTableOfContents.java44 public final Section codes = new Section(0x2001); field in TableOfContents
52 typeLists, annotationSetRefLists, annotationSets, classDatas, codes, stringDatas,
/libcore/benchmarks/src/benchmarks/regression/
DR.java1452 public static final int codes = 0; field in R