/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestStep.rs | 26 return step(inEdge, inV); 31 return step(inEdge, inV); 36 return step(inEdge, inV); 41 return step(inEdge, inV); 46 return step(inEdge, inV); 51 return step(inEdge, inV); 56 return step(inEdge, inV); 61 return step(inEdge, inV); 66 return step(inEdge, inV); 71 return step(inEdge, inV);
|
/cts/tests/app/src/android/app/cts/ |
D | SearchManagerStubActivity.java | 74 public boolean doStep(int step) throws FailException { in testOnCancelListener() argument 75 switch (step) { in testOnCancelListener() 88 throw new IllegalArgumentException("Bad step " + step); in testOnCancelListener() 105 public boolean doStep(int step) throws FailException { in testOnDismissListener() argument 106 switch (step) { in testOnDismissListener() 125 throw new IllegalArgumentException("Bad step " + step); in testOnDismissListener() 134 public boolean doStep(int step) throws FailException { in testStopSearch() argument 135 switch (step) { in testStopSearch() 148 throw new IllegalArgumentException("Bad step " + step); in testStopSearch() 225 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/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/tests/tests/opengl/src/android/opengl/cts/ |
D | GL2JniLibOne.java | 25 public static native void step(); in step() method in GL2JniLibOne
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
D | KeyChainTest.java | 122 Step step = mSteps.get(mCurrentStep); in onClick() local 124 switch (step.task.getStatus()) { in onClick() 126 step.task.execute(); in onClick() 141 step.task.cancel(false); in onClick() 189 final Step step = mSteps.get(mCurrentStep); in updateUi() local 190 if (step.task.getStatus() == AsyncTask.Status.PENDING) { in updateUi() 191 mInstructionView.setText(step.instructionTextId); in updateUi() 193 mSkipButton.setVisibility(step.skippable ? View.VISIBLE : View.INVISIBLE); in updateUi()
|
/cts/apps/CameraITS/tests/scene1/ |
D | test_ev_compensation_advanced.py | 47 ev_shifts = [pow(2, step * ev_per_step) for step in ev_steps]
|
/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/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | MotionIndicatorView.java | 313 RangeCoveredRegister(int low, int high, int step) { in RangeCoveredRegister() argument 315 mStep = step; in RangeCoveredRegister() 321 RangeCoveredRegister(int step) { in RangeCoveredRegister() argument 323 mStep = step; in RangeCoveredRegister()
|
/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 | ImageReaderDecoderTest.java | 632 final int step = 8; // the width of the layers in validateSwirl() local 644 for (int pos = 0; ; pos += step) { in validateSwirl() 645 Rect area = new Rect(pos - step, pos, crop.width() / 2, crop.height() + 2 * step - pos); in validateSwirl()
|
D | AdaptivePlaybackTest.java | 1531 for (Step step: this) { 1533 Log.i(TAG, step.getDescription()); 1534 if (step.stepSurface().needsToRunInSeparateThread()) { 1535 StepRunner runner = new StepRunner(step); 1541 step.run(); 1544 Log.e(TAG, "while " + step.getDescription(), e); 1548 mWarnings += step.getWarnings();
|
/cts/tools/vm-tests-tf/src/util/build/ |
D | BuildDalvikSuite.java | 361 JackBuildStep step = new JackBuildStep(jackFile.getAbsolutePath(), CLASS_PATH); 362 step.addSourceFile(sourceFile.getAbsolutePath()); 363 if (!step.build()) {
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
D | StillCaptureTest.java | 972 Rational step = mStaticInfo.getAeCompensationStepChecked(); in aeCompensationTestByCamera() local 973 float stepF = (float) step.getNumerator() / step.getDenominator(); in aeCompensationTestByCamera()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | SweepTests.java | 382 } while (modifierAccessor.step()); in sweepModifiersForMask()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | DisplayModifier.java | 475 public boolean step() { in step() method in DisplayModifier.Accessor
|
/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)]));
|
/cts/tools/vm-tests-tf/lib/ |
D | junit.jar | ... public void start (int)
int total
public void step (boolean)
boolean successful
int x
}
junit/ ... |
/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 | 765 float step = parameters.getExposureCompensationStep(); in checkExposureCompensation() local 767 assertEquals(0f, step, 0.000001f); in checkExposureCompensation() 770 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/apps/CtsVerifier/libs/ |
D | opencv-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 779 public abstract void step( 4370 public native boolean step() 4434 public native boolean step(
|