Searched defs:StepSize (Results 1 - 5 of 5) sorted by relevance

/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
104 setRequestCommand.setNextValueAsInt(StepSize);
/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
138 setRequestCommand.setNextValueAsInt(StepSize);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DJDWPConstants.java669 * JDWP StepSize constants
671 public static class StepSize { class in class:JDWPConstants
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c1595 double StepSize; local
1616 StepSize = WebRtcIsac_kQPitchLagStepsizeLo;
1625 StepSize = WebRtcIsac_kQPitchLagStepsizeMid;
1634 StepSize = WebRtcIsac_kQPitchLagStepsizeHi;
1657 C = (index[0] + lower_limit[0]) * StepSize;
1683 double StepSize; local
1705 StepSize = WebRtcIsac_kQPitchLagStepsizeLo;
1713 StepSize = WebRtcIsac_kQPitchLagStepsizeMid;
1721 StepSize = WebRtcIsac_kQPitchLagStepsizeHi;
1738 index[k] = WebRtcIsac_lrint(C / StepSize);
[all...]
/external/libmtp/src/
H A Dptp.h932 PTPPropertyValue StepSize; member in struct:_PTPPropDescRangeForm

Completed in 134 milliseconds