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

/libcore/libart/src/main/java/java/lang/
H A DObject.java288 * calling one of the {@code wait()} methods) to be woken up. If more than
306 * @see #wait()
307 * @see #wait(long)
308 * @see #wait(long,int)
315 * of calling one of the {@code wait()} methods) to be woken up. The threads
334 * @see #wait()
335 * @see #wait(long)
336 * @see #wait(long,int)
359 * Causes the calling thread to wait until another thread calls the {@code
365 * prematurely stop waiting, so {@code wait} shoul
385 public final native void wait() throws InterruptedException; method in class:Object
422 public final void wait(long millis) throws InterruptedException { method in class:Object
465 public final native void wait(long millis, int nanos) 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/luni/src/main/java/java/nio/
H A DFileChannelImpl.java94 private FileLock basicLock(long position, long size, boolean shared, boolean wait) throws IOException { argument
121 success = (Libcore.os.fcntlFlock(fd, wait ? F_SETLKW64 : F_SETLK64, flock) != -1);
/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 164 milliseconds