Searched refs:EventMod (Results 1 – 14 of 14) sorted by relevance
30 private final List<EventMod> modifiers = new ArrayList<EventMod>();44 EventMod mod = createModifier(EventMod.ModKind.Count); in setCount()57 EventMod mod = createModifier(EventMod.ModKind.ThreadOnly); in setThreadOnly()70 EventMod mod = createModifier(EventMod.ModKind.ClassMatch); in setClassMatch()83 EventMod mod = createModifier(EventMod.ModKind.LocationOnly); in setLocationOnly()99 EventMod mod = createModifier(EventMod.ModKind.ExceptionOnly); in setExceptionOnly()115 EventMod mod = createModifier(EventMod.ModKind.FieldOnly); in setFieldOnly()129 EventMod mod = createModifier(EventMod.ModKind.InstanceOnly); in setInstanceOnly()141 EventMod[] mods = new EventMod[modifiers.size()]; in build()146 private static EventMod createModifier(byte modifierKind) { in createModifier()[all …]
37 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;164 EventMod[] mods = new EventMod[] { new EventMod() }; in setBreakpoint()167 mods[0].modKind = EventMod.ModKind.LocationOnly; in setBreakpoint()196 EventMod mod1 = new EventMod(); in setCountableBreakpoint()197 mod1.modKind = EventMod.ModKind.LocationOnly; in setCountableBreakpoint()200 EventMod mod2 = new EventMod(); in setCountableBreakpoint()201 mod2.modKind = EventMod.ModKind.Count; in setCountableBreakpoint()204 EventMod[] mods = new EventMod[] { mod1, mod2 }; in setCountableBreakpoint()944 EventMod[] mods = new EventMod[] { new EventMod() }; in setClassPrepared()946 mods[0].modKind = EventMod.ModKind.ClassMatch; in setClassPrepared()[all …]
37 public EventMod[] mods;53 public Event(byte eventKind, byte suspendPolicy, EventMod[] mods) { in Event()
33 public class EventMod { class101 public EventMod() { in EventMod() method in EventMod
30 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;56 EventMod[] mods = new EventMod[0]; in testThreadEndEvent001()
30 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;58 EventMod[] mods = new EventMod[0]; in testThreadStartEvent001()
22 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;108 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testSingleStepToLocation()112 setRequestCommand.setNextValueAsByte(EventMod.ModKind.LocationOnly); in testSingleStepToLocation()
22 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;95 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testSingleStepIntoThroughReflection()99 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testSingleStepIntoThroughReflection()
28 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;135 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_01()139 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_01()270 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_02()274 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_02()384 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_03()388 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_03()511 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_04()515 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_04()
30 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;136 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in stepFunction()
28 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;136 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents003_01()140 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents003_01()
32 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;60 EventMod[] mods = new EventMod[0]; in testThreadEnd001()
32 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;61 EventMod[] mods = new EventMod[0]; in testThreadStart001()
30 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;102 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in stepFunction()