Home
last modified time | relevance | path

Searched refs:SuspendPolicy (Results 1 – 25 of 32) 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()
DClassPrepareTest.java99 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testClassPrepare001()
DExceptionTest.java100 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testException001()
DFieldAccessTest.java104 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testFieldAccess001()
DFieldModificationTest.java105 + JDWPConstants.SuspendPolicy.getName(eventSuspendPolicy)); in testFieldModification001()
DThreadEndTest.java59 byte suspendPolicy = JDWPConstants.SuspendPolicy.NONE; in testThreadEnd001()
DThreadStartTest.java60 byte suspendPolicy = JDWPConstants.SuspendPolicy.NONE; in testThreadStart001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DVMDeath002Test.java77 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in testVMDeathRequest()
80 + JDWPConstants.SuspendPolicy.getName(suspendPolicy)); in testVMDeathRequest()
86 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testVMDeathRequest()
120 + 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()
DSingleStepThroughReflectionTest.java93 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testSingleStepIntoThroughReflection()
/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()
942 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setClassPrepared()
963 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setClassPrepared()
986 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setClassPreparedForSourceNameMatch()
1006 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setClassUnload()
1027 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setClassUnload()
1065 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setClassLoad()
1085 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL; in setMonitorContendedEnterForClassOnly()
[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()
/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/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/ObjectReference/
DInvokeMethod002Test.java61 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL); in testInvokeMethod_null_argument()

12