/cts/tests/tests/os/src/android/os/cts/ |
D | ParcelTest.java | 837 char[] d = new char[c.length]; in testReadCharArray() local 905 char[] d; in testCreateCharArray() local 907 char[] e = {}; in testCreateCharArray() local 1009 int[] d = new int[c.length]; in testReadIntArray() local 1075 int[] d; in testCreateIntArray() local 1077 int[] e = {}; in testCreateIntArray() local 1167 long[] d = new long[c.length]; in testReadLongArray() local 1233 long[] d; in testCreateLongArray() local 1235 long[] e = {}; in testCreateLongArray() local 1337 float[] d = new float[c.length]; in testReadFloatArray() local [all …]
|
/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 | 47 int64_t d = 3; in TEST_F() local 48 int64_t e = 4; in TEST_F() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | Target.java | 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() 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() 175 Floaty new64(double a, double b, double c, double d) { in new64() 179 Floaty new64(double a, double b, double c, double d, double e) { in new64()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioBandSpecs.java | 62 double d = mFreqStop - mFreqStart; in isInBounds() local 67 double e = freq - mFreqStart; in isInBounds() local
|
/cts/tests/openglperf2/jni/graphics/ |
D | Matrix.cpp | 34 const float* d = &(mData[i * 4]); in print() local 41 const float* d = src.mData; in equals() local 118 const float e = rhs[i4 + j]; in multiply() local 165 float* d = m->mData; in newLookAt() local 204 float* d = m->mData; in newFrustum() local 228 float* d = m->mData; in newTranslate() local 238 float* d = m->mData; in newScale() local 248 float* d = m->mData; in newRotate() local 319 const float* d = lhs.mData; in multiplyVector() local
|
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorDirectReportTest.java | 981 DirectReportSensorEvent e = mEventPool.get(); in collectSensorEventsRealtime() local 1014 DirectReportSensorEvent e = getEvent(); in checkAtomicCounterUpdate() local 1199 DirectReportSensorEvent e = getEvent(); in checkSharedMemoryContent() local 1290 long d = events.get(i).ts - events.get(i-1).ts; in checkEventRate() local 1348 long d = events.get(i).ts - events.get(i-1).ts; in checkEventRateUs() local 1468 DirectReportSensorEvent e = events.get(i); in checkTimestampAbsolute() local 1469 long d = e.arrivalTs - e.ts; in checkTimestampAbsolute() local
|
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/ |
D | StorageStatsTest.java | 353 final File d = useFallocate(makeUniqueFile(group), size, groupTime); in testCacheBehavior() local 354 final File e = useFallocate(makeUniqueFile(group), size, groupTime); in testCacheBehavior() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ImageDecoderTest.java | 244 Drawable d = ImageDecoder.decodeDrawable(src, (decoder, info, s) -> { in testUris() local 956 public boolean onPartialImage(DecodeException e) { in testOnPartialImage() 1014 public boolean onPartialImage(DecodeException e) { in testCorruptException() 1662 Drawable d = ImageDecoder.decodeDrawable(src, (decoder, info, s) -> { in testAlphaMaskPlusHardwareAnimated() local
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_cve_2019_2213_Test.c | 71 void add_jenv(JNIEnv *e) { in add_jenv() 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 1902 Java_android_security_cts_ExploitThread_runxpl(JNIEnv *e, jobject t, jstring jpipedir) { in Java_android_security_cts_ExploitThread_runxpl()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecTestBase.java | 111 public void onError(@NonNull MediaCodec codec, MediaCodec.CodecException e) { in onError() 400 int d = shortData[i] - refData[i]; in getRmsError() local
|