Home
last modified time | relevance | path

Searched refs:checkResult (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/test/java/awt/font/NumericShaper/
DShapingTest.java80 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/
DExactArithTests.java235 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/
DCertPathBuilder2Test.java79 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()
DCertPathValidator2Test.java80 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()
DCertificateFactory2Test.java84 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/
DExactArithTests.java210 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/
DTrustManagerFactory2Test.java74 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()
DKeyManagerFactory2Test.java77 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/
DKeyPairGenerator2Test.java88 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()