Home
last modified time | relevance | path

Searched refs:SuspendPolicy (Results 1 – 25 of 40) sorted by relevance

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DVMDeathTest.java65 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()
DSingleStepTest.java100 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction()
147 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in stepFunction()
DFieldModificationTest.java94 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testFieldModification001()
DThreadStartTest.java55 debuggeeWrapper.vmMirror.setThreadStart(JDWPConstants.SuspendPolicy.NONE); in testThreadStart001()
DExceptionTest.java98 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testException001()
DFieldAccessTest.java93 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testFieldAccess001()
DThreadEndTest.java55 debuggeeWrapper.vmMirror.setThreadEnd(JDWPConstants.SuspendPolicy.NONE); in testThreadEnd001()
DClassPrepareTest.java97 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testClassPrepare001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DVMDeath002Test.java76 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()
DClassPrepare002Test.java62 final byte suspendPolicy = JDWPConstants.SuspendPolicy.EVENT_THREAD; in testClassPrepareCausedByDebugger()
105 assertEquals(JDWPConstants.SuspendPolicy.ALL, parsedEvent.getSuspendPolicy()); in testClassPrepareCausedByDebugger()
DThreadEndTest.java52 debuggeeWrapper.vmMirror.setThreadEnd(JDWPConstants.SuspendPolicy.NONE); in testThreadEndEvent001()
DThreadStartTest.java54 debuggeeWrapper.vmMirror.setThreadStart(JDWPConstants.SuspendPolicy.NONE); in testThreadStartEvent001()
DEventLocationEventTestCase.java112 EventBuilder builder = Event.builder(eventKind, JDWPConstants.SuspendPolicy.ALL); in requestEventForAllLocations()
DCombinedEventsTest.java134 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()
DSingleStepTest.java135 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java108 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/
DJDWPInvokeMethodWithSuspensionTestCase.java68 JDWPConstants.SuspendPolicy.EVENT_THREAD); in runInvokeMethodTest()
74 JDWPConstants.SuspendPolicy.ALL); in runInvokeMethodTest()
DJDWPInvokeMethodSuspendedTwiceTestCase.java67 JDWPConstants.SuspendPolicy.EVENT_THREAD); in runInvokeMethodTest()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DReleaseEventsTest.java72 debuggeeWrapper.vmMirror.setThreadStart(JDWPConstants.SuspendPolicy.ALL); in testReleaseEvents001()
DHoldEventsTest.java62 debuggeeWrapper.vmMirror.setThreadStart(JDWPConstants.SuspendPolicy.ALL); in testHoldEvents001()
DDisposeDuringInvokeTest.java64 JDWPConstants.SuspendPolicy.EVENT_THREAD); in testDisposeDuringInvoke()
DResume002Test.java82 JDWPConstants.SuspendPolicy.EVENT_THREAD); in installBreakpoint()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethodTest.java120 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod001()
271 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod002()
408 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod003()
DInvokeMethod003Test.java62 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod_null_argument()
DNewInstanceTest.java116 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testNewInstance001()
327 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testNewInstance002()

12