/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 | 34 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()
|
D | VmMirror.java | 123 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 …]
|
D | EventBuilder.java | 29 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/ |
D | VMDeath002Test.java | 77 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in testVMDeathRequest() 79 + suspendPolicy + "/" in testVMDeathRequest() 80 + JDWPConstants.SuspendPolicy.getName(suspendPolicy)); in testVMDeathRequest() 134 if (eventSuspendPolicy != suspendPolicy) { in testVMDeathRequest()
|
D | ThreadEndTest.java | 55 byte suspendPolicy = JDWPConstants.SuspendPolicy.NONE; in testThreadEndEvent001() 57 Event eventToSet = new Event(eventKind, suspendPolicy, mods); in testThreadEndEvent001()
|
D | ThreadStartTest.java | 57 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/ |
D | VMDeathTest.java | 65 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in testVMDeathRequest() 67 + suspendPolicy in testVMDeathRequest() 69 + JDWPConstants.SuspendPolicy.getName(suspendPolicy)); in testVMDeathRequest()
|
D | ThreadEndTest.java | 59 byte suspendPolicy = JDWPConstants.SuspendPolicy.NONE; in testThreadEnd001() 61 Event eventToSet = new Event(eventKind, suspendPolicy, mods); in testThreadEnd001()
|
D | ThreadStartTest.java | 60 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/ |
D | InvokeMethodTest.java | 134 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()
|
D | InvokeMethod003Test.java | 76 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod_null_argument() 78 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testInvokeMethod_null_argument()
|
D | NewInstanceTest.java | 132 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()
|
D | NewInstance002Test.java | 77 byte suspendPolicy = event.getNextValueAsByte(); in testNewInstance_null_argument() 79 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testNewInstance_null_argument()
|
D | InvokeMethod002Test.java | 129 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/ |
D | InvokeMethod002Test.java | 76 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod_null_argument() 78 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testInvokeMethod_null_argument()
|
D | InvokeMethod003Test.java | 78 byte suspendPolicy = event.getNextValueAsByte(); in testInvokeMethod_toString() 80 … logWriter.println(" EVENT_THREAD event: suspendPolicy=" + suspendPolicy + " events=" + events); in testInvokeMethod_toString()
|
D | InvokeMethodTest.java | 84 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/ |
D | jdi.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | jdimodel.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |