Searched defs:suspendPolicy (Results 1 – 4 of 4) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | ParsedEvent.java | 35 private byte suspendPolicy; field in ParsedEvent 44 protected ParsedEvent(byte suspendPolicy, Packet packet, byte eventKind) { in ParsedEvent() 88 protected EventThread(byte suspendPolicy, Packet packet, byte eventKind) { in EventThread() 114 protected EventThreadLocation(byte suspendPolicy, Packet packet, in EventThreadLocation() 142 protected EventThreadMonitor(byte suspendPolicy, Packet packet, in EventThreadMonitor() 175 private Event_VM_START(byte suspendPolicy, Packet packet) { in Event_VM_START() 191 private Event_SINGLE_STEP(byte suspendPolicy, Packet packet) { in Event_SINGLE_STEP() 207 private Event_BREAKPOINT(byte suspendPolicy, Packet packet) { in Event_BREAKPOINT() 223 private Event_METHOD_ENTRY(byte suspendPolicy, Packet packet) { in Event_METHOD_ENTRY() 239 private Event_METHOD_EXIT(byte suspendPolicy, Packet packet) { in Event_METHOD_EXIT() [all …]
|
D | Event.java | 36 public static EventBuilder builder(byte eventKind, byte suspendPolicy) { in builder() 41 public final byte suspendPolicy; field in Event 49 Event(byte eventKind, byte suspendPolicy, List<EventMod> mods) { in Event()
|
D | EventBuilder.java | 29 private final byte suspendPolicy; field in EventBuilder 32 EventBuilder(byte eventKind, byte suspendPolicy) { in EventBuilder()
|
D | VmMirror.java | 120 public ReplyPacket setBreakpoint(Location location, byte suspendPolicy) { in setBreakpoint() 141 Breakpoint breakpoint, byte suspendPolicy, int count) { in setCountableBreakpoint() 175 public int setBreakpointAtMethodBegin(long classID, String methodName, byte suspendPolicy) { in setBreakpointAtMethodBegin() 1522 public ReplyPacket setThreadStart(byte suspendPolicy) { in setThreadStart() 1534 public ReplyPacket setThreadEnd(byte suspendPolicy) { in setThreadEnd() 1540 private ReplyPacket setClassOnlyEvent(byte eventKind, byte suspendPolicy, long classId) { in setClassOnlyEvent() 1547 private ReplyPacket setClassMatchEvent(byte eventKind, byte suspendPolicy, String pattern) { in setClassMatchEvent() 1554 private ReplyPacket setClassExcludeEvent(byte eventKind, byte suspendPolicy, String pattern) { in setClassExcludeEvent()
|