Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DRemoteService.java79 public abstract void onRun(int testId, int step, @Nullable Bundle args) throws Exception; in onRun()
108 public boolean run(int testId, int step, Bundle args) throws RemoteException { in run()
173 public void run(int step) throws RemoteException { in run()
184 public void run(int step, @Nullable Bundle args) throws RemoteException { in run()
DMediaBrowserServiceTestService.java96 public void onRun(int testId, int step, @Nullable Bundle args) throws Exception { in onRun()
DMediaSessionTestService.java113 public void onRun(int testId, int step, @Nullable Bundle args) throws Exception { in onRun()
DImageReaderDecoderTest.java654 final int step = 8; // the width of the layers in validateSwirl() local
/cts/tests/app/app/src/android/app/stubs/
DSearchManagerStubActivity.java75 public boolean doStep(int step) throws FailException { in testOnCancelListener()
106 public boolean doStep(int step) throws FailException { in testOnDismissListener()
135 public boolean doStep(int step) throws FailException { in testStopSearch()
226 protected abstract boolean doStep(int step) throws FailException; in doStep()
/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestLib.java32 public static native void step(); in step() method in GLtestLib
/cts/tests/tests/media/aidl/android/media/cts/
DIRemoteService.aidl22 boolean run(int testId, int step, in Bundle args); in run()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tunnelmode/
DVolumeLevelChangesActivity.java107 private void process(int step) { in process()
160 private int getNextStep(int step) { in getNextStep()
/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.java339 RangeCoveredRegister(int low, int high, int step) { in RangeCoveredRegister()
347 RangeCoveredRegister(int step) { in RangeCoveredRegister()
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestHelper.java41 public PowerPolicyTestHelper(String testcase, String step, in PowerPolicyTestHelper()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java134 Step step = mSteps.get(mCurrentStep); in onClick() local
201 final Step step = mSteps.get(mCurrentStep); in updateUi() local
/cts/tests/tests/view/src/android/view/cts/
DVelocityTrackerTest.java183 private void move(long duration, long step) { in move()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDisplayModifier.java496 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/apps/CameraITS/utils/
Dsensor_fusion_utils.py373 def _generate_pwl_waveform(self, pts, step, amplitude): argument
/cts/tests/tests/graphics/src/android/graphics/cts/
DSweepGradientTest.java101 final double step = twoPi / NUM_STEPS; in verifyColors() local
/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceSensorManagerTest.java230 final int step = SAMPLE_STEP; in bumpSensorsData() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1383 Rational step = mStaticInfo.getAeCompensationStepChecked(); in aeCompensationTestByCamera() local
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java884 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