Home
last modified time | relevance | path

Searched defs:codes (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DOldHttpRetryExceptionTest.java26 int [] codes = {400, 404, 200, 500, 0}; in test_ConstructorLStringI() local
39 int [] codes = {400, -1, Integer.MAX_VALUE, Integer.MIN_VALUE, 0}; in test_ConstructorLStringILString() local
/libcore/luni/src/test/java/libcore/java/nio/charset/
DOldCharset_AbstractTest.java43 static final int[] codes = Charset_TestGenerator.codes; field in OldCharset_AbstractTest
51 static char[] theseChars (int... codes) { in theseChars()
57 static byte[] theseBytes (int... codes) { in theseBytes()
DCharset_TestGenerator.java36 static final int[] codes = { field in Charset_TestGenerator
/libcore/benchmarks/src/benchmarks/regression/
DR.java1452 public static final int codes = 0; field in R