Home
last modified time | relevance | path

Searched refs:StepSize (Results 1 – 17 of 17) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DSingleStepTest.java61 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
139 setRequestCommand.setNextValueAsInt(StepSize); in stepFunction()
DSingleStepThroughReflectionTest.java26 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants.StepSize;
98 setRequestCommand.setNextValueAsInt(StepSize.LINE); in testSingleStepIntoThroughReflection()
DSingleStepWithPendingExceptionTest.java132 JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OUT); in setSingleStepOut()
DCombinedEventsTest.java138 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN); in testCombinedEvents_01()
273 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN); in testCombinedEvents_02()
387 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN); in testCombinedEvents_03()
514 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN); in testCombinedEvents_04()
DSingleStepWithLocationTest.java111 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.LINE); in testSingleStepToLocation()
DCombinedEvents003Test.java139 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN); in testCombinedEvents003_01()
DEventWithExceptionTest.java422 JDWPConstants.StepSize.LINE, singleStepDepth); in setSingleStep()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DSingleStepTest.java62 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OVER); in testSingleStep001()
65 void stepFunction(byte StepSize, byte StepDepth) { in stepFunction() argument
104 setRequestCommand.setNextValueAsInt(StepSize); in stepFunction()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c1595 double StepSize; in WebRtcIsac_DecodePitchLag() local
1616 StepSize = WebRtcIsac_kQPitchLagStepsizeLo; in WebRtcIsac_DecodePitchLag()
1625 StepSize = WebRtcIsac_kQPitchLagStepsizeMid; in WebRtcIsac_DecodePitchLag()
1634 StepSize = WebRtcIsac_kQPitchLagStepsizeHi; in WebRtcIsac_DecodePitchLag()
1657 C = (index[0] + lower_limit[0]) * StepSize; in WebRtcIsac_DecodePitchLag()
1683 double StepSize; in WebRtcIsac_EncodePitchLag() local
1705 StepSize = WebRtcIsac_kQPitchLagStepsizeLo; in WebRtcIsac_EncodePitchLag()
1713 StepSize = WebRtcIsac_kQPitchLagStepsizeMid; in WebRtcIsac_EncodePitchLag()
1721 StepSize = WebRtcIsac_kQPitchLagStepsizeHi; in WebRtcIsac_EncodePitchLag()
1738 index[k] = WebRtcIsac_lrint(C / StepSize); in WebRtcIsac_EncodePitchLag()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java671 public static class StepSize { class in JDWPConstants
/external/libmtp/src/
Dlibmtp.c862 if (val % opd->FORM.Range.StepSize.u16 != 0) { in adjust_u16()
863 return val - (val % opd->FORM.Range.StepSize.u16); in adjust_u16()
907 if (val % opd->FORM.Range.StepSize.u32 != 0) { in adjust_u32()
908 return val - (val % opd->FORM.Range.StepSize.u32); in adjust_u32()
1056 allowed_vals->i8step = opd.FORM.Range.StepSize.i8; in LIBMTP_Get_Allowed_Property_Values()
1062 allowed_vals->u8step = opd.FORM.Range.StepSize.u8; in LIBMTP_Get_Allowed_Property_Values()
1068 allowed_vals->i16step = opd.FORM.Range.StepSize.i16; in LIBMTP_Get_Allowed_Property_Values()
1074 allowed_vals->u16step = opd.FORM.Range.StepSize.u16; in LIBMTP_Get_Allowed_Property_Values()
1080 allowed_vals->i32step = opd.FORM.Range.StepSize.i32; in LIBMTP_Get_Allowed_Property_Values()
1086 allowed_vals->u32step = opd.FORM.Range.StepSize.u32; in LIBMTP_Get_Allowed_Property_Values()
[all …]
Dptp-pack.c894 ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->FORM.Range.StepSize, dpd->DataType); in ptp_unpack_DPD()
985 ret = ptp_unpack_DPV (params, data, poffset, dpdlen, &dpd->FORM.Range.StepSize, dpd->DataType); in ptp_unpack_Sony_DPD()
1075 …duplicate_PropertyValue (&src->FORM.Range.StepSize, &dst->FORM.Range.StepSize, src->DataTy… in duplicate_DevicePropDesc()
1119 ret = ptp_unpack_DPV (params, data, &offset, opdlen, &opd->FORM.Range.StepSize, opd->DataType); in ptp_unpack_OPD()
Dptp.c732 parse_9301_value (params, s, type, &dpd->FORM.Range.StepSize); /* should turn ' ' into \0? */ in parse_9301_propdesc()
1064 ptp_free_devicepropvalue (dpd->DataType, &dpd->FORM.Range.StepSize); in ptp_free_devicepropdesc()
1090 ptp_free_devicepropvalue (opd->DataType, &opd->FORM.Range.StepSize); in ptp_free_objectpropdesc()
Dptp.h1168 PTPPropertyValue StepSize; member
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp412 for (unsigned StepSize = NumParts; StepSize > 1; StepSize /= 2) { in getCopyToParts() local
413 for (unsigned i = 0; i < NumParts; i += StepSize) { in getCopyToParts()
414 unsigned ThisBits = StepSize * PartBits / 2; in getCopyToParts()
417 SDValue &Part1 = Parts[i+StepSize/2]; in getCopyToParts()
/external/oj-libjdwp/make/data/jdwp/
Djdwp.spec3226 (ConstantSet StepSize
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp487 for (unsigned StepSize = NumParts; StepSize > 1; StepSize /= 2) { in getCopyToParts() local
488 for (unsigned i = 0; i < NumParts; i += StepSize) { in getCopyToParts()
489 unsigned ThisBits = StepSize * PartBits / 2; in getCopyToParts()
492 SDValue &Part1 = Parts[i+StepSize/2]; in getCopyToParts()