Home
last modified time | relevance | path

Searched refs:suspendPolicy (Results 1 – 18 of 18) 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.java36 public static EventBuilder builder(byte eventKind, byte suspendPolicy) { in builder() argument
37 return new EventBuilder(eventKind, suspendPolicy); in builder()
41 public final byte suspendPolicy; field in Event
49 Event(byte eventKind, byte suspendPolicy, List<EventMod> mods) { in Event() argument
51 this.suspendPolicy = suspendPolicy; in Event()
DEventBuilder.java29 private final byte suspendPolicy; field in EventBuilder
32 EventBuilder(byte eventKind, byte suspendPolicy) { in EventBuilder() argument
34 this.suspendPolicy = suspendPolicy; in EventBuilder()
197 return new Event(eventKind, suspendPolicy, modifiers); in build()
DVmMirror.java120 public ReplyPacket setBreakpoint(Location location, byte suspendPolicy) { in setBreakpoint() argument
121 Event event = Event.builder(JDWPConstants.EventKind.BREAKPOINT, suspendPolicy) in setBreakpoint()
141 Breakpoint breakpoint, byte suspendPolicy, int count) { in setCountableBreakpoint() argument
145 Event event = Event.builder(JDWPConstants.EventKind.BREAKPOINT, suspendPolicy) in setCountableBreakpoint()
175 public int setBreakpointAtMethodBegin(long classID, String methodName, byte suspendPolicy) { in setBreakpointAtMethodBegin() argument
203 ReplyPacket reply = setBreakpoint(breakpointLocation, suspendPolicy); in setBreakpointAtMethodBegin()
974 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setClassPreparedForSourceNameMatch()
975 Event event = Event.builder(eventKind, suspendPolicy) in setClassPreparedForSourceNameMatch()
1180 commandPacket.setNextValueAsByte(event.suspendPolicy); in setEvent()
1353 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setException()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DVMDeath002Test.java76 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in testVMDeathRequest()
78 + suspendPolicy + "/" in testVMDeathRequest()
79 + JDWPConstants.SuspendPolicy.getName(suspendPolicy)); in testVMDeathRequest()
133 if (eventSuspendPolicy != suspendPolicy) { in testVMDeathRequest()
DClassPrepare002Test.java62 final byte suspendPolicy = JDWPConstants.SuspendPolicy.EVENT_THREAD; in testClassPrepareCausedByDebugger()
63 Event event = Event.builder(eventKind, suspendPolicy) in testClassPrepareCausedByDebugger()
/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()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethodTest.java135 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod001()
137 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testInvokeMethod001()
289 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod002()
291 logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy in testInvokeMethod002()
426 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod003()
428 logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy in testInvokeMethod003()
DInvokeMethod003Test.java77 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod_null_argument()
79 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testInvokeMethod_null_argument()
DNewInstanceTest.java133 byte suspendPolicy = event.getNextValueAsByte(); in testNewInstance001()
135 logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy in testNewInstance001()
344 byte suspendPolicy = event.getNextValueAsByte(); in testNewInstance002()
346 logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy in testNewInstance002()
DNewInstance002Test.java78 byte suspendPolicy = event.getNextValueAsByte(); in testNewInstance_null_argument()
80 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testNewInstance_null_argument()
DInvokeMethod002Test.java130 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod()
132 logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy in testInvokeMethod()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java72 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethodStatic()
74 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testInvokeMethodStatic()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodDefaultTest.java75 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod()
77 logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + in testInvokeMethod()
DInvokeMethodDefault002Test.java76 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod()
79 " EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testInvokeMethod()
DInvokeMethod003Test.java79 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod_toString()
81 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testInvokeMethod_toString()
DInvokeMethod002Test.java77 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod_null_argument()
79 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testInvokeMethod_null_argument()
DInvokeMethodTest.java85 byte suspendPolicy = event.getNextValueAsByte(); in waitEvent()
87 logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy in waitEvent()