Home
last modified time | relevance | path

Searched refs:EventMod (Results 1 – 13 of 13) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DEventBuilder.java30 private final List<EventMod> modifiers = new ArrayList<EventMod>();
44 EventMod mod = new EventMod(EventMod.ModKind.Count); in setCount()
57 EventMod mod = new EventMod(EventMod.ModKind.ThreadOnly); in setThreadOnly()
70 EventMod mod = new EventMod(EventMod.ModKind.ClassOnly); in setClassOnly()
83 EventMod mod = new EventMod(EventMod.ModKind.ClassMatch); in setClassMatch()
96 EventMod mod = new EventMod(EventMod.ModKind.ClassExclude); in setClassExclude()
109 EventMod mod = new EventMod(EventMod.ModKind.LocationOnly); in setLocationOnly()
125 EventMod mod = new EventMod(EventMod.ModKind.ExceptionOnly); in setExceptionOnly()
141 EventMod mod = new EventMod(EventMod.ModKind.FieldOnly); in setFieldOnly()
157 EventMod mod = new EventMod(EventMod.ModKind.Step); in setStep()
[all …]
DEvent.java44 public final List<EventMod> mods;
49 Event(byte eventKind, byte suspendPolicy, List<EventMod> mods) { in Event()
DEventMod.java33 public class EventMod { class
102 EventMod(byte modKind) { in EventMod() method in EventMod
DVmMirror.java37 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;
1185 for (EventMod eventModifier : event.mods) { in setEvent()
1190 case EventMod.ModKind.Count: { in setEvent()
1195 case EventMod.ModKind.Conditional: { in setEvent()
1200 case EventMod.ModKind.ThreadOnly: { in setEvent()
1205 case EventMod.ModKind.ClassOnly: { in setEvent()
1211 case EventMod.ModKind.ClassMatch: { in setEvent()
1216 case EventMod.ModKind.ClassExclude: { in setEvent()
1221 case EventMod.ModKind.LocationOnly: { in setEvent()
1226 case EventMod.ModKind.ExceptionOnly: in setEvent()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DSingleStepWithLocationTest.java22 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;
109 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testSingleStepToLocation()
113 setRequestCommand.setNextValueAsByte(EventMod.ModKind.LocationOnly); in testSingleStepToLocation()
DSingleStepThroughReflectionTest.java22 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;
96 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testSingleStepIntoThroughReflection()
100 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testSingleStepIntoThroughReflection()
DCombinedEventsTest.java28 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;
136 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_01()
140 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_01()
271 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_02()
275 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_02()
385 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_03()
389 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_03()
512 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_04()
516 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_04()
DSingleStepTest.java30 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;
137 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in stepFunction()
DCombinedEvents003Test.java28 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;
137 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents003_01()
141 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents003_01()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DSingleStepTest.java30 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;
102 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in stepFunction()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java59 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier. in testInvokeMethodStatic()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodDefaultTest.java62 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier. in testInvokeMethod()
DInvokeMethodDefault002Test.java63 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier. in testInvokeMethod()