Searched defs:failure (Results 1 – 11 of 11) sorted by relevance
71 Failure failure = failures.get(0); in testDoesNotReleaseResource() local89 Failure failure = failures.get(0); in testDoesNotReleaseResourceDueToFailure() local108 Failure failure = failures.get(0); in testResourceOwnerDoesNotOverrideFinalize() local127 Failure failure = failures.get(0); in testResourceOwnerOverridesFinalizeButDoesNotReportLeak() local152 Failure failure = failures.get(0); in testResourceOwnerOverridesFinalizeAndReportsLeak() local174 private void checkResourceNotReleased(Failure failure, String expectedMessage) { in checkResourceNotReleased()
357 Exception failure = null; in generatePublic() local395 Exception failure = null; in generatePrivate() local444 Exception failure = null; in getKeySpec() local481 Exception failure = null; in translateKey() local
245 NoSuchAlgorithmException failure = null; in getInstance() local673 RuntimeException failure = null; in initialize() local700 Exception failure = null; in initialize() local729 RuntimeException failure = null; in generateKeyPair() local
367 NoSuchAlgorithmException failure; in getInstance() local
463 RuntimeException failure = null; in init() local522 Exception failure = null; in init() local585 RuntimeException failure = null; in init() local614 RuntimeException failure = null; in generateKey() local
520 Exception failure = null; in generateSecret() local564 Exception failure = null; in getKeySpec() local599 Exception failure = null; in translateKey() local
132 NoSuchAlgorithmException failure = null; in getInstance() local
92 Throwable failure; in execAndGetOutput() local
162 NoSuchAlgorithmException failure; in getInstance() local187 NoSuchAlgorithmException failure = null; in getInstance() local
63 final AtomicReference<Exception> failure = new AtomicReference<>(); in testImplAccept_detectsClosedState() local
70 private int failure = 0; field in TestFormatter