Home
last modified time | relevance | path

Searched defs:checkResult (Results 1 – 25 of 45) sorted by relevance

12

/external/smali/smalidea/src/test/java/org/jf/smalidea/
DLightCodeInsightParsingTestCase.java87 protected void doTest(boolean checkResult) { in doTest()
155 …protected void checkResult(@NonNls @TestDataFile String targetDataName, final PsiFile file) throws… in checkResult() method in LightCodeInsightParsingTestCase
180 …protected void checkResult(@TestDataFile @NonNls String targetDataName, final String text) throws … in checkResult() method in LightCodeInsightParsingTestCase
/external/v8/test/mjsunit/regress/
Dregress-crbug-568477-1.js38 function checkResult() { function
Dregress-crbug-568477-3.js40 function checkResult() { function
/external/v8/test/mjsunit/es6/debug-promises/
Dpromise-all-uncaught.js57 function checkResult() { function
Dpromise-race-uncaught.js57 function checkResult() { function
Dreject-uncaught-all.js50 function checkResult() { function
Dreject-uncaught-uncaught.js50 function checkResult() { function
Dthrow-uncaught-uncaught.js51 function checkResult() { function
Dthrow-uncaught-all.js51 function checkResult() { function
Dthrow-caught-all.js52 function checkResult() { function
Dreject-caught-all.js53 function checkResult() { function
Dthrow-with-undefined-reject.js69 function checkResult() { function
Dreject-with-invalid-reject.js55 function checkResult() { function
Dreject-uncaught-late.js57 function checkResult() { function
Dreject-with-undefined-reject.js55 function checkResult() { function
Dthrow-with-throw-in-reject.js70 function checkResult() { function
Dreject-with-throw-in-reject.js67 function checkResult() { function
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java384 int checkResult = sc.areConfusable(s1, s2); in TestSpoofAPI() local
513 CheckResult checkResult = new CheckResult(); in TestRestrictionLevel() local
547 CheckResult checkResult = new CheckResult(); in TestMixedNumbers() local
800 CheckResult checkResult = new CheckResult(); in TestCheckResultToString11447() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
DSpoofCheckerTest.java388 int checkResult = sc.areConfusable(s1, s2); in TestSpoofAPI() local
517 CheckResult checkResult = new CheckResult(); in TestRestrictionLevel() local
551 CheckResult checkResult = new CheckResult(); in TestMixedNumbers() local
804 CheckResult checkResult = new CheckResult(); in TestCheckResultToString11447() local
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
DKeyAgreement_ImplTest.java84 protected void checkResult(KeyAgreement keyAgr) in checkResult() method in KeyAgreement_ImplTest
DSecretKeyFactory_ImplTest.java79 private void checkResult(SecretKeyFactory skf) throws InvalidKeyException, in checkResult() method in SecretKeyFactory_ImplTest
DKeyGenerator_ImplTest.java82 private void checkResult(KeyGenerator keyGen) { in checkResult() method in KeyGenerator_ImplTest
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DTrustManagerFactory2Test.java76 private void checkResult(TrustManagerFactory tmf) throws Exception { in checkResult() method in TrustManagerFactory2Test
DKeyManagerFactory2Test.java79 private void checkResult(KeyManagerFactory keyMF) in checkResult() method in KeyManagerFactory2Test
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DCertPathValidator2Test.java87 private void checkResult(CertPathValidator certV) in checkResult() method in CertPathValidator2Test

12