Searched defs:fail (Results 1 - 7 of 7) sorted by path

/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMTestCase.java126 public void fail(String assertID) { method in class:DOMTestCase
127 framework.fail(this, assertID);
H A DDOMTestFramework.java34 void fail(DOMTestCase test, String assertID); method in interface:DOMTestFramework
H A DJUnitTestCaseAdapter.java158 fail(errorMessage);
160 fail("init failed");
167 fail("Document loaded with willBeModified='false' was modified in course of test.");
180 public void fail(DOMTestCase test, String assertID) { method in class:JUnitTestCaseAdapter
181 fail(assertID);
/libcore/ojluni/src/main/java/java/net/
H A DURI.java2887 private void fail(String reason) throws URISyntaxException { method in class:URI.Parser
2891 private void fail(String reason, int p) throws URISyntaxException { method in class:URI.Parser
2898 fail("Expected " + expected, p);
2904 fail("Expected " + expected + " following " + prior, p);
3022 fail("Malformed escape pair", p);
3065 fail("Illegal character in " + what, p);
3116 fail("end of URI", p);
3230 fail("Illegal character in authority", q);
3265 fail ("scope id expected");
3293 fail("Malforme
[all...]
/libcore/ojluni/src/main/java/java/util/
H A DServiceLoader.java164 * however, then this activity may cause the provider-loading algorithm to fail
230 private static void fail(Class<?> service, String msg, Throwable cause) method in class:ServiceLoader
237 private static void fail(Class<?> service, String msg) method in class:ServiceLoader
243 private static void fail(Class<?> service, URL u, int line, String msg) method in class:ServiceLoader
246 fail(service, u + ":" + line + ": " + msg);
266 fail(service, u, lc, "Illegal configuration-file syntax");
269 fail(service, u, lc, "Illegal provider-class name: " + ln);
273 fail(service, u, lc, "Illegal provider-class name: " + ln);
310 fail(service, "Error reading configuration file", x);
316 fail(servic
[all...]
/libcore/ojluni/src/main/native/
H A DUNIXProcess_md.c91 * appeared to fail on 32-bit i386 (but not 64-bit x86_64) Linux with
691 int fail[2]; member in struct:_ChildStuff
726 (closeSafely(p->fail[0]) == -1))
747 if (moveDescriptor(p->fail[1], FAIL_FILENO) == -1)
770 * child would fail, but there is no reliable way to predict the
849 int in[2], out[2], err[2], fail[2]; local
856 in[0] = in[1] = out[0] = out[1] = err[0] = err[1] = fail[0] = fail[1] = -1;
895 (pipe(fail) < 0)) {
906 copyPipe(fail,
[all...]
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jar ... public static void assertFalse (boolean) boolean condition public static void fail (java.lang.String) String message public static void ...

Completed in 426 milliseconds