/cts/common/util/src/com/android/compatibility/common/util/ |
D | Stat.java | 39 public StatResult(double average, double min, double max, double stddev, int dataCount) { in StatResult() 53 double min = data[0]; in getStat() local 120 double min = data[0]; in getMin() local
|
/cts/tests/tests/dpi/src/android/dpi/cts/ |
D | AspectRatioTest.java | 70 int min = Math.min(metrics.widthPixels, metrics.heightPixels); in getRealAspectRatio() local
|
D | ConfigurationScreenLayoutTest.java | 103 int min = Math.min(metrics.widthPixels, metrics.heightPixels); in reduceScreenLayout() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | RSBaseCompute.java | 119 double min = -4.0 * Math.PI; in createRandomAllocation() local 126 float min = -4.0f * (float) Math.PI; in createRandomAllocation() local 132 double min = -4.0 * Math.PI; in createRandomAllocation() local 335 long min = minArray[i] &0xffffffffl; in enforceOrdering() local 364 int min = minArray[i] &0xffff; in enforceOrdering() local 393 int min = minArray[i] &0xff; in enforceOrdering() local
|
D | RSUtils.java | 70 public static void genRandomDoubles(long seed, double min, double max, double array[], in genRandomDoubles() 121 public static void genRandomFloats(long seed, float min, float max, float array[], in genRandomFloats() 191 short min = Float16Utils.convertDoubleToFloat16(minValueInHalf); in genRandomFloat16s() local 255 public static void genRandomInts(long seed, int min, int max, int array[]) { in genRandomInts()
|
D | TypeTest.java | 24 void testBuilderSizes(Type.Builder b, int min, int max) { in testBuilderSizes()
|
D | Target.java | 272 double min = Math.sqrt(a.mMinValue); in sqrt() local 607 public double min() { return mMinValue; } in min() method in Target.Floaty 638 float min = (float)mMinValue; in toString() local
|
D | CoreMathVerifier.java | 815 static private Target.Floaty min(double a, double b, Target t) { in min() method in CoreMathVerifier 1007 double min = Math.tan(in.min()); in tan() local 1021 float min = tan(in.min32()); in tan() local 1051 double min = Math.tan(in.min()); in tanpi() local 1066 float min = tan(in.min32()); in tanpi() local
|
/cts/tests/app/src/android/app/cts/ |
D | WallpaperManagerTest.java | 44 final Point min = getScreenSize(); in testSuggestDesiredDimensions() local
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
D | RSUtils.java | 48 public static void genRandomDoubles(long seed, double min, double max, double array[], in genRandomDoubles() 99 public static void genRandomFloats(long seed, float min, float max, float array[], in genRandomFloats() 150 public static void genRandomInts(long seed, int min, int max, int array[]) { in genRandomInts()
|
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/ |
D | CameraErrorCollector.java | 334 List<T> list, T min) { in expectValuesGreaterOrEqual() 350 T[] array, T min) { in expectValuesGreaterOrEqual() 363 T min, T max) { in expectValuesInRange() 381 T min, T max) { in expectValuesInRange() 393 public void expectValuesInRange(String msg, int[] array, int min, int max) { in expectValuesInRange() 412 T min, T max) { in expectInRange() 838 CameraCharacteristics characteristics, CameraCharacteristics.Key<T> key, T min, T max) { in expectKeyValueInRange() 843 expectInRange(key.getName(), value, min, max); in expectKeyValueInRange() local
|
D | StaticMetadata.java | 2331 private void checkArrayValuesInRange(Key<int[]> key, int[] array, int min, int max) { in checkArrayValuesInRange() 2338 private void checkArrayValuesInRange(Key<byte[]> key, byte[] array, byte min, byte max) { in checkArrayValuesInRange()
|
/cts/tests/tests/media/libaudiojni/ |
D | sl-utils.h | 35 const T &min(const T &a, const T &b) { in min() function
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | GlVboPerfTest.java | 138 float min = data[0]; in findMinMax() local
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_type.cpp | 36 const int min = 1; in testTypeBuilderHelper() local
|
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/ |
D | SustainedPerformanceHostTest.java | 115 double min = Double.MAX_VALUE, max = Double.MIN_VALUE; in analyzeResults() local
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
D | SensorCtsHelper.java | 147 public static <TValue extends Number> double clamp(TValue val, TValue min, TValue max) { in clamp()
|
/cts/tests/simplecpu/jni/ |
D | CpuNativeJni.cpp | 28 #define min(a, b) (a) < (b) ? a : b macro
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 762 int min = parameters.getMinExposureCompensation(); in checkExposureCompensation() local
|