Searched refs:failed (Results 1 – 7 of 7) sorted by relevance
43 static boolean failed = false; field in ShutdownInput66 if (failed) { in main()79 failed = true; in test()89 failed = true; in test()
35 private boolean failed = false; field in CharsetTest.CheckerThread46 failed = true; in run()68 assertTrue(!ct.failed); in test_multiThreadedForName()
65 void failed(Throwable exc, A attachment); in failed() method
40 public void failed(Throwable exc, Object attachment) { in failed() method in FutureLikeCompletionHandler
268 public void failed(Throwable exc, String attachment) { in failed() method in AsynchronousFileChannelTest.RecordingHandler671 public void failed(Throwable exc, String attachment) { in testCustomExecutor()
534 final boolean[] failed = new boolean[1]; in test_uncaughtException_naturalDeath()539 failed[0] = true; in test_uncaughtException_naturalDeath()552 + testRoot, failed[0]); in test_uncaughtException_naturalDeath()
128 handler.failed(exc, attachment); in invokeUnchecked()