Home
last modified time | relevance | path

Searched +defs:d +defs:f (Results 1 – 14 of 14) 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
908 char[] f; in testCreateCharArray() local
1009 int[] d = new int[c.length]; in testReadIntArray() local
1075 int[] d; in testCreateIntArray() local
1078 int[] f; in testCreateIntArray() local
1167 long[] d = new long[c.length]; in testReadLongArray() local
1233 long[] d; in testCreateLongArray() local
1236 long[] f; in testCreateLongArray() local
1337 float[] d = new float[c.length]; in testReadFloatArray() local
[all …]
DBundleTest.java311 final double d = 10.07; in testGetDouble1() local
346 final float f = 10.07f; in testGetFloat1() local
/cts/suite/audio_quality/test/
DLogTest.cpp47 int64_t d = 3; in TEST_F() local
49 int64_t f = 5; 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()
251 Floaty f = new Floaty(a); in abs() local
271 double f = Math.sqrt(a.mValue); in sqrt() local
370 private void updateMinAndMax(double f) { in updateMinAndMax()
508 private boolean IsSubnormal(double f) { in IsSubnormal()
[all …]
DCoreMathVerifier.java240 static private Target.Floaty acos(double d, Target t) { in acos()
249 static private Target.Floaty acos(float f, Target t) { in acos()
259 static private Target.Floaty acosh(double d, Target t) { in acosh()
267 static private Target.Floaty acosh(float f, Target t) { in acosh()
275 static private Target.Floaty acospi(double d, Target t) { in acospi()
279 static private Target.Floaty acospi(float f, Target t) { in acospi()
283 static private Target.Floaty asin(double d, Target t) { in asin()
291 static private Target.Floaty asin(float f, Target t) { in asin()
301 static private Target.Floaty asinh(double d, Target t) { in asinh()
309 static private Target.Floaty asinh(float f, Target t) { in asinh()
[all …]
DImageProcessingTest.java254 int d = (x - width / 2) * (x - width / 2) + (y - height / 2) * (y - height / 2); in buildSrc() local
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
808 float f[] = new float[9]; in testScriptGroup() local
DRSUtils.java97 double d = sInterestingDoubles[i]; in genRandomDoubles() local
148 float f = (float) sInterestingDoubles[i]; in genRandomFloats() local
/cts/tests/tests/media/libmediandkjni/
Dmd5_utils.cpp150 #define MD5STEP(f,w,x,y,z,in,s) \ argument
160 /*register*/ UWORD32 a, b, c, d; in MD5Transform() local
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
DRSUtils.java75 double d = sInterestingDoubles[i]; in genRandomDoubles() local
126 float f = (float) sInterestingDoubles[i]; in genRandomFloats() 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
355 final File f = 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
1605 SourceCreator f = mCreators[0]; in testAlphaMaskNonGray() local
1641 SourceCreator f = mCreators[0]; in testAlphaMaskPlusHardware() local
1658 SourceCreator f = mCreators[0]; in testAlphaMaskPlusHardwareAnimated() local
1662 Drawable d = ImageDecoder.decodeDrawable(src, (decoder, info, s) -> { in testAlphaMaskPlusHardwareAnimated() local
1722 SourceCreator f = mCreators[0]; in testAlphaMask() local
1785 SourceCreator f = mCreators[0]; in testConserveMemoryPlusHardware() local
1856 SourceCreator f = mCreators[0]; local
/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java1142 MemoryFile f = secondary ? mMemoryFileSecondary : mMemoryFile; in readSharedMemory() 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
1469 long d = e.arrivalTs - e.ts; in checkTimestampAbsolute() local
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c913 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
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java5425 Drawable d = TestUtils.getDrawable(mActivity, R.drawable.pass); in testVerifyDrawable() local
5771 Drawable d = TestUtils.getDrawable(mActivity, R.drawable.pass); in testComputeVerticalScrollExtent() local
8011 assertEquals(granularityTextView.getTextSize(), presetTextView.getTextSize(), 0f); in testAutoSizeUniform_equivalentConfigurations() local