Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawable_ConstantStateTest.java27 ConstantState cs = mock; in testNewDrawable() local
42 ConstantState cs = new MockConstantState(); in testCanApplyTheme() local
DAnimatedStateListDrawableTest.java69 DrawableContainerState cs = (DrawableContainerState) asld.getConstantState(); in testAddState() local
90 DrawableContainerState cs = (DrawableContainerState) asld.getConstantState(); in testAddTransition() local
172 final DrawableContainerState cs = (DrawableContainerState) asld.getConstantState(); in runPreloadDensityTestForDrawableInner() local
DDrawableContainerStateTest.java257 DrawableContainerState cs = (DrawableContainerState) dr.getConstantState(); in testCanConstantState() local
266 DrawableContainerState cs = (DrawableContainerState) dr.getConstantState(); in testGrowArray() local
DDrawableContainerTest.java82 DrawableContainerState cs = ((DrawableContainerState) container.getConstantState()); in helpTestSetEnterFadeDuration() local
94 DrawableContainerState cs = ((DrawableContainerState) container.getConstantState()); in helpTestSetExitFadeDuration() local
DClipDrawableTest.java413 public void setConstantState(ConstantState cs) { in setConstantState()
/cts/tests/tests/content/src/android/content/res/cts/
DPluralResourcesTest.java51 CharSequence cs; in testPlurals() local
78 CharSequence cs; in testCzech() local
DResourcesTest.java517 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()