Home
last modified time | relevance | path

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

/cts/tests/src/android/app/cts/
DSearchManagerStubActivity.java73 public boolean doStep(int step) throws FailException { in testOnCancelListener()
104 public boolean doStep(int step) throws FailException { in testOnDismissListener()
133 public boolean doStep(int step) throws FailException { in testStopSearch()
224 protected abstract boolean doStep(int step) throws FailException; in doStep()
/cts/apps/CtsVerifier/jni/audioquality/
DOverflowCheck.cpp51 static void findEndpoints(short* data, int n, int step, int* start, int* end) { in findEndpoints()
111 int step = int(0.5 + (windSize * sampleRate)); in overflowCheck() local
DCompareSpectra.cpp31 static void findEndpoints(short* data, int n, int step, float signalOnRms, in findEndpoints()
/cts/tests/tests/graphics/src/android/graphics/cts/
DSweepGradientTest.java103 final double step = twoPi / NUM_STEPS; in checkColors() local
/cts/tests/tests/hardware/src/android/hardware/cts/
DCameraTest.java776 float step = parameters.getExposureCompensationStep(); in checkExposureCompensation() local