Home
last modified time | relevance | path

Searched +defs:d +defs:e (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DParcelTest.java837 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/
DT_filled_new_array_range_1.java20 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/
DT_filled_new_array_1.java20 public int[] run(int a, int b, int c, int d, int e) { in run()
/cts/suite/audio_quality/test/
DLogTest.cpp47 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/
DTarget.java125 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/
DAudioBandSpecs.java62 double d = mFreqStop - mFreqStart; in isInBounds() local
67 double e = freq - mFreqStart; in isInBounds() local
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp34 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/
DSensorDirectReportTest.java981 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/
DStorageStatsTest.java353 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/
DImageDecoderTest.java244 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/
Dandroid_security_cts_cve_2019_2213_Test.c71 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/
DCodecTestBase.java111 public void onError(@NonNull MediaCodec codec, MediaCodec.CodecException e) { in onError()
400 int d = shortData[i] - refData[i]; in getRmsError() local