Searched defs:StepDepth (Results 1 - 3 of 3) sorted by path

/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
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DSingleStepTest.java59 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OVER);
70 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.INTO);
80 stepFunction(JDWPConstants.StepSize.MIN, JDWPConstants.StepDepth.OVER);
90 stepFunction(JDWPConstants.StepSize.MIN, JDWPConstants.StepDepth.INTO);
96 * verifies that requested SINGLE_STEP event with StepSize and StepDepth
100 void stepFunction(byte StepSize, byte StepDepth) { argument
138 setRequestCommand.setNextValueAsInt(StepDepth);
/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);

Completed in 269 milliseconds