Home
last modified time | relevance | path

Searched refs:suspendPolicy (Results 1 – 20 of 20) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DParsedEvent.java35 private byte suspendPolicy; field in ParsedEvent
44 protected ParsedEvent(byte suspendPolicy, Packet packet, byte eventKind) { in ParsedEvent() argument
45 this.suspendPolicy = suspendPolicy; in ParsedEvent()
65 return suspendPolicy; in getSuspendPolicy()
88 protected EventThread(byte suspendPolicy, Packet packet, byte eventKind) { in EventThread() argument
89 super(suspendPolicy, packet, eventKind); in EventThread()
114 protected EventThreadLocation(byte suspendPolicy, Packet packet, in EventThreadLocation() argument
116 super(suspendPolicy, packet, eventKind); in EventThreadLocation()
142 protected EventThreadMonitor(byte suspendPolicy, Packet packet, in EventThreadMonitor() argument
144 super(suspendPolicy, packet, eventKind); in EventThreadMonitor()
[all …]
DEvent.java34 public byte suspendPolicy; field in Event
45 suspendPolicy = 0; in Event()
53 public Event(byte eventKind, byte suspendPolicy, EventMod[] mods) { in Event() argument
55 this.suspendPolicy = suspendPolicy; in Event()
DVmMirror.java123 byte suspendPolicy) { in setBreakpoint() argument
135 return setBreakpoint(location, suspendPolicy); in setBreakpoint()
159 public ReplyPacket setBreakpoint(Location location, byte suspendPolicy) { in setBreakpoint() argument
168 Event event = new Event(eventKind, suspendPolicy, mods); in setBreakpoint()
188 Breakpoint breakpoint, byte suspendPolicy, int count) { in setCountableBreakpoint() argument
205 Event event = new Event(eventKind, suspendPolicy, mods); in setCountableBreakpoint()
233 public int setBreakpointAtMethodBegin(long classID, String methodName, byte suspendPolicy) { in setBreakpointAtMethodBegin() argument
261 ReplyPacket reply = setBreakpoint(breakpointLocation, suspendPolicy); in setBreakpointAtMethodBegin()
942 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setClassPrepared()
947 Event event = new Event(eventKind, suspendPolicy, mods); in setClassPrepared()
[all …]
DEventBuilder.java29 private final byte suspendPolicy; field in EventBuilder
32 public EventBuilder(byte eventKind, byte suspendPolicy) { in EventBuilder() argument
34 this.suspendPolicy = suspendPolicy; in EventBuilder()
143 return new Event(eventKind, suspendPolicy, mods); in build()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DVMDeath002Test.java77 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in testVMDeathRequest()
79 + suspendPolicy + "/" in testVMDeathRequest()
80 + JDWPConstants.SuspendPolicy.getName(suspendPolicy)); in testVMDeathRequest()
134 if (eventSuspendPolicy != suspendPolicy) { in testVMDeathRequest()
DThreadEndTest.java55 byte suspendPolicy = JDWPConstants.SuspendPolicy.NONE; in testThreadEndEvent001()
57 Event eventToSet = new Event(eventKind, suspendPolicy, mods); in testThreadEndEvent001()
DThreadStartTest.java57 byte suspendPolicy = JDWPConstants.SuspendPolicy.NONE; in testThreadStartEvent001()
59 Event eventToSet = new Event(eventKind, suspendPolicy, mods); in testThreadStartEvent001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DVMDeathTest.java65 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in testVMDeathRequest()
67 + suspendPolicy in testVMDeathRequest()
69 + JDWPConstants.SuspendPolicy.getName(suspendPolicy)); in testVMDeathRequest()
DThreadEndTest.java59 byte suspendPolicy = JDWPConstants.SuspendPolicy.NONE; in testThreadEnd001()
61 Event eventToSet = new Event(eventKind, suspendPolicy, mods); in testThreadEnd001()
DThreadStartTest.java60 byte suspendPolicy = JDWPConstants.SuspendPolicy.NONE; in testThreadStart001()
62 Event eventToSet = new Event(eventKind, suspendPolicy, mods); in testThreadStart001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethodTest.java134 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod001()
136 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testInvokeMethod001()
288 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod002()
290 logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy in testInvokeMethod002()
425 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod003()
427 logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy in testInvokeMethod003()
DInvokeMethod003Test.java76 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod_null_argument()
78 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testInvokeMethod_null_argument()
DNewInstanceTest.java132 byte suspendPolicy = event.getNextValueAsByte(); in testNewInstance001()
134 logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy in testNewInstance001()
343 byte suspendPolicy = event.getNextValueAsByte(); in testNewInstance002()
345 logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy in testNewInstance002()
DNewInstance002Test.java77 byte suspendPolicy = event.getNextValueAsByte(); in testNewInstance_null_argument()
79 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testNewInstance_null_argument()
DInvokeMethod002Test.java129 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod()
131 logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy in testInvokeMethod()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethod002Test.java76 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod_null_argument()
78 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testInvokeMethod_null_argument()
DInvokeMethod003Test.java78 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod_toString()
80 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testInvokeMethod_toString()
DInvokeMethodTest.java84 byte suspendPolicy = event.getNextValueAsByte(); in waitEvent()
86 logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy in waitEvent()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...