Searched defs:step (Results 1 – 13 of 13) sorted by relevance
75 public boolean doStep(int step) throws FailException { in testOnCancelListener()106 public boolean doStep(int step) throws FailException { in testOnDismissListener()135 public boolean doStep(int step) throws FailException { in testStopSearch()226 protected abstract boolean doStep(int step) throws FailException; in doStep()
32 public static native void step(); in step() method in GLtestLib
25 public static native void step(); in step() method in GL2JniLibOne
339 RangeCoveredRegister(int low, int high, int step) { in RangeCoveredRegister()347 RangeCoveredRegister(int step) { in RangeCoveredRegister()
134 Step step = mSteps.get(mCurrentStep); in onClick() local201 final Step step = mSteps.get(mCurrentStep); in updateUi() local
183 private void move(long duration, long step) { in move()
496 public boolean step() { in step() method in DisplayModifier.Accessor
183 int step = 1; in getInstruction() local
101 final double step = twoPi / NUM_STEPS; in verifyColors() local
637 final int step = 8; // the width of the layers in validateSwirl() local
1383 Rational step = mStaticInfo.getAeCompensationStepChecked(); in aeCompensationTestByCamera() local
893 float step = parameters.getExposureCompensationStep(); in checkExposureCompensation() local
1001 static private Target.Floaty step(double v, double edge, Target t) { in step() method in CoreMathVerifier