/cts/tests/src/android/app/cts/ |
D | SearchManagerStubActivity.java | 73 public boolean doStep(int step) throws FailException { in testOnCancelListener() argument 74 switch (step) { in testOnCancelListener() 87 throw new IllegalArgumentException("Bad step " + step); in testOnCancelListener() 104 public boolean doStep(int step) throws FailException { in testOnDismissListener() argument 105 switch (step) { in testOnDismissListener() 124 throw new IllegalArgumentException("Bad step " + step); in testOnDismissListener() 133 public boolean doStep(int step) throws FailException { in testStopSearch() argument 134 switch (step) { in testStopSearch() 147 throw new IllegalArgumentException("Bad step " + step); in testStopSearch() 224 protected abstract boolean doStep(int step) throws FailException; in doStep() argument
|
/cts/tests/tests/view/src/android/view/cts/ |
D | VelocityTrackerTest.java | 144 private void move(long duration, long step) { in move() argument 147 duration -= step; in move() 148 mTime += step; in move() 149 mPx += (mAx / 2 * step + mVx) * step; in move() 150 mPy += (mAy / 2 * step + mVy) * step; in move() 151 mVx += mAx * step; in move() 152 mVy += mAy * step; in move()
|
/cts/tests/src/android/renderscript/cts/ |
D | step_f32.rs | 10 *out = step(in->x, in->y); 19 *out = step(in->x, in->y); 28 *out = step(in->x, in->y); 37 *out = step(in->x, in->y);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | SweepGradientTest.java | 84 final double step = twoPi / NUM_STEPS; in checkColors() local 87 for (double rad = step; rad <= twoPi - step; rad += step) { in checkColors()
|
/cts/ |
D | CleanSpec.mk | 47 $(call add-clean-step, rm -rf $(HOST_OUT_INTERMEDIATES)/EXECUTABLES/vm-tests-tf_intermediates)
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/ |
D | WidgetCtsProvider.java | 183 int step = 1; in getInstruction() local 185 step = sTestCount.get(widgetId) + 1; in getInstruction() 190 title = "Step " + step + ": Verify dimensions"; in getInstruction() 196 title = "Step " + step + ": Verify resizeability"; in getInstruction() 209 title = "Step " + step + ": Verify collections"; in getInstruction() 213 title = "Step " + step + ": Verify category"; in getInstruction()
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | GL2JniLibOne.java | 25 public static native void step(); in step() method in GL2JniLibOne
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | LayoutAnimationControllerTest.java | 276 long step = duration / 4; 278 animation.getTransformation(baseTime + step * 1, transformation); 280 animation.getTransformation(baseTime + step * 2, transformation); 282 animation.getTransformation(baseTime + step * 3, transformation); 284 animation.getTransformation(baseTime + step * 4, transformation);
|
/cts/tests/tests/media/src/android/media/cts/ |
D | AdaptivePlaybackTest.java | 1363 for (Step step: this) { 1365 Log.i(TAG, step.getDescription()); 1366 if (step.stepSurface().needsToRunInSeparateThread()) { 1367 StepRunner runner = new StepRunner(step); 1373 step.run(); 1376 Log.e(TAG, "while " + step.getDescription(), e); 1380 mWarnings += step.getWarnings();
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | earley-boyer.js | 4132 var step; 4144 (step = (sc_steps_72[sc_conf_80])); 4149 if ((step>=(0))) 4151 (sc_l_74 = (sc_starters_69[step])); 4165 (l = (sc_enders_70[step])); 4183 … (preds = (sc_predictors_71[(step+BgL_sc_nbzd2nts_81zd2)]));
|
D | pdfjs.js | 772 var step = 1024; 775 pos -= step - 'startxref'.length; 779 found = find(stream, 'startxref', step, true); 27018 var step = (t1 - t0) / 10; 27022 for (var i = t0; i <= t1; i += step) {
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 8613 if ( this.options.step ) { 8614 this.options.step.call( this.elem, this.now, this ); 8617 ( jQuery.fx.step[ this.prop ] || jQuery.fx.step._default )( this ); 8646 return self.step( gotoEnd ); 8694 step: function( gotoEnd ) { method in jQuery.fx 8805 step: { property 8823 jQuery.fx.step[ prop ] = function( fx ) { function in jQuery.fx
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | CameraTest.java | 741 float step = parameters.getExposureCompensationStep(); in checkExposureCompensation() local 743 assertEquals(0f, step, 0.000001f); in checkExposureCompensation() 746 assertTrue(step > 0); in checkExposureCompensation()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
D | bootstrap.css | 1715 .icon-step-backward { 1739 .icon-step-forward {
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 779 public abstract void step( 4370 public native boolean step() 4434 public native boolean step(
|
D | classes.out.dex | 88253 int step
|