Home
last modified time | relevance | path

Searched refs:testExceptions (Results 1 – 4 of 4) sorted by relevance

/external/wycheproof/java/com/google/security/wycheproof/testcases/
DRsaEncryptionTest.java99 public void testExceptions(String algorithm) throws Exception { in testExceptions() method in RsaEncryptionTest
145 testExceptions("RSA/ECB/PKCS1PADDING"); in testExceptionsPKCS1()
149 testExceptions("RSA/ECB/OAEPWITHSHA-1ANDMGF1PADDING"); in testGetExceptionsOAEP()
DEciesTest.java156 public void testExceptions(String algorithm) throws Exception { in testExceptions() method in EciesTest
198 testExceptions("ECIES"); in testEciesCorruptDefault()
/external/libxml2/
Dtestlimits.c1430 testException testExceptions[] = { variable
1450 for (j = 0;j < sizeof(testExceptions)/sizeof(testExceptions[0]);j++) { in launchTests()
1451 if ((testExceptions[j].test == test) && in launchTests()
1452 (testExceptions[j].limit == i)) { in launchTests()
1453 if (testExceptions[j].fail != -1) in launchTests()
1454 fail = testExceptions[j].fail; in launchTests()
1455 if (testExceptions[j].size != 0) in launchTests()
1456 limit = testExceptions[j].size; in launchTests()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSerializingExecutorTest.java127 public void testExceptions() { in testExceptions() method in SerializingExecutorTest