Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 9 of 9) 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/dom/src/test/java/org/w3c/domts/
DJUnitTestCaseAdapter.java53 private boolean failed = false; field in JUnitTestCaseAdapter
76 failed = true; in setName()
95 failed = true; in setName()
101 failed = true; in setName()
107 failed = true; in setName()
113 failed = true; in setName()
119 failed = true; in setName()
125 failed = true; in setName()
131 failed = true; in setName()
137 failed = true; in setName()
[all …]
/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()
DThreadTest.java297 boolean failed = false; in test_enumerate$Ljava_lang_Thread() field in ThreadTest.MyThread
338 failed = true; in test_enumerate$Ljava_lang_Thread()
368 assertFalse(t.failMessage, t.failed); in test_enumerate$Ljava_lang_Thread()
/libcore/ojluni/src/main/java/sun/nio/ch/
DInvoker.java128 handler.failed(exc, attachment); in invokeUnchecked()