/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | Color_ColorLongTest.java | 48 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testRed() local 51 assertEquals(0.5f, red(pack(0.5f, 0.0f, 1.0f, 1.0f, p3)), 0.01f); in testRed() 56 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testGreen() local 59 assertEquals(0.7f, green(pack(0.5f, 0.7f, 1.0f, 1.0f, p3)), 0.01f); in testGreen() 64 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testBlue() local 67 assertEquals(1.0f, blue(pack(0.5f, 0.7f, 1.0f, 1.0f, p3)), 0.01f); in testBlue() 72 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testAlpha() local 75 assertEquals(0.25f, alpha(pack(0.5f, 0.7f, 1.0f, 0.25f, p3)), 0.01f); in testAlpha() 81 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testColorSpace() local 84 assertEquals(p3, colorSpace(pack(0.5f, 0.7f, 1.0f, 1.0f, p3))); in testColorSpace() [all …]
|
D | BitmapColorSpaceTest.java | 172 public void p3() { in p3() method in BitmapColorSpaceTest
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | intrinsic_resize.rs | 25 static float4 cubicInterpolate_F4 (float4 p0,float4 p1,float4 p2,float4 p3 , float x) { 26 return p1 + 0.5f * x * (p2 - p0 + x * (2.f * p0 - 5.f * p1 + 4.f * p2 - p3 27 + x * (3.f * (p1 - p2) + p3 - p0))); 30 static float3 cubicInterpolate_F3 (float3 p0,float3 p1,float3 p2,float3 p3 , float x) { 31 return p1 + 0.5f * x * (p2 - p0 + x * (2.f * p0 - 5.f * p1 + 4.f * p2 - p3 32 + x * (3.f * (p1 - p2) + p3 - p0))); 35 static float2 cubicInterpolate_F2 (float2 p0,float2 p1,float2 p2,float2 p3 , float x) { 36 return p1 + 0.5f * x * (p2 - p0 + x * (2.f * p0 - 5.f * p1 + 4.f * p2 - p3 37 + x * (3.f * (p1 - p2) + p3 - p0))); 40 static float cubicInterpolate_F1 (float p0,float p1,float p2,float p3 , float x) { [all …]
|
D | intrinsic_convolve5x5.rs | 57 float4 p3 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15] 69 p0 = clamp(p0 + p1 + p2 + p3 + p4 + 0.5f, 0.f, 255.f); 104 float3 p3 = convert_float3(rsGetElementAt_uchar3(gIn, x0, y3)) * gCoeffs[15] 116 p0 = clamp(p0 + p1 + p2 + p3 + p4 + 0.5f, 0.f, 255.f); 151 float2 p3 = convert_float2(rsGetElementAt_uchar2(gIn, x0, y3)) * gCoeffs[15] 163 p0 = clamp(p0 + p1 + p2 + p3 + p4 + 0.5f, 0.f, 255.f); 198 float p3 = (float)(rsGetElementAt_uchar(gIn, x0, y3)) * gCoeffs[15] 210 return clamp(p0 + p1 + p2 + p3 + p4 + 0.5f, 0.f, 255.f); 244 float4 p3 = rsGetElementAt_float4(gIn, x0, y3) * gCoeffs[15] 256 return p0 + p1 + p2 + p3 + p4; [all …]
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RelativeLayoutTest.java | 323 AbsListView.LayoutParams p3 = new AbsListView.LayoutParams(200, 300); in testCheckLayoutParams() local 324 assertFalse(myRelativeLayout.checkLayoutParams(p3)); in testCheckLayoutParams()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ParcelTest.java | 45 Parcel p3 = Parcel.obtain(); in testObtain() local 46 assertNotNull(p3); in testObtain() 58 p3.recycle(); in testObtain()
|
/cts/tests/tests/media/res/raw/ |
D | testmp3_3.raw | 1 …p3/mq6acyi+gkOlK0ILTNVQGhND9PG2IWgE4DBTu/HQZDIGcT2aNuDNjL23+GD/rmv1Yh6WzZSVg16eAc34mFPM6tqT7f1b/8h…
|
/cts/tests/libcore/javautilcollections/libs/ |
D | guava-20.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |