/cts/tests/tests/os/src/android/os/cts/ |
D | ParcelTest.java | 831 char[] a = {'a'}; in testReadCharArray() local 837 char[] d = new char[c.length]; in testReadCharArray() local 899 char[] a = {'a'}; in testCreateCharArray() local 905 char[] d; in testCreateCharArray() local 1005 int[] a = {21}; in testReadIntArray() local 1009 int[] d = new int[c.length]; in testReadIntArray() local 1071 int[] a = {21}; in testCreateIntArray() local 1075 int[] d; in testCreateIntArray() local 1163 long[] a = {21L}; in testReadLongArray() local 1167 long[] d = new long[c.length]; in testReadLongArray() local [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | Target.java | 113 Floaty newFloaty(double a) { in newFloaty() 117 Floaty newFloaty(double a, double b) { in newFloaty() 121 Floaty newFloaty(double a, double b, double c) { in newFloaty() 125 Floaty newFloaty(double a, double b, double c, double d) { in newFloaty() 129 Floaty newFloaty(double a, double b, double c, double d, double e) { in newFloaty() 138 Floaty new32(float a) { in new32() 142 Floaty new32(float a, float b) { in new32() 146 Floaty new32(float a, float b, float c) { in new32() 150 Floaty new32(float a, float b, float c, float d) { in new32() 154 Floaty new32(float a, float b, float c, float d, float e) { in new32() [all …]
|
D | CoreMathVerifier.java | 240 static private Target.Floaty acos(double d, Target t) { in acos() 259 static private Target.Floaty acosh(double d, Target t) { in acosh() 275 static private Target.Floaty acospi(double d, Target t) { in acospi() 283 static private Target.Floaty asin(double d, Target t) { in asin() 301 static private Target.Floaty asinh(double d, Target t) { in asinh() 317 static private Target.Floaty asinpi(double d, Target t) { in asinpi() 325 static private Target.Floaty atan(double d, Target t) { in atan() 343 static private Target.Floaty atanh(double d, Target t) { in atanh() 359 static private Target.Floaty atanpi(double d, Target t) { in atanpi() 397 static private Target.Floaty cbrt(double d, Target t) { in cbrt() [all …]
|
D | ImageProcessingTest.java | 238 public boolean similar(byte[] a, byte[] b) { in similar() 254 int d = (x - width / 2) * (x - width / 2) + (y - height / 2) * (y - height / 2); in buildSrc() local 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()
|
D | RSUtils.java | 97 double d = sInterestingDoubles[i]; in genRandomDoubles() local 317 public static long compareUnsignedLong(long a, long b) { in compareUnsignedLong()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array_range/d/ |
D | T_filled_new_array_range_1.java | 20 public int[] run(int a, int b, int c, int d, int e) { in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array/d/ |
D | T_filled_new_array_1.java | 20 public int[] run(int a, int b, int c, int d, int e) { in run()
|
/cts/suite/audio_quality/test/ |
D | LogTest.cpp | 44 int64_t a = 0; in TEST_F() local 47 int64_t d = 3; in TEST_F() local
|
/cts/tests/simplecpu/jni/ |
D | CpuNativeJni.cpp | 28 #define min(a, b) (a) < (b) ? a : b argument 44 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ argument 48 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() 56 #define swap(a, b) \ argument 64 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) argument 67 med3(char *a, char *b, char *c, int (*cmp)(const void *, const void *)) in med3() 78 int d, r, swaptype, swap_cnt; in qsort_local() local 79 char *a = (char*)aa; in qsort_local() local 225 float a = A[i * n + k]; in doMatrixMultiplication() local
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | MediaStore_Audio_MediaTest.java | 178 final Uri a = ProviderTestUtils.scanFileFromShell( in testCanonicalize() local 199 final Uri d = ProviderTestUtils.scanFileFromShell( in testCanonicalize() local
|
D | MediaStore_Video_MediaTest.java | 350 final Uri a = ProviderTestUtils.scanFileFromShell( in testCanonicalize() local 371 final Uri d = ProviderTestUtils.scanFileFromShell( in testCanonicalize() local
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | Egl10Utils.java | 84 int d = findConfigAttrib(egl, display, config, EGL10.EGL_DEPTH_SIZE); in chooseConfig() local 90 int a = findConfigAttrib(egl, display, config, EGL10.EGL_ALPHA_SIZE); in chooseConfig() local
|
/cts/tests/tests/media/libmediandkjni/ |
D | md5_utils.cpp | 160 /*register*/ UWORD32 a, b, c, d; in MD5Transform() local
|
/cts/hostsidetests/sustainedperf/shadertoy_android/src/ |
D | GLtestView.java | 135 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() 187 int d = findConfigAttrib(egl, display, config, in chooseConfig() local 203 int a = findConfigAttrib(egl, display, config, in chooseConfig() local
|
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/ |
D | StorageStatsTest.java | 138 final ApplicationInfo a = pm.getApplicationInfo(PKG_A, 0); in testVerifyStatsMultiple() local 241 final ApplicationInfo a = pm.getApplicationInfo(PKG_A, 0); in testVerifyCategory() local 349 final File a = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior() local 353 final File d = useFallocate(makeUniqueFile(group), size, groupTime); in testCacheBehavior() local
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
D | RSUtils.java | 75 double d = sInterestingDoubles[i]; in genRandomDoubles() local 212 public static long compareUnsignedLong(long a, long b) { in compareUnsignedLong()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | ShapeDrawableTest.java | 354 final ShapeDrawable d = new ShapeDrawable(new RectShape()); in testSetTint() local 373 ShapeDrawable a = new ShapeDrawable(); in testMutateGetShape() local
|
/cts/tests/vr/src/android/vr/cts/ |
D | OpenGLESActivity.java | 342 int d = findConfigAttrib(egl, display, config, in chooseConfig() local 358 int a = findConfigAttrib(egl, display, config, in chooseConfig() local
|
/cts/tests/media/jni/ |
D | NativeCodecTestBase.cpp | 194 uint32_t a = 1; in adler32() local 331 int d = testDataReinterpret[i] - refDataReinterpret[i]; in getRmsError() local
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | GLSurfaceViewCustom.java | 939 int d = findConfigAttrib(egl, display, config, in chooseConfig() local 950 int a = findConfigAttrib(egl, display, config, in chooseConfig() local
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_cve_2019_2213_Test.c | 913 int clone_unshare_files(u64 a, u64 b, int flags, u64 c, u64 d, u64 e, u64 f) { in clone_unshare_files() 1012 DIR *d = opendir("/proc/self/map_files"); in locate_hooks() local 1669 void sigfunc(int a) { in sigfunc()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | DecodeAccuracyTestBase.java | 1905 final double a = 500 * (comp[X] - comp[Y]); in convertXyzToCieLab() local 2020 Difference d = computeDifference(bitmap1, bitmap2s); in computeMinimumDifference() local
|