Home
last modified time | relevance | path

Searched refs:SuspendPolicy (Results 1 – 25 of 36) 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()
119 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testVMDeathRequest()
DSingleStepTest.java100 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction()
149 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in stepFunction()
DFieldModificationTest.java96 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testFieldModification001()
DFieldAccessTest.java95 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testFieldAccess001()
DExceptionTest.java100 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testException001()
DClassPrepareTest.java99 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testClassPrepare001()
DThreadStartTest.java60 byte suspendPolicy = JDWPConstants.SuspendPolicy.NONE; in testThreadStart001()
DThreadEndTest.java59 byte suspendPolicy = JDWPConstants.SuspendPolicy.NONE; in testThreadEnd001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java110 JDWPConstants.SuspendPolicy.ALL); in setBreakpoint()
147 return setBreakpoint(location, JDWPConstants.SuspendPolicy.ALL); in setBreakpoint()
221 return setBreakpointAtMethodBegin(classID, methodName, JDWPConstants.SuspendPolicy.ALL); in setBreakpointAtMethodBegin()
1007 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setClassPrepared()
1028 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setClassPrepared()
1051 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setClassPreparedForSourceNameMatch()
1071 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setClassUnload()
1092 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setClassUnload()
1130 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setClassLoad()
1150 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setMonitorContendedEnterForClassOnly()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DVMDeath002Test.java75 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in testVMDeathRequest()
78 + JDWPConstants.SuspendPolicy.getName(suspendPolicy)); in testVMDeathRequest()
84 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testVMDeathRequest()
118 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testVMDeathRequest()
DThreadEndTest.java55 byte suspendPolicy = JDWPConstants.SuspendPolicy.NONE; in testThreadEndEvent001()
DThreadStartTest.java57 byte suspendPolicy = JDWPConstants.SuspendPolicy.NONE; in testThreadStartEvent001()
DEventLocationEventTestCase.java113 JDWPConstants.SuspendPolicy.ALL); in requestEventForAllLocations()
DCombinedEventsTest.java133 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_01()
268 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_02()
382 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_03()
509 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testCombinedEvents_04()
DSingleStepTest.java134 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in stepFunction()
DSingleStepWithLocationTest.java106 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testSingleStepToLocation()
/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/ClassType/
DInvokeMethodTest.java119 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod001()
270 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod002()
407 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod003()
DInvokeMethod003Test.java61 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod_null_argument()
DNewInstanceTest.java115 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testNewInstance001()
326 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testNewInstance002()
DNewInstance002Test.java62 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testNewInstance_null_argument()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
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/InterfaceType/
DInvokeMethodTest.java60 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethodStatic()

12