/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); [all …]
|
/cts/apps/CameraITS/tests/scene1/ |
D | test_post_raw_sensitivity_boost.py | 128 for step in range(1, len(reqs)): 129 (s_prev, s_boost_prev) = settings[step - 1] 130 (s, s_boost) = settings[step] 135 ratio = raw_rgb_means[step - 1][rgb] / raw_rgb_means[step][rgb] 138 step-1, step, rgb_str[rgb], 139 raw_rgb_means[step - 1][rgb], 140 raw_rgb_means[step][rgb], 142 if (raw_rgb_means[step][rgb] <= RAW_PIXEL_VAL_THRESHOLD): 151 for step in range(len(reqs)): 152 if (raw_rgb_means[step][rgb] <= RAW_PIXEL_VAL_THRESHOLD): [all …]
|
D | test_ev_compensation_advanced.py | 61 ev_shifts = [pow(2, step * ev_per_step) for step in ev_steps]
|
/cts/tests/app/app/src/android/app/stubs/ |
D | SearchManagerStubActivity.java | 75 public boolean doStep(int step) throws FailException { in testOnCancelListener() argument 76 switch (step) { in testOnCancelListener() 89 throw new IllegalArgumentException("Bad step " + step); in testOnCancelListener() 106 public boolean doStep(int step) throws FailException { in testOnDismissListener() argument 107 switch (step) { in testOnDismissListener() 126 throw new IllegalArgumentException("Bad step " + step); in testOnDismissListener() 135 public boolean doStep(int step) throws FailException { in testStopSearch() argument 136 switch (step) { in testStopSearch() 149 throw new IllegalArgumentException("Bad step " + step); in testStopSearch() 226 protected abstract boolean doStep(int step) throws FailException; in doStep() argument
|
/cts/tests/tests/view/src/android/view/cts/ |
D | VelocityTrackerTest.java | 159 private void move(long duration, long step) { in move() argument 162 duration -= step; in move() 163 mTime += step; in move() 164 mPx += (mAx / 2 * step + mVx) * step; in move() 165 mPy += (mAy / 2 * step + mVy) * step; in move() 166 mVx += mAx * step; in move() 167 mVy += mAy * step; in move()
|
/cts/ |
D | CleanSpec.mk | 47 $(call add-clean-step, rm -rf $(HOST_OUT_INTERMEDIATES)/EXECUTABLES/vm-tests-tf_intermediates) 48 $(call add-clean-step, rm -rf $(OUT_DIR)/host/common/obj/JAVA_LIBRARIES/cts-tradefed_intermediates/… 49 $(call add-clean-step, rm -rf $(HOST_OUT)/cts/android-cts/testcases/CtsUiHostTestCases*)
|
/cts/hostsidetests/sustainedperf/shadertoy_android/src/ |
D | GLtestLib.java | 32 public static native void step(); in step() method in GLtestLib
|
D | GLtestView.java | 328 GLtestLib.step(); in onDrawFrame()
|
/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 | 131 Step step = mSteps.get(mCurrentStep); in onClick() local 133 switch (step.task.getStatus()) { in onClick() 135 step.task.execute(); in onClick() 150 step.task.cancel(false); in onClick() 198 final Step step = mSteps.get(mCurrentStep); in updateUi() local 199 if (step.task.getStatus() == AsyncTask.Status.PENDING) { in updateUi() 200 mInstructionView.setText(step.instructionTextId); in updateUi() 202 mSkipButton.setVisibility(step.skippable ? View.VISIBLE : View.INVISIBLE); in updateUi()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | SweepGradientTest.java | 96 final double step = twoPi / NUM_STEPS; in verifyColors() local 99 for (double rad = step; rad <= twoPi - step; rad += step) { in verifyColors()
|
/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/util/src/android/util/cts/ |
D | EventLogTest.java | 145 for (int step = 1; step < 256; step += 2) { // all odds are relatively prime to 256 in testOversizeStringMayBeTruncated() 147 longBuilder.append(String.valueOf((char) (((step * i) % 256) + 1))); // never emit 0 in testOversizeStringMayBeTruncated()
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | LayoutAnimationControllerTest.java | 285 long step = duration / 4; 287 animation.getTransformation(baseTime + step * 1, transformation); 289 animation.getTransformation(baseTime + step * 2, transformation); 291 animation.getTransformation(baseTime + step * 3, transformation); 293 animation.getTransformation(baseTime + step * 4, transformation);
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | SweepTests.java | 133 } while (modifierAccessor.step()); in sweepModifiersForMask()
|
/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 | 1494 for (Step step: this) { 1496 Log.i(TAG, step.getDescription()); 1497 if (step.stepSurface().needsToRunInSeparateThread()) { 1498 StepRunner runner = new StepRunner(step); 1504 step.run(); 1507 Log.e(TAG, "while " + step.getDescription(), e); 1511 mWarnings += step.getWarnings();
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | StillCaptureTest.java | 1201 Rational step = mStaticInfo.getAeCompensationStepChecked(); in aeCompensationTestByCamera() local 1202 float stepF = (float) step.getNumerator() / step.getDenominator(); in aeCompensationTestByCamera()
|
/cts/hostsidetests/theme/ |
D | README | 45 emulator image from step 2. The exact configuration doesn't really matter;
|
/cts/hostsidetests/jvmti/run-tests/ |
D | Android.mk | 97 src/997-single-step/src/art/Test997.java \
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | DisplayModifier.java | 496 public boolean step() { in step() method in DisplayModifier.Accessor
|
/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/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 815 float step = parameters.getExposureCompensationStep(); in checkExposureCompensation() local 817 assertEquals(0f, step, 0.000001f); in checkExposureCompensation() 820 assertTrue(step > 0); in checkExposureCompensation()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | CoreMathVerifier.java | 1001 static private Target.Floaty step(double v, double edge, Target t) { in step() method in CoreMathVerifier 3177 args.out = step(args.inVDouble, args.inEdgeDouble, t);
|