HomeSort by relevance Sort by last modified time
    Searched refs:StepSize (Results 1 - 16 of 16) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
SingleStepTest.java 59 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) {
137 setRequestCommand.setNextValueAsInt(StepSize);
SingleStepWithLocationTest.java 110 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.LINE);
CombinedEventsTest.java 137 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN);
272 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN);
386 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN);
513 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN);
    [all...]
CombinedEvents003Test.java 138 setRequestCommand.setNextValueAsInt(JDWPConstants.StepSize.MIN);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
SingleStepTest.java 62 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OVER);
65 void stepFunction(byte StepSize, byte StepDepth) {
104 setRequestCommand.setNextValueAsInt(StepSize);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c     [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c     [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java 669 * JDWP StepSize constants
671 public static class StepSize {
  /external/libmtp/src/
libmtp.c     [all...]
ptp-pack.c 753 ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->FORM.Range.StepSize, dpd->DataType);
822 ret = ptp_unpack_DPV (params, data, &offset, opdlen, &opd->FORM.Range.StepSize, opd->DataType);
    [all...]
ptp.c     [all...]
ptp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vmr9.idl 242 FLOAT StepSize;
dxva2api.h 278 DXVA2_Fixed32 StepSize;
vmr9.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 443 for (unsigned StepSize = NumParts; StepSize > 1; StepSize /= 2) {
444 for (unsigned i = 0; i < NumParts; i += StepSize) {
445 unsigned ThisBits = StepSize * PartBits / 2;
448 SDValue &Part1 = Parts[i+StepSize/2];
    [all...]

Completed in 468 milliseconds