Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DEventWithExceptionTest.java83 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in testBreakpoint_BeforeException()
106 ParsedEvent breakpointEvent = waitForEvent(JDWPConstants.EventKind.BREAKPOINT, in testBreakpoint_BeforeException()
142 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in testBreakpoint_UponException()
158 waitForEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId); in testBreakpoint_UponException()
166 ParsedEvent breakpointEvent = waitForEvent(JDWPConstants.EventKind.BREAKPOINT, in testBreakpoint_UponException()
232 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in runSingleStepTest()
249 … ParsedEvent parsedEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId); in runSingleStepTest()
260 ParsedEvent singleStepEvent = waitForEvent(JDWPConstants.EventKind.SINGLE_STEP, in runSingleStepTest()
303 waitForEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId); in runFieldWatchpointTest()
313 ParsedEvent fieldWatchpointEvent = waitForEvent(fieldEventKind, in runFieldWatchpointTest()
[all …]
/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.java227 waitForEvent(event.eventKind, requestID); in testEventWithCountModifier()
DThreadOnlyModifierTest.java255 EventThread eventThread = waitForEvent(event.eventKind, requestID); in testEventWithThreadOnlyModifier()
DInstanceOnlyModifierTest.java240 (EventThreadLocation) waitForEvent(event.eventKind, requestID); in testEventWithInstanceOnlyModifier()
DJDWPEventModifierTestCase.java214 protected EventThread waitForEvent(byte eventKind, int requestID) { in waitForEvent() method in JDWPEventModifierTestCase
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DEventFacade.java340 public Event waitForEvent( in waitForEvent() method in EventFacade