Searched defs:failed (Results 1 - 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/
H A DCompletionHandler.java34 * completes successfully. The {@link #failed failed} method is invoked if the
61 * The exception to indicate why the I/O operation failed
65 void failed(Throwable exc, A attachment); method in interface:CompletionHandler
/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DFutureLikeCompletionHandler.java40 public void failed(Throwable exc, Object attachment) { method in class:FutureLikeCompletionHandler
H A DAsynchronousFileChannelTest.java268 public void failed(Throwable exc, String attachment) { method in class:AsynchronousFileChannelTest.RecordingHandler
671 public void failed(Throwable exc, String attachment) {
/libcore/luni/src/test/java/libcore/java/nio/charset/
H A DCharsetTest.java35 private boolean failed = false; field in class:CharsetTest.CheckerThread
46 failed = true;
68 assertTrue(!ct.failed);
/libcore/ojluni/src/test/java/net/Socket/
H A DShutdownInput.java43 static boolean failed = false; field in class:ShutdownInput
66 if (failed) {
79 failed = true;
89 failed = true;
/libcore/dom/src/test/java/org/w3c/domts/
H A DJUnitTestCaseAdapter.java53 private boolean failed = false; field in class:JUnitTestCaseAdapter
76 failed = true;
95 failed = true;
101 failed = true;
107 failed = true;
113 failed = true;
119 failed = true;
125 failed = true;
131 failed = true;
137 failed
[all...]

Completed in 113 milliseconds