Searched refs:minValue (Results 1 – 5 of 5) sorted by relevance
/cts/tests/app/src/android/app/cts/android/app/cts/tools/ |
D | UidImportanceListener.java | 46 public int waitForValue(int minValue, int maxValue, long timeout) { in waitForValue() argument 50 while (mLastValue < minValue || mLastValue > maxValue) { in waitForValue() 54 + minValue + "-" + maxValue + ", last was " + mLastValue); in waitForValue() 61 Log.d("XXXX", "waitForValue " + minValue + "-" + maxValue + ": " + mLastValue); in waitForValue()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | RSBaseCompute.java | 176 int size, long seed, double minValue, double maxValue) { in createRandomFloatAllocation() argument 182 RSUtils.genRandomDoubles(seed, minValue, maxValue, inArray, false); in createRandomFloatAllocation() 186 RSUtils.genRandomFloats(seed, (float) minValue, (float) maxValue, inArray, false); in createRandomFloatAllocation() 190 RSUtils.genRandomFloat16s(seed, minValue, maxValue, inArray, false); in createRandomFloatAllocation() 277 double minValue = Float16Utils.convertFloat16ToDouble(minArray[i]); in enforceOrdering() local 279 if (minValue > maxValue) { in enforceOrdering()
|
D | CoreMathVerifier.java | 413 static private Target.Floaty clamp(double value, double minValue, double maxValue, Target t) { in clamp() argument 414 return t.newFloaty(Math.min(maxValue, Math.max(minValue, value))); in clamp()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CaptureRequestTest.java | 1062 float minValue = 0; in verifyFocusDistance() local 1084 resultDistances[i], minValue, maxValue); in verifyFocusDistance() 2442 float minValue = 0; 2445 float range = maxValue - minValue; 2449 testValues[i] = minValue; 2452 testValues[repeatMin+i] = minValue + stepSize * i;
|
/cts/tests/libcore/javautilcollections/libs/ |
D | guava-20.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |