/libcore/ojluni/src/test/java/awt/font/NumericShaper/ |
D | ShapingTest.java | 80 checkResult("ARABIC | TAMIL | ETHIOPIC", in test6842557() 83 checkResult("Range.ARABIC, Range.TAMIL, Range.ETHIOPIC", in test6842557() 101 checkResult("ARABIC", ns, given, expected_ARABIC); in test6943963() 104 checkResult("Range.ARABIC", ns, given, expected_ARABIC); in test6943963() 107 checkResult("EASTERN_ARABIC", ns, given, expected_EASTERN_ARABIC); in test6943963() 110 checkResult("Range.EASTERN_ARABIC", ns, given, expected_EASTERN_ARABIC); in test6943963() 113 checkResult("ARABIC | EASTERN_ARABIC", ns, given, expected_EASTERN_ARABIC); in test6943963() 116 checkResult("Range.ARABIC, Range.EASTERN_ARABIC", ns, given, expected_EASTERN_ARABIC); in test6943963() 123 checkResult("Range.TAI_THAM_HORA", ns, given, expected); in test6903266() 129 checkResult("Range.TAI_THAM_HORA, Range.TAI_THAM_THAM", ns, given, expected); in test6903266() [all …]
|
/libcore/ojluni/src/test/java/lang/Math/ |
D | ExactArithTests.java | 235 checkResult("long Math.addExact", x, y, sum, resultBig); in testLongExact() 246 checkResult("long Math.subtractExact", x, y, diff, resultBig); in testLongExact() 257 checkResult("long Math.multiplyExact", x, y, product, resultBig); in testLongExact() 268 checkResult("long Math.incrementExact", x, 1L, inc, resultBig); in testLongExact() 279 checkResult("long Math.decrementExact", x, 1L, dec, resultBig); in testLongExact() 290 checkResult("long Math.negateExact", x, 0L, dec, resultBig); in testLongExact() 319 static void checkResult(String message, long x, long y, long result, BigInteger expected) { in checkResult() method in ExactArithTests 386 checkResult("long Math.multiplyExact", x, y, product, resultBig); in testLongIntExact()
|
/libcore/luni/src/test/java/tests/security/cert/ |
D | CertPathBuilder2Test.java | 79 private void checkResult(CertPathBuilder certBuild) in checkResult() method in CertPathBuilder2Test 120 checkResult(cerPB); in testGetInstance01() 184 checkResult(cerPB); in testGetInstance02() 226 checkResult(cerPB); in testGetInstance03()
|
D | CertPathValidator2Test.java | 80 private void checkResult(CertPathValidator certV) throws CertPathValidatorException, in checkResult() method in CertPathValidator2Test 129 checkResult(cerPV); in testGetInstance01() 188 checkResult(cerPV); in testGetInstance02() 229 checkResult(cerPV); in testGetInstance03()
|
D | CertificateFactory2Test.java | 84 private void checkResult(CertificateFactory certFactory, boolean mode) in checkResult() method in CertificateFactory2Test 201 checkResult(cerF, mode); in GetInstance01() 266 checkResult(cerF, mode); in GetInstance02() 310 checkResult(cerF, mode); in GetInstance03()
|
/libcore/ojluni/src/test/java/lang/StrictMath/ |
D | ExactArithTests.java | 210 checkResult("long StrictMath.addExact", x, y, sum, resultBig); in testLongExact() 221 checkResult("long StrictMath.subtractExact", x, y, diff, resultBig); in testLongExact() 232 checkResult("long StrictMath.multiplyExact", x, y, product, resultBig); in testLongExact() 261 static void checkResult(String message, long x, long y, long result, BigInteger expected) { in checkResult() method in ExactArithTests 329 checkResult("long StrictMath.multiplyExact", x, y, product, resultBig); in testLongIntExact()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
D | TrustManagerFactory2Test.java | 74 private void checkResult(TrustManagerFactory tmf) throws Exception { in checkResult() method in TrustManagerFactory2Test 140 checkResult(tmf); in test_getInstanceLjava_lang_String() 207 checkResult(tmf); in test_getInstanceLjava_lang_StringLjava_lang_String() 252 checkResult(tmf); in testLjava_lang_StringLjava_security_Provider()
|
D | KeyManagerFactory2Test.java | 77 private void checkResult(KeyManagerFactory keyMF) in checkResult() method in KeyManagerFactory2Test 148 checkResult(keyMF); in test_getInstanceLjava_lang_String() 215 checkResult(keyMF); in test_getInstanceLjava_lang_StringLjava_lang_String() 260 checkResult(keyMF); in test_getInstanceLjava_lang_StringLjava_security_Provider()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | KeyPairGenerator2Test.java | 88 private void checkResult(KeyPairGenerator keyPairGen, int mode) in checkResult() method in KeyPairGenerator2Test 207 checkResult(kpG, mode); in GetInstance01() 269 checkResult(kpG, mode); in GetInstance02() 315 checkResult(kpG, mode); in GetInstance03()
|