Searched defs:minValue (Results 1 – 6 of 6) 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 | 92 float maxValue, float minValue, float dutyCycle) { in genTriangleWave() 131 float maxValue, float minValue, float dutyCycle) { in genPulseWave()
|
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/sources/ |
D | WaveTableSource.java | 164 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/camera/src/android/hardware/camera2/cts/ |
D | CaptureRequestTest.java | 1279 float minValue = 0; in verifyFocusDistance() local
|