/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestStep.rscript | 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 | 139 for step in range(1, len(reqs)): 140 (s_prev, _) = settings[step - 1] 141 (s, s_boost) = settings[step] 146 ratio = raw_rgb_means[step - 1][rgb] / raw_rgb_means[step][rgb] 148 step-1, step, rgb_str[rgb], 149 raw_rgb_means[step - 1][rgb], 150 raw_rgb_means[step][rgb], ratio), 153 if raw_rgb_means[step][rgb] <= RAW_PIXEL_VAL_THRESHOLD: 162 for step in range(len(reqs)): 163 if raw_rgb_means[step][rgb] <= RAW_PIXEL_VAL_THRESHOLD: [all …]
|
D | test_ev_compensation_advanced.py | 57 ev_shifts = [pow(2, step * ev_per_step) for step in ev_steps]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/display/ |
D | TestSequence.java | 38 steps.stream().forEach(step -> step.createUiElements()); in init() 56 .filter(step -> !step.hasPassed()) in getFailureDetails() 57 .map(step -> step.getFailureDetails()) in getFailureDetails() 63 boolean allTestStepsPass = steps.stream().allMatch(step -> step.hasPassed()); in onAllStepsDone()
|
/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*) 50 $(call add-clean-step, rm -rf $(HOST_OUT)/cts_instant/android-cts_instant/testcases/CtsJobScheduler… 51 $(call add-clean-step, rm -rf $(HOST_OUT)/cts_instant/android-cts_instant/testcases/CtsUiHostTestCa… 52 $(call add-clean-step, rm -rf $(HOST_OUT)/cts_instant/android-cts_instant/testcases/CtsDpiTestCases… 53 $(call add-clean-step, rm -rf $(HOST_OUT_INTERMEDIATES)/JAVA_LIBRARIES/CtsSecurityHostTestCases_int…
|
/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 | 183 private void move(long duration, long step) { in move() argument 186 duration -= step; in move() 187 mTime += step; in move() 188 mPx += (mAx / 2 * step + mVx) * step; in move() 189 mPy += (mAy / 2 * step + mVy) * step; in move() 190 mVx += mAx * step; in move() 191 mVy += mAy * step; in move()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
D | KeyChainTest.java | 134 Step step = mSteps.get(mCurrentStep); in onClick() local 136 switch (step.task.getStatus()) { in onClick() 138 step.task.execute(); in onClick() 153 step.task.cancel(false); in onClick() 201 final Step step = mSteps.get(mCurrentStep); in updateUi() local 202 if (step.task.getStatus() == AsyncTask.Status.PENDING) { in updateUi() 203 mInstructionView.setText(step.instructionTextId); in updateUi() 205 mSkipButton.setVisibility(step.skippable ? View.VISIBLE : View.INVISIBLE); in updateUi()
|
/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 | 339 RangeCoveredRegister(int low, int high, int step) { in RangeCoveredRegister() argument 341 mStep = step; in RangeCoveredRegister() 347 RangeCoveredRegister(int step) { in RangeCoveredRegister() argument 349 mStep = step; in RangeCoveredRegister()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | SweepGradientTest.java | 101 final double step = twoPi / NUM_STEPS; in verifyColors() local 104 for (double rad = step; rad <= twoPi - step; rad += step) { in verifyColors()
|
/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/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/tests/tests/view/src/android/view/animation/cts/ |
D | LayoutAnimationControllerTest.java | 286 long step = duration / 4; 288 animation.getTransformation(baseTime + step * 1, transformation); 290 animation.getTransformation(baseTime + step * 2, transformation); 292 animation.getTransformation(baseTime + step * 3, transformation); 294 animation.getTransformation(baseTime + step * 4, transformation);
|
/cts/tests/tests/media/src/android/media/cts/ |
D | ImageReaderDecoderTest.java | 635 final int step = 8; // the width of the layers in validateSwirl() local 647 for (int pos = 0; ; pos += step) { in validateSwirl() 648 Rect area = new Rect(pos - step, pos, crop.width() / 2, crop.height() + 2 * step - pos); in validateSwirl()
|
D | AdaptivePlaybackTest.java | 1568 for (Step step: this) { 1570 Log.i(TAG, step.getDescription()); 1571 if (step.stepSurface().needsToRunInSeparateThread()) { 1572 StepRunner runner = new StepRunner(step); 1578 step.run(); 1581 Log.e(TAG, "while " + step.getDescription(), e); 1585 mWarnings += step.getWarnings();
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | SweepTests.java | 134 } while (modifierAccessor.step()); in sweepModifiersForMask()
|
/cts/hostsidetests/theme/ |
D | README | 45 emulator image from step 2. The exact configuration doesn't really matter;
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | StillCaptureTest.java | 1380 Rational step = mStaticInfo.getAeCompensationStepChecked(); in aeCompensationTestByCamera() local 1381 float stepF = (float) step.getNumerator() / step.getDenominator(); in aeCompensationTestByCamera()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | DisplayModifier.java | 496 public boolean step() { in step() method in DisplayModifier.Accessor
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | MatrixTest.rscript | 662 * step 1: (20, -12, 21) 663 * step 2: (22, -9, 20)
|
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);
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 851 float step = parameters.getExposureCompensationStep(); in checkExposureCompensation() local 853 assertEquals(0f, step, 0.000001f); in checkExposureCompensation() 856 assertTrue(step > 0); in checkExposureCompensation()
|