/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
D | ShortcutManagerNegativeTest.java | 52 final Field f = instance.getClass().getDeclaredField(field); in readField() local 123 try (BufferedReader r = new BufferedReader(new InputStreamReader(p.getInputStream()))) { in runCommand()
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
D | RSUtils.java | 50 Random r = new Random(seed); in genRandomDoubles() local 101 Random r = new Random(seed); in genRandomFloats() local 126 float f = (float) sInterestingDoubles[i]; in genRandomFloats() local 151 Random r = new Random(seed); in genRandomInts() local 167 Random r = new Random(seed); in genRandomLongs() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ImageProcessingTest.java | 311 int pack(float a, float r, float g, float b) { in pack() 323 int pack(int a, int r, int g, int b) { in pack() 711 float f[] = new float[9]; in testConvolve3x3() local 735 float f[] = new float[25]; in testConvolve5x5() local 762 float f = ((float)ct) / 255.f; in testLUT() local 764 float r = f; in testLUT() local 808 float f[] = new float[9]; in testScriptGroup() local
|
D | RSUtils.java | 72 Random r = new Random(seed); in genRandomDoubles() local 123 Random r = new Random(seed); in genRandomFloats() local 148 float f = (float) sInterestingDoubles[i]; in genRandomFloats() local 218 Random r = new Random(seed); in genRandomFloat16s() local 256 Random r = new Random(seed); in genRandomInts() local 272 Random r = new Random(seed); in genRandomLongs() local
|
D | IntrinsicBase.java | 98 java.util.Random r = new java.util.Random(100); in makeSource() local 103 float f[] = new float[w * h * vs]; in makeSource() local
|
D | IntrinsicColorMatrix.java | 85 java.util.Random r = new java.util.Random(100); in test() local 87 float f[] = mat.getArray(); in test() local
|
D | CoreMathVerifier.java | 249 static private Target.Floaty acos(float f, Target t) { in acos() 267 static private Target.Floaty acosh(float f, Target t) { in acosh() 279 static private Target.Floaty acospi(float f, Target t) { in acospi() 291 static private Target.Floaty asin(float f, Target t) { in asin() 309 static private Target.Floaty asinh(float f, Target t) { in asinh() 321 static private Target.Floaty asinpi(float f, Target t) { in asinpi() 333 static private Target.Floaty atan(float f, Target t) { in atan() 351 static private Target.Floaty atanh(float f, Target t) { in atanh() 363 static private Target.Floaty atanpi(float f, Target t) { in atanpi() 405 static private Target.Floaty cbrt(float f, Target t) { in cbrt() [all …]
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | MatrixTest.java | 459 Float.POSITIVE_INFINITY, 0f); in testMapRadius() local 460 assertEquals(mMatrix.mapRadius(Float.MIN_VALUE), 0f, 0f); in testMapRadius() local 465 RectF r = new RectF(); in testMapRect() local
|
D | BitmapTest.java | 680 private static float clamp(float f) { in clamp() 684 private static float clamp(float f, float min, float max) { in clamp() 2154 short r = (short) (x % 255); in testWrapHardwareBufferPreservesColors() local
|
/cts/tests/tests/util/src/android/util/cts/ |
D | RationalTest.java | 57 Rational r = new Rational(1, 2); in testConstructor() local 94 Rational r = new Rational(1, 2); in testEquals() local 399 Rational r = new Rational(10, 15); in testParseRational() local 514 Rational r = new Rational(numerator, denominator); in createIllegalRational() local 522 Field f = object.getClass().getDeclaredField(name); in mutateField() local
|
/cts/apps/CameraITS/pymodules/its/ |
D | objects.py | 34 def float_to_rational(f, denom=128): argument 51 def rational_to_float(r): argument
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 327 private static Mat cameraMatrix(float f, Size center) { in cameraMatrix() 1320 private static double [] rodr2quat( double [] r) { in rodr2quat() 1327 private static void rodr2quat( double [] r, double [] quat) { in rodr2quat() 1337 double [] r = new double[3]; in rodr2quat() local 1347 private static double [] rodr2rpy( double [] r) { in rodr2rpy()
|
/cts/tests/tests/nativehardware/jni/ |
D | AHardwareBufferGLTest.cpp | 111 float f; member 412 const uint8_t r = golden_pixel[0]; in GetGoldenColor() local
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_cve_2019_2213_Test.c | 889 rela_t *r = ((rela_t *)elf) + rphdr->sh_offset; in find_elf_clone_got() local 913 int clone_unshare_files(u64 a, u64 b, int flags, u64 c, u64 d, u64 e, u64 f) { in clone_unshare_files()
|