Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/test/java/net/Socket/
DShutdownInput.java43 static boolean failed = false; field in ShutdownInput
66 if (failed) { in main()
79 failed = true; in test()
89 failed = true; in test()
/libcore/luni/src/test/java/libcore/java/nio/charset/
DCharsetTest.java35 private boolean failed = false; field in CharsetTest.CheckerThread
46 failed = true; in run()
68 assertTrue(!ct.failed); in test_multiThreadedForName()
/libcore/ojluni/src/main/java/java/nio/channels/
DCompletionHandler.java65 void failed(Throwable exc, A attachment); in failed() method
/libcore/luni/src/test/java/libcore/java/nio/channels/
DFutureLikeCompletionHandler.java40 public void failed(Throwable exc, Object attachment) { in failed() method in FutureLikeCompletionHandler
DAsynchronousFileChannelTest.java268 public void failed(Throwable exc, String attachment) { in failed() method in AsynchronousFileChannelTest.RecordingHandler
671 public void failed(Throwable exc, String attachment) { in testCustomExecutor()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java534 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()
/libcore/ojluni/src/main/java/sun/nio/ch/
DInvoker.java128 handler.failed(exc, attachment); in invokeUnchecked()