Home
last modified time | relevance | path

Searched refs:EventThreadLocation (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DParsedEvent.java104 public static class EventThreadLocation extends EventThread { class in ParsedEvent
114 protected EventThreadLocation(byte suspendPolicy, Packet packet, in EventThreadLocation() method in ParsedEvent.EventThreadLocation
183 public static final class Event_SINGLE_STEP extends EventThreadLocation {
199 public static final class Event_BREAKPOINT extends EventThreadLocation {
215 public static final class Event_METHOD_ENTRY extends EventThreadLocation {
231 public static final class Event_METHOD_EXIT extends EventThreadLocation {
247 public static final class Event_METHOD_EXIT_WITH_RETURN_VALUE extends EventThreadLocation {
350 public static final class Event_EXCEPTION extends EventThreadLocation {
500 public static final class Event_FIELD_ACCESS extends EventThreadLocation {
557 EventThreadLocation {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DInstanceOnlyModifierTest.java26 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent.EventThreadLocation;
293 EventThreadLocation eventThread = in testEventWithInstanceOnlyModifier()
294 (EventThreadLocation) waitForEvent(event.eventKind, requestID); in testEventWithInstanceOnlyModifier()
301 private void checkThisObject(EventThreadLocation eventThread, long objectID) { in checkThisObject()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DSingleStepThroughReflectionTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent.EventThreadLocation;
120 checkSingleStepEvent((EventThreadLocation) parsedEvent, refTypeID); in testSingleStepIntoThroughReflection()
127 private void checkSingleStepEvent(EventThreadLocation eventThreadLocation, in checkSingleStepEvent()