/cts/tests/tests/media/src/android/media/cts/ |
D | RemoteService.java | 79 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()
|
D | MediaBrowserServiceTestService.java | 96 public void onRun(int testId, int step, @Nullable Bundle args) throws Exception { in onRun()
|
D | MediaSessionTestService.java | 113 public void onRun(int testId, int step, @Nullable Bundle args) throws Exception { in onRun()
|
D | ImageReaderDecoderTest.java | 654 final int step = 8; // the width of the layers in validateSwirl() local
|
/cts/tests/app/app/src/android/app/stubs/ |
D | SearchManagerStubActivity.java | 75 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/ |
D | GLtestLib.java | 32 public static native void step(); in step() method in GLtestLib
|
/cts/tests/tests/media/aidl/android/media/cts/ |
D | IRemoteService.aidl | 22 boolean run(int testId, int step, in Bundle args); in run()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tunnelmode/ |
D | VolumeLevelChangesActivity.java | 107 private void process(int step) { in process() 160 private int getNextStep(int step) { in getNextStep()
|
/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/sensors/ |
D | MotionIndicatorView.java | 339 RangeCoveredRegister(int low, int high, int step) { in RangeCoveredRegister() 347 RangeCoveredRegister(int step) { in RangeCoveredRegister()
|
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/ |
D | PowerPolicyTestHelper.java | 41 public PowerPolicyTestHelper(String testcase, String step, in PowerPolicyTestHelper()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
D | KeyChainTest.java | 134 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/ |
D | VelocityTrackerTest.java | 183 private void move(long duration, long step) { in move()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | DisplayModifier.java | 496 public boolean step() { in step() method in DisplayModifier.Accessor
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/ |
D | WidgetCtsProvider.java | 183 int step = 1; in getInstruction() local
|
/cts/apps/CameraITS/utils/ |
D | sensor_fusion_utils.py | 373 def _generate_pwl_waveform(self, pts, step, amplitude): argument
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | SweepGradientTest.java | 101 final double step = twoPi / NUM_STEPS; in verifyColors() local
|
/cts/tests/tests/view/src/android/view/cts/input/ |
D | InputDeviceSensorManagerTest.java | 230 final int step = SAMPLE_STEP; in bumpSensorsData() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | StillCaptureTest.java | 1383 Rational step = mStaticInfo.getAeCompensationStepChecked(); in aeCompensationTestByCamera() local
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 884 float step = parameters.getExposureCompensationStep(); in checkExposureCompensation() local
|
/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
|