Searched refs:StepDepth (Results 1 – 9 of 9) sorted by relevance
60 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OVER); in testSingleStep1()71 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.INTO); in testSingleStep2()81 stepFunction(JDWPConstants.StepSize.MIN, JDWPConstants.StepDepth.OVER); in testSingleStep3()91 stepFunction(JDWPConstants.StepSize.MIN, JDWPConstants.StepDepth.INTO); in testSingleStep4()101 void stepFunction(byte StepSize, byte StepDepth) { in stepFunction() argument139 setRequestCommand.setNextValueAsInt(StepDepth); in stepFunction()
23 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants.StepDepth;50 runSingleStepTest(JDWPConstants.StepDepth.OUT); in testSingleStepOut()57 runSingleStepTest(JDWPConstants.StepDepth.OVER); in testSingleStepOver()64 runSingleStepTest(JDWPConstants.StepDepth.INTO); in testSingleStepInto()419 logWriter.println("Set SINGLE_STEP " + JDWPConstants.StepDepth.getName(singleStepDepth) + in setSingleStep()424 StepDepth.getName(singleStepDepth)); in setSingleStep()
25 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants.StepDepth;98 setRequestCommand.setNextValueAsInt(StepDepth.INTO); in testSingleStepIntoThroughReflection()
132 JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OUT); in setSingleStepOut()
138 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_01()273 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_02()387 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_03()514 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_04()
111 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.OVER); in testSingleStepToLocation()
139 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents003_01()
62 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OVER); in testSingleStep001()65 void stepFunction(byte StepSize, byte StepDepth) { in stepFunction() argument105 setRequestCommand.setNextValueAsInt(StepDepth); in stepFunction()
639 public static class StepDepth { class in JDWPConstants