Searched defs:minValue (Results 1 – 8 of 8) sorted by relevance
/cts/tests/app/src/android/app/cts/android/app/cts/tools/ |
D | UidImportanceListener.java | 66 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/ |
D | WaveTableSource.cpp | 97 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/ |
D | WaveTableSource.java | 168 float[] buffer, float maxValue, float minValue, float dutyCycle) { in genTriangleWave()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | RSBaseCompute.java | 176 int size, long seed, double minValue, double maxValue) { in createRandomFloatAllocation() 277 double minValue = Float16Utils.convertFloat16ToDouble(minArray[i]); in enforceOrdering() local
|
D | CoreMathVerifier.java | 413 static private Target.Floaty clamp(double value, double minValue, double maxValue, Target t) { in clamp()
|
/cts/tests/tests/time/src/android/app/time/cts/ |
D | TimeManagerTest.java | 680 int minValue, AtomicInteger actualValue) throws Exception { in waitForListenerCallbackCountAtLeast()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CaptureRequestTest.java | 1441 float minValue = 0; in verifyFocusDistance() local
|
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/ |
D | VehiclePropertyVerifier.java | 984 Integer minValue = (Integer) carPropertyConfig.getMinValue(areaId); in getPossibleIntegerValues() local
|