Home
last modified time | relevance | path

Searched refs:waitForEvent (Results 1 – 5 of 5) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
DDNSStatefulObject.java55 public void waitForEvent(long timeout) { in waitForEvent() method in DNSStatefulObject.DNSStatefulObjectSemaphore
381 _announcing.waitForEvent(timeout); in waitForAnnounced()
399 _canceling.waitForEvent(timeout); in waitForCanceled()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DCountModifierTest.java238 waitForEvent(event.eventKind, requestID); in testEventWithCountModifier()
DThreadOnlyModifierTest.java265 EventThread eventThread = waitForEvent(event.eventKind, requestID); in testEventWithThreadOnlyModifier()
DInstanceOnlyModifierTest.java294 (EventThreadLocation) waitForEvent(event.eventKind, requestID); in testEventWithInstanceOnlyModifier()
DJDWPEventModifierTestCase.java224 protected EventThread waitForEvent(byte eventKind, int requestID) { in waitForEvent() method in JDWPEventModifierTestCase