/cts/libs/commonutil/src/com/android/cts/util/ |
D | Stat.java | 36 public StatResult(double average, double min, double max, double stddev, int dataCount) { in StatResult() 51 double max = data[0]; in getStat() local 90 double max = median; in getStatWithOutlierRejection() local 149 double max = data[0]; in getMax() local
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | Stat.java | 35 public StatResult(double average, double min, double max, double stddev, int dataCount) { in StatResult() 50 double max = data[0]; in getStat() local 89 double max = median; in getStatWithOutlierRejection() local 148 double max = data[0]; in getMax() local
|
/cts/tests/tests/dpi/src/android/dpi/cts/ |
D | AspectRatioTest.java | 69 int max = Math.max(metrics.widthPixels, metrics.heightPixels); in getRealAspectRatio() local
|
D | ConfigurationScreenLayoutTest.java | 102 int max = Math.max(metrics.widthPixels, metrics.heightPixels); in reduceScreenLayout() local
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | Sphere.java | 152 private int max(int[] array) { in max() method in Sphere 153 int max = array[0]; in max() local
|
D | GlVboPerfTest.java | 139 float max = data[0]; in findMinMax() local
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSUtils.java | 49 public static void genRandom(long seed, int max, int factor, int offset, int array[]) { in genRandom() 69 public static void genRandom(long seed, int max, int factor, int offset, int array[], in genRandom()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | RSBaseCompute.java | 118 double max = 4.0 * Math.PI; in createRandomAllocation() local 125 float max = 4.0f * (float) Math.PI; in createRandomAllocation() local 308 long max = maxArray[i] &0xffffffffl; in enforceOrdering() local 337 int max = maxArray[i] &0xffff; in enforceOrdering() local 366 int max = maxArray[i] &0xff; in enforceOrdering() local
|
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()
|
D | TypeTest.java | 24 void testBuilderSizes(Type.Builder b, int min, int max) { in testBuilderSizes()
|
D | Target.java | 211 double max = Math.sqrt(a.mMaxValue); in sqrt() local 516 float max = (float)mMaxValue; in toString() 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/suite/cts/deviceTests/opengl/jni/graphics/ |
D | Vector2D.cpp | 59 void Vector2D::limit(float max) { in limit()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | ResourceManagerTestActivityBase.java | 116 protected int allocateCodecs(int max) { in allocateCodecs() 157 protected void allocateCodecs(int max, MediaCodecInfo info, boolean securePlayback) { in allocateCodecs()
|
D | MediaCodecCapabilitiesTest.java | 559 boolean isEncoder, String name, String mime, CodecCapabilities caps, int max) { in getActualMax() 615 int max = caps.getMaxSupportedInstances(); in testGetMaxSupportedInstances() local
|
D | MediaRecorderTest.java | 378 final int max = MediaRecorder.getAudioSourceMax(); in testGetAudioSourceMax() local
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/ |
D | CameraErrorCollector.java | 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() 846 CameraCharacteristics characteristics, CameraCharacteristics.Key<T> key, T min, T max) { in expectKeyValueInRange() 851 expectInRange(key.getName(), value, min, max); in expectKeyValueInRange() local
|
D | StaticMetadata.java | 2314 private void checkArrayValuesInRange(Key<int[]> key, int[] array, int min, int max) { in checkArrayValuesInRange() 2321 private void checkArrayValuesInRange(Key<byte[]> key, byte[] array, byte min, byte max) { in checkArrayValuesInRange()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | EventLogTest.java | 80 final int max = 4096 - 20 - 4 - 1; in testWriteEventWithOversizeValue() local
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_type.cpp | 37 const int max = 8; in testTypeBuilderHelper() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | AbsSeekBarTest.java | 191 int max = progress + 1; in testSetMax() local
|
D | ProgressBarTest.java | 298 int max = progress + 1; in testAccessMax() local
|
/cts/libs/deviceutil/src/android/cts/util/ |
D | MediaUtils.java | 474 double min, double max, double avg, double stdev) { in logResults()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 752 private static float max(float[] array) { in max() method in RawConverter
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 629 double max = 0.0; in calcMaxErr() local
|