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

/libcore/ojluni/src/main/java/java/lang/
H A DObject.java281 * monitor by calling one of the {@code wait} methods.
306 * @see java.lang.Object#wait()
314 * {@code wait} methods.
331 * @see java.lang.Object#wait()
337 * Causes the current thread to wait until either another thread invokes the
345 * place itself in the wait set for this object and then to relinquish
361 * The thread <var>T</var> is then removed from the wait set for this
366 * ante - that is, to the situation as of the time that the {@code wait}
368 * invocation of the {@code wait} method. Thus, on return from the
369 * {@code wait} metho
421 public final void wait(long millis) throws InterruptedException { method in class:Object
488 public final native void wait(long millis, int nanos) throws InterruptedException; method in class:Object
529 public final native void wait() throws InterruptedException; method in class:Object
[all...]
/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMTestFramework.java32 void wait(int millisecond); method in interface:DOMTestFramework
H A DDOMTestInnerClass.java33 public void wait(int millisecond) { method in class:DOMTestInnerClass
34 test.wait(millisecond);
H A DJUnitTestCaseAdapter.java177 public void wait(int millisecond) { method in class:JUnitTestCaseAdapter
H A DDOMTestCase.java114 * milliseconds to wait
116 public void wait(int millisecond) { method in class:DOMTestCase
117 framework.wait(millisecond);
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 350 milliseconds