Home
last modified time | relevance | path

Searched defs:cs (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapColorSpaceTest.java65 ColorSpace cs; in createWithColorSpace() local
79 assertSame(ColorSpace.get(ColorSpace.Named.ADOBE_RGB), cs); in createWithColorSpace() local
84 assertSame(ColorSpace.get(ColorSpace.Named.LINEAR_EXTENDED_SRGB), cs); in createWithColorSpace() local
90 assertSame(ColorSpace.get(ColorSpace.Named.LINEAR_EXTENDED_SRGB), cs); in createWithColorSpace() local
152 ColorSpace cs = b.getColorSpace(); in sRGB() local
154 assertSame(ColorSpace.get(ColorSpace.Named.SRGB), cs); in sRGB() local
159 assertSame(ColorSpace.get(ColorSpace.Named.SRGB), cs); in sRGB() local
164 assertSame(ColorSpace.get(ColorSpace.Named.SRGB), cs); in sRGB() local
171 ColorSpace cs = b.getColorSpace(); in p3() local
173 assertSame(ColorSpace.get(ColorSpace.Named.DISPLAY_P3), cs); in p3() local
[all …]
DColorSpaceTest.java96 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", new float[6], new float[2], in testName() local
119 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", new float[6], new float[2], in testOETF() local
132 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", new float[6], new float[2], in testEOTF() local
144 ColorSpace cs = ColorSpace.get(ColorSpace.Named.SRGB); in testRanges() local
201 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_TO_XYZ, sIdentity, sIdentity); in testMat3x3() local
211 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_TO_XYZ, sIdentity, sIdentity); in testMat3x3Inverse() local
221 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_TO_XYZ, sIdentity, sIdentity); in testMat3x3Primaries() local
238 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_TO_XYZ, sIdentity, sIdentity); in testMat3x3WhitePoint() local
251 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_PRIMARIES_xyY, SRGB_WHITE_POINT_xyY, in testXYZFromPrimaries_xyY() local
267 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_PRIMARIES_XYZ, SRGB_WHITE_POINT_XYZ, in testXYZFromPrimaries_XYZ() local
[all …]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawable_ConstantStateTest.java46 ConstantState cs = mock; in testNewDrawable() local
63 ConstantState cs = new MockConstantState(); in testCanApplyTheme() local
DDrawableContainerStateTest.java278 DrawableContainerState cs = (DrawableContainerState) dr.getConstantState(); in testCanConstantState() local
290 DrawableContainerState cs = (DrawableContainerState) dr.getConstantState(); in testGrowArray() local
DAnimatedStateListDrawableTest.java82 DrawableContainerState cs = (DrawableContainerState) asld.getConstantState(); in testAddState() local
104 DrawableContainerState cs = (DrawableContainerState) asld.getConstantState(); in testAddTransition() local
190 final DrawableContainerState cs = (DrawableContainerState) asld.getConstantState(); in runPreloadDensityTestForDrawableInner() local
DDrawableContainerTest.java124 DrawableContainerState cs = ((DrawableContainerState) container.getConstantState()); in verifySetEnterFadeDuration() local
137 DrawableContainerState cs = ((DrawableContainerState) container.getConstantState()); in verifySetExitFadeDuration() local
/cts/tests/tests/content/src/android/content/res/cts/
DPluralResourcesTest.java51 CharSequence cs; in testPlurals() local
78 CharSequence cs; in testCzech() local
DResourcesTest.java572 CharSequence cs; in testGetQuantityText() local
/cts/tests/tests/media/src/android/media/cts/
DMediaDrmMockTest.java516 CryptoSession cs = md.getCryptoSession(sessionId, "AES/CBC/NoPadding", "HmacSHA256"); in testCryptoSession() local
530 CryptoSession cs = md.getCryptoSession(sessionId, "bad", "bad"); in testBadCryptoSession() local
545 CryptoSession cs = md.getCryptoSession(sessionId, "AES/CBC/NoPadding", "HmacSHA256"); in testCryptoSessionEncrypt() local
571 CryptoSession cs = md.getCryptoSession(sessionId, "AES/CBC/NoPadding", "HmacSHA256"); in testCryptoSessionDecrypt() local
597 CryptoSession cs = md.getCryptoSession(sessionId, "AES/CBC/NoPadding", "HmacSHA256"); in testCryptoSessionSign() local
621 CryptoSession cs = md.getCryptoSession(sessionId, "AES/CBC/NoPadding", "HmacSHA256"); in testCryptoSessionVerify() local
/cts/libs/vogar-expect/src/vogar/util/
DStrings.java116 private static String escapeCodePoint(CharSequence cs) { in escapeCodePoint()
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...