/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() 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 …]
|
D | Event.java | 36 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()
|
D | EventBuilder.java | 29 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()
|
D | VmMirror.java | 120 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/ |
D | VMDeath002Test.java | 76 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in testVMDeathRequest() 78 + suspendPolicy + "/" in testVMDeathRequest() 79 + JDWPConstants.SuspendPolicy.getName(suspendPolicy)); in testVMDeathRequest() 133 if (eventSuspendPolicy != suspendPolicy) { in testVMDeathRequest()
|
D | ClassPrepare002Test.java | 62 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/ |
D | VMDeathTest.java | 65 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/ |
D | InvokeMethodTest.java | 135 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()
|
D | InvokeMethod003Test.java | 77 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod_null_argument() 79 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testInvokeMethod_null_argument()
|
D | NewInstanceTest.java | 133 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()
|
D | NewInstance002Test.java | 78 byte suspendPolicy = event.getNextValueAsByte(); in testNewInstance_null_argument() 80 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testNewInstance_null_argument()
|
D | InvokeMethod002Test.java | 130 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/ |
D | InvokeMethodTest.java | 72 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/ |
D | InvokeMethodDefaultTest.java | 75 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod() 77 logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + in testInvokeMethod()
|
D | InvokeMethodDefault002Test.java | 76 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod() 79 " EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testInvokeMethod()
|
D | InvokeMethod003Test.java | 79 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod_toString() 81 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testInvokeMethod_toString()
|
D | InvokeMethod002Test.java | 77 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod_null_argument() 79 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testInvokeMethod_null_argument()
|
D | InvokeMethodTest.java | 85 byte suspendPolicy = event.getNextValueAsByte(); in waitEvent() 87 logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy in waitEvent()
|