/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 | 96 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction() 143 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in stepFunction()
|
D | FieldModificationTest.java | 93 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testFieldModification001()
|
D | FieldAccessTest.java | 92 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testFieldAccess001()
|
D | ThreadEndTest.java | 55 debuggeeWrapper.vmMirror.setThreadEnd(JDWPConstants.SuspendPolicy.NONE); in testThreadEnd001()
|
D | ThreadStartTest.java | 55 debuggeeWrapper.vmMirror.setThreadStart(JDWPConstants.SuspendPolicy.NONE); in testThreadStart001()
|
D | ExceptionTest.java | 99 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testException001()
|
D | ClassPrepareTest.java | 98 + 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 | 111 EventBuilder builder = Event.builder(eventKind, JDWPConstants.SuspendPolicy.ALL); in requestEventForAllLocations()
|
/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() 918 JDWPConstants.SuspendPolicy.ALL, classRegexp); in setClassPrepared() 930 JDWPConstants.SuspendPolicy.ALL, referenceTypeID); in setClassPrepared() 944 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setClassPreparedForSourceNameMatch() 960 JDWPConstants.SuspendPolicy.ALL, classRegexp); in setClassUnload() 972 JDWPConstants.SuspendPolicy.ALL, referenceTypeID); in setClassUnload() 1001 JDWPConstants.SuspendPolicy.ALL, referenceTypeID); in setClassLoad() 1013 JDWPConstants.SuspendPolicy.ALL, referenceTypeID); in setMonitorContendedEnterForClassOnly() 1025 JDWPConstants.SuspendPolicy.ALL, classRegexp); in setMonitorContendedEnterForClassMatch() [all …]
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | EventSetImpl.java | 580 suspendPolicy = JDWP.SuspendPolicy.NONE; in EventSetImpl() 612 case JDWP.SuspendPolicy.ALL: in build() 616 case JDWP.SuspendPolicy.EVENT_THREAD: in build() 620 case JDWP.SuspendPolicy.NONE: in build() 644 suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build() 667 if (suspendPolicy == JDWP.SuspendPolicy.ALL) { in build() 669 } else if (suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build() 677 suspendPolicy = JDWP.SuspendPolicy.NONE; in build()
|
D | EventRequestManagerImpl.java | 51 case JDWP.SuspendPolicy.ALL: in JDWPtoJDISuspendPolicy() 53 case JDWP.SuspendPolicy.EVENT_THREAD: in JDWPtoJDISuspendPolicy() 55 case JDWP.SuspendPolicy.NONE: in JDWPtoJDISuspendPolicy() 65 return JDWP.SuspendPolicy.ALL; in JDItoJDWPSuspendPolicy() 67 return JDWP.SuspendPolicy.EVENT_THREAD; in JDItoJDWPSuspendPolicy() 69 return JDWP.SuspendPolicy.NONE; in JDItoJDWPSuspendPolicy() 98 byte suspendPolicy = JDWP.SuspendPolicy.ALL;
|
D | EventQueueImpl.java | 113 if ((eventSet != null) && (eventSet.suspendPolicy() == JDWP.SuspendPolicy.ALL)) { in remove()
|
/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 | 100 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod001() 251 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod002() 389 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod003()
|
D | NewInstanceTest.java | 96 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testNewInstance001() 287 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testNewInstance002()
|