Searched refs:StepDepth (Results 1 – 10 of 10) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | SingleStepTest.java | 61 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OVER); in testSingleStep1() 72 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.INTO); in testSingleStep2() 82 stepFunction(JDWPConstants.StepSize.MIN, JDWPConstants.StepDepth.OVER); in testSingleStep3() 92 stepFunction(JDWPConstants.StepSize.MIN, JDWPConstants.StepDepth.INTO); in testSingleStep4() 102 void stepFunction(byte StepSize, byte StepDepth) { in stepFunction() argument 140 setRequestCommand.setNextValueAsInt(StepDepth); in stepFunction()
|
D | EventWithExceptionTest.java | 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()
|
D | SingleStepThroughReflectionTest.java | 25 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants.StepDepth; 99 setRequestCommand.setNextValueAsInt(StepDepth.INTO); in testSingleStepIntoThroughReflection()
|
D | SingleStepWithPendingExceptionTest.java | 132 JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OUT); in setSingleStepOut()
|
D | CombinedEventsTest.java | 139 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_01() 274 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_02() 388 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_03() 515 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents_04()
|
D | SingleStepWithLocationTest.java | 112 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.OVER); in testSingleStepToLocation()
|
D | CombinedEvents003Test.java | 140 setRequestCommand.setNextValueAsInt(JDWPConstants.StepDepth.INTO); in testCombinedEvents003_01()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
D | SingleStepTest.java | 62 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OVER); in testSingleStep001() 65 void stepFunction(byte StepSize, byte StepDepth) { in stepFunction() argument 105 setRequestCommand.setNextValueAsInt(StepDepth); in stepFunction()
|
/external/r8/src/test/java/com/android/tools/r8/debug/ |
D | DebugTestBase.java | 40 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants.StepDepth; 237 INTO(StepDepth.INTO), 238 OVER(StepDepth.OVER), 239 OUT(StepDepth.OUT); 1046 return String.format("step %s/%s", JDWPConstants.StepDepth.getName(stepDepth),
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | JDWPConstants.java | 639 public static class StepDepth { class in JDWPConstants
|