/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() 69 + JDWPConstants.SuspendPolicy.getName(suspendPolicy)); in testVMDeathRequest() 75 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testVMDeathRequest() 117 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testVMDeathRequest()
|
D | SingleStepTest.java | 100 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction() 147 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in stepFunction()
|
D | FieldModificationTest.java | 94 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testFieldModification001()
|
D | ThreadStartTest.java | 55 debuggeeWrapper.vmMirror.setThreadStart(JDWPConstants.SuspendPolicy.NONE); in testThreadStart001()
|
D | ExceptionTest.java | 98 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testException001()
|
D | FieldAccessTest.java | 93 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testFieldAccess001()
|
D | ThreadEndTest.java | 55 debuggeeWrapper.vmMirror.setThreadEnd(JDWPConstants.SuspendPolicy.NONE); in testThreadEnd001()
|
D | ClassPrepareTest.java | 97 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testClassPrepare001()
|
/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() 79 + JDWPConstants.SuspendPolicy.getName(suspendPolicy)); in testVMDeathRequest() 85 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testVMDeathRequest() 119 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testVMDeathRequest()
|
D | ClassPrepare002Test.java | 62 final byte suspendPolicy = JDWPConstants.SuspendPolicy.EVENT_THREAD; in testClassPrepareCausedByDebugger() 105 assertEquals(JDWPConstants.SuspendPolicy.ALL, parsedEvent.getSuspendPolicy()); in testClassPrepareCausedByDebugger()
|
D | ThreadEndTest.java | 52 debuggeeWrapper.vmMirror.setThreadEnd(JDWPConstants.SuspendPolicy.NONE); in testThreadEndEvent001()
|
D | ThreadStartTest.java | 54 debuggeeWrapper.vmMirror.setThreadStart(JDWPConstants.SuspendPolicy.NONE); in testThreadStartEvent001()
|
D | EventLocationEventTestCase.java | 112 EventBuilder builder = Event.builder(eventKind, JDWPConstants.SuspendPolicy.ALL); in requestEventForAllLocations()
|
D | CombinedEventsTest.java | 134 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_01() 269 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_02() 383 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_03() 510 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_04()
|
D | SingleStepTest.java | 135 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | VmMirror.java | 108 return setBreakpoint(location, JDWPConstants.SuspendPolicy.ALL); in setBreakpoint() 163 return setBreakpointAtMethodBegin(classID, methodName, JDWPConstants.SuspendPolicy.ALL); in setBreakpointAtMethodBegin() 948 JDWPConstants.SuspendPolicy.ALL, classRegexp); in setClassPrepared() 960 JDWPConstants.SuspendPolicy.ALL, referenceTypeID); in setClassPrepared() 974 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setClassPreparedForSourceNameMatch() 990 JDWPConstants.SuspendPolicy.ALL, classRegexp); in setClassUnload() 1002 JDWPConstants.SuspendPolicy.ALL, referenceTypeID); in setClassUnload() 1031 JDWPConstants.SuspendPolicy.ALL, referenceTypeID); in setClassLoad() 1043 JDWPConstants.SuspendPolicy.ALL, referenceTypeID); in setMonitorContendedEnterForClassOnly() 1055 JDWPConstants.SuspendPolicy.ALL, classRegexp); in setMonitorContendedEnterForClassMatch() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPInvokeMethodWithSuspensionTestCase.java | 68 JDWPConstants.SuspendPolicy.EVENT_THREAD); in runInvokeMethodTest() 74 JDWPConstants.SuspendPolicy.ALL); in runInvokeMethodTest()
|
D | JDWPInvokeMethodSuspendedTwiceTestCase.java | 67 JDWPConstants.SuspendPolicy.EVENT_THREAD); in runInvokeMethodTest()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | ReleaseEventsTest.java | 72 debuggeeWrapper.vmMirror.setThreadStart(JDWPConstants.SuspendPolicy.ALL); in testReleaseEvents001()
|
D | HoldEventsTest.java | 62 debuggeeWrapper.vmMirror.setThreadStart(JDWPConstants.SuspendPolicy.ALL); in testHoldEvents001()
|
D | DisposeDuringInvokeTest.java | 64 JDWPConstants.SuspendPolicy.EVENT_THREAD); in testDisposeDuringInvoke()
|
D | Resume002Test.java | 82 JDWPConstants.SuspendPolicy.EVENT_THREAD); in installBreakpoint()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | InvokeMethodTest.java | 120 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod001() 271 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod002() 408 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod003()
|
D | InvokeMethod003Test.java | 62 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod_null_argument()
|
D | NewInstanceTest.java | 116 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testNewInstance001() 327 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testNewInstance002()
|