Home
last modified time | relevance | path

Searched defs:got (Results 1 – 13 of 13) sorted by relevance

/libcore/ojluni/src/test/java/nio/Buffer/
DBasic.java86 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/
DCipherInputStream1Test.java114 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/
DBigDecimalParse.java683 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()
DBigDecimalFormat.java1018 private void checkFormat(String orig, StringBuffer got, String expected, in checkFormat()
/libcore/luni/src/test/java/libcore/java/util/zip/
DOldAndroidDeflateTest.java136 int want = -1, got; in compress() local
175 int want = -1, got; in expand() local
/libcore/ojluni/src/test/jdk/internal/math/
DToString.java51 String got = FloatingDecimal.toJavaFormatString(c); in test() local
/libcore/ojluni/src/test/java/awt/font/NumericShaper/
DEasternArabicTest.java92 String got = new String(text); in test() local
DShapingTest.java151 String got = new String(text); in checkResult() local
/libcore/benchmarks/src/benchmarks/
DReferenceBenchmark.java121 int got = count.get(); in timeFinalization() local
/libcore/ojluni/src/test/java/lang/StringBuffer/
DSupplementary.java384 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/
DSupplementary.java399 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/
DMethodHandleAccessorsTest.java166 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/
DFloatTest.java874 Float got = Float.valueOf("432.1235"); in test_valueOfLjava_lang_String() local