Home
last modified time | relevance | path

Searched defs:step (Results 1 – 14 of 14) sorted by relevance

/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestLib.java32 public static native void step(); in step() method in GLtestLib
/cts/tests/app/app/src/android/app/stubs/
DSearchManagerStubActivity.java74 public boolean doStep(int step) throws FailException { in testOnCancelListener()
105 public boolean doStep(int step) throws FailException { in testOnDismissListener()
134 public boolean doStep(int step) throws FailException { in testStopSearch()
225 protected abstract boolean doStep(int step) throws FailException; in doStep()
/cts/tests/tests/opengl/src/android/opengl/cts/
DGL2JniLibOne.java25 public static native void step(); in step() method in GL2JniLibOne
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DMotionIndicatorView.java313 RangeCoveredRegister(int low, int high, int step) { in RangeCoveredRegister()
321 RangeCoveredRegister(int step) { in RangeCoveredRegister()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java131 Step step = mSteps.get(mCurrentStep); in onClick() local
198 final Step step = mSteps.get(mCurrentStep); in updateUi() local
/cts/tests/tests/view/src/android/view/cts/
DVelocityTrackerTest.java144 private void move(long duration, long step) { in move()
/cts/tests/tests/graphics/src/android/graphics/cts/
DSweepGradientTest.java84 final double step = twoPi / NUM_STEPS; in checkColors() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDisplayModifier.java475 public boolean step() { in step() method in DisplayModifier.Accessor
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
DWidgetCtsProvider.java183 int step = 1; in getInstruction() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1015 Rational step = mStaticInfo.getAeCompensationStepChecked(); in aeCompensationTestByCamera() local
/cts/tests/tests/media/src/android/media/cts/
DImageReaderDecoderTest.java632 final int step = 8; // the width of the layers in validateSwirl() local
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java763 float step = parameters.getExposureCompensationStep(); in checkExposureCompensation() local
/cts/tools/vm-tests-tf/lib/
Djunit.jar ... public void start (int) int total public void step (boolean) boolean successful int x } junit/ ...
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java1001 static private Target.Floaty step(double v, double edge, Target t) { in step() method in CoreMathVerifier