Searched refs:StepDepth (Results 1 - 9 of 9) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DSingleStepTest.java60 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OVER);
71 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.INTO);
81 stepFunction(JDWPConstants.StepSize.MIN, JDWPConstants.StepDepth.OVER);
91 stepFunction(JDWPConstants.StepSize.MIN, JDWPConstants.StepDepth.INTO);
97 * verifies that requested SINGLE_STEP event with StepSize and StepDepth
101 void stepFunction(byte StepSize, byte StepDepth) { argument
139 setRequestCommand.setNextValueAsInt(StepDepth);
H A DEventWithExceptionTest.java23 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants.StepDepth;
50 runSingleStepTest(JDWPConstants.StepDepth.OUT);
57 runSingleStepTest(JDWPConstants.StepDepth.OVER);
64 runSingleStepTest(JDWPConstants.StepDepth.INTO);
419 logWriter.println("Set SINGLE_STEP " + JDWPConstants.StepDepth.getName(singleStepDepth) +
424 StepDepth.getName(singleStepDepth));
H A DSingleStepWithPendingExceptionTest.java132 JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OUT);
H A DSingleStepThroughReflectionTest.java25 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants.StepDepth;
98 setRequestCommand.setNextValueAsInt(StepDepth.INTO);
H A DSingleStepWithLocationTest.java111 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.OVER);
H A DCombinedEventsTest.java138 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO);
273 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO);
387 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO);
514 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO);
H A DCombinedEvents003Test.java139 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DSingleStepTest.java62 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OVER);
65 void stepFunction(byte StepSize, byte StepDepth) { argument
105 setRequestCommand.setNextValueAsInt(StepDepth);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DJDWPConstants.java637 * JDWP StepDepth constants
639 public static class StepDepth { class in class:JDWPConstants

Completed in 185 milliseconds