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

/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
137 setRequestCommand.setNextValueAsInt(StepSize);
/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/framework/jdwp/
H A DJDWPConstants.java669 * JDWP StepSize constants
671 public static class StepSize { class in class:JDWPConstants
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c1600 double StepSize; local
1621 StepSize = WebRtcIsac_kQPitchLagStepsizeLo;
1630 StepSize = WebRtcIsac_kQPitchLagStepsizeMid;
1639 StepSize = WebRtcIsac_kQPitchLagStepsizeHi;
1662 C = (index[0] + lower_limit[0]) * StepSize;
1688 double StepSize; local
1710 StepSize = WebRtcIsac_kQPitchLagStepsizeLo;
1718 StepSize = WebRtcIsac_kQPitchLagStepsizeMid;
1726 StepSize = WebRtcIsac_kQPitchLagStepsizeHi;
1743 index[k] = WebRtcIsac_lrint(C / StepSize);
[all...]
/external/webrtc/src/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 7074 milliseconds