Searched defs:wait (Results 1 – 7 of 7) sorted by relevance
50 public final void wait(long timeout) throws java.lang.InterruptedException { throw new RuntimeExcep… in wait() method in Object52 public final native void wait(long timeout, int nanos) throws java.lang.InterruptedException; in wait() method in Object54 public final void wait() throws java.lang.InterruptedException { throw new RuntimeException("Stub!"… in wait() method in Object
71 public final void wait(long timeout) throws java.lang.InterruptedException { in wait() method in Object75 public final native void wait(long timeout, int nanos) throws java.lang.InterruptedException; in wait() method in Object77 public final void wait() throws java.lang.InterruptedException { in wait() method in Object
441 public final void wait(long timeout) throws InterruptedException { in wait() method in Object527 public final native void wait(long timeout, int nanos) throws InterruptedException; in wait() method in Object567 public final void wait() throws InterruptedException { in wait() method in Object
33 public void wait(int millisecond) { in wait() method in DOMTestInnerClass
32 void wait(int millisecond); in wait() method
177 public void wait(int millisecond) { in wait() method in JUnitTestCaseAdapter
116 public void wait(int millisecond) { in wait() method in DOMTestCase