Home
last modified time | relevance | path

Searched defs:minValue (Results 1 – 8 of 8) sorted by relevance

/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DUidImportanceListener.java66 public int waitForValue(int minValue, int maxValue) { in waitForValue()
70 public int waitForValue(int minValue, int maxValue, long timeout) { in waitForValue()
/cts/apps/CtsVerifier/jni/megaaudio/player/
DWaveTableSource.cpp97 float maxValue, float minValue, float dutyCycle) { in genTriangleWave()
136 float maxValue, float minValue, float dutyCycle) { in genPulseWave()
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/sources/
DWaveTableSource.java168 float[] buffer, float maxValue, float minValue, float dutyCycle) { in genTriangleWave()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRSBaseCompute.java176 int size, long seed, double minValue, double maxValue) { in createRandomFloatAllocation()
277 double minValue = Float16Utils.convertFloat16ToDouble(minArray[i]); in enforceOrdering() local
DCoreMathVerifier.java413 static private Target.Floaty clamp(double value, double minValue, double maxValue, Target t) { in clamp()
/cts/tests/tests/time/src/android/app/time/cts/
DTimeManagerTest.java680 int minValue, AtomicInteger actualValue) throws Exception { in waitForListenerCallbackCountAtLeast()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java1441 float minValue = 0; in verifyFocusDistance() local
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java984 Integer minValue = (Integer) carPropertyConfig.getMinValue(areaId); in getPossibleIntegerValues() local