/libcore/ojluni/src/test/java/nio/Buffer/ |
D | Basic.java | 86 String got, char gotChar) in fail() 109 static void fail(Buffer b, long expected, long got) { in fail() 120 static void ck(Buffer b, long got, long expected) { in ck() 125 static void ck(Buffer b, float got, float expected) { in ck() 132 static void ck(Buffer b, double got, double expected) { in ck()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | CipherInputStream1Test.java | 114 int got = cis.read(result); // the number of got bytes in testRead2() local 155 int got = skip + cis.read(result, 0, 1); // the number of got bytes in testRead3() local 190 int got = skipped + cis.read(result, 0, 1); // the number of got bytes in testSkip() local
|
/libcore/ojluni/src/test/java/text/Format/NumberFormat/ |
D | BigDecimalParse.java | 683 private void checkParse(String orig, Number expected, Number got) { in checkParse() 692 private void checkType(String orig, String expected, String got) { in checkType() 701 private void checkParsePosition(String orig, int expected, int got) { in checkParsePosition()
|
D | BigDecimalFormat.java | 1018 private void checkFormat(String orig, StringBuffer got, String expected, in checkFormat()
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | OldAndroidDeflateTest.java | 136 int want = -1, got; in compress() local 175 int want = -1, got; in expand() local
|
/libcore/ojluni/src/test/jdk/internal/math/ |
D | ToString.java | 51 String got = FloatingDecimal.toJavaFormatString(c); in test() local
|
/libcore/ojluni/src/test/java/awt/font/NumericShaper/ |
D | EasternArabicTest.java | 92 String got = new String(text); in test() local
|
D | ShapingTest.java | 151 String got = new String(text); in checkResult() local
|
/libcore/benchmarks/src/benchmarks/ |
D | ReferenceBenchmark.java | 121 int got = count.get(); in timeFinalization() local
|
/libcore/ojluni/src/test/java/lang/StringBuffer/ |
D | Supplementary.java | 384 static void check(boolean err, String s, int got, int expected) { in check() 394 static void check(boolean err, String s, StringBuffer got, String expected) { in check()
|
/libcore/ojluni/src/test/java/lang/StringBuilder/ |
D | Supplementary.java | 399 static void check(boolean err, String s, int got, int expected) { in check() 409 static void check(boolean err, String s, StringBuilder got, String expected) { in check()
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandleAccessorsTest.java | 166 final char got; in getChar() local 209 final short got = (v == null) ? (short)m.invokeExact() : (short)m.invokeExact(v); in getShort() local 247 final int got = (v == null) ? (int)m.invokeExact() : (int)m.invokeExact(v); in getInt() local 285 final long got = (v == null) ? (long)m.invokeExact() : (long)m.invokeExact(v); in getLong() local 323 final float got = (v == null) ? (float)m.invokeExact() : (float)m.invokeExact(v); in getFloat() local 362 final double got = (v == null) ? (double)m.invokeExact() : (double)m.invokeExact(v); in getDouble() local 402 final String got = (v == null) ? (String)m.invokeExact() : (String)m.invokeExact(v); in getString() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | FloatTest.java | 874 Float got = Float.valueOf("432.1235"); in test_valueOfLjava_lang_String() local
|