/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimationTest.java | 125 Transformation transformation = new Transformation(); in testAccessFill() local 127 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local 134 transformation); in testAccessFill() local 146 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local 152 transformation); in testAccessFill() local 164 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local 170 transformation); in testAccessFill() local 229 Transformation transformation = new Transformation(); in testRepeatAnimation() local 351 Transformation transformation = new Transformation(); in testAccessStartOffset() local 427 Transformation transformation = new Transformation(); in testGetTransformation() local
|
D | TransformationTest.java | 85 final Transformation transformation = new Transformation(); in testAccessTransformationType() local 112 final Transformation transformation = new Transformation(); in testAccessAlpha() local 131 final Transformation transformation = new Transformation(); in testGetMatrix() local
|
D | AlphaAnimationTest.java | 52 Transformation transformation = new Transformation(); in testApplyTransformation() local
|
D | TranslateAnimationTest.java | 88 final Transformation transformation = new Transformation(); in testApplyTransformation() local 147 final Transformation transformation = new Transformation(); in testInitialize() local
|
D | RotateAnimationTest.java | 85 Transformation transformation = new Transformation(); in testRotateAgainstOrigin() local 136 Transformation transformation = new Transformation(); in testRotateAgainstPoint() local
|
D | AccelerateInterpolatorTest.java | 85 Transformation transformation = new Transformation(); in testAccelerateInterpolator() local
|
D | ScaleAnimationTest.java | 72 final Transformation transformation = new Transformation(); in testApplyTransformation() local
|
D | LinearInterpolatorTest.java | 83 Transformation transformation = new Transformation(); in testLinearInterpolator() local
|
D | AccelerateDecelerateInterpolatorTest.java | 79 Transformation transformation = new Transformation(); in testAccelerateDecelerateInterpolator() local
|
D | DecelerateInterpolatorTest.java | 88 Transformation transformation = new Transformation(); in testDecelerateInterpolator() local
|
D | AnimationSetTest.java | 302 final Transformation transformation = new Transformation(); in assertGetTransformation() local 381 final Transformation transformation = new Transformation(); in testClone() local
|
D | CycleInterpolatorTest.java | 78 Transformation transformation = new Transformation(); in testCycyleInterpolator() local
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | CipherTest.java | 801 private static boolean isRandomizedEncryption(String transformation) { in isRandomizedEncryption() 1423 private AlgorithmParameterSpec getWorkingDecryptionParameterSpec(String transformation) { in getWorkingDecryptionParameterSpec() 1447 private void assertInitDecryptSucceeds(String transformation, KeyProtection importParams) in assertInitDecryptSucceeds() 1457 String transformation, KeyProtection importParams) throws Exception { in assertInitDecryptThrowsInvalidKeyException() 1468 private void assertInitEncryptSucceeds(String transformation, KeyProtection importParams) in assertInitEncryptSucceeds() 1477 String transformation, KeyProtection importParams) throws Exception { in assertInitEncryptThrowsInvalidKeyException() 1488 String transformation, KeyProtection importParams) in importDefaultKatKey() 1509 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importDefaultKatKey() 1517 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importKatKeys() 1544 private static boolean isSymmetric(String transformation) { in isSymmetric() [all …]
|
D | TestUtils.java | 621 static String getCipherKeyAlgorithm(String transformation) { in getCipherKeyAlgorithm() 632 static boolean isCipherSymmetric(String transformation) { in isCipherSymmetric() 643 static String getCipherDigest(String transformation) { in getCipherDigest() 672 static String getCipherEncryptionPadding(String transformation) { in getCipherEncryptionPadding() 687 static String getCipherBlockMode(String transformation) { in getCipherBlockMode() 761 static int getMaxSupportedPlaintextInputSizeBytes(String transformation, Key key) { in getMaxSupportedPlaintextInputSizeBytes() 862 String transformation, int purposes) { in getMinimalWorkingImportParametersForCipheringWith() 867 String transformation, int purposes, boolean ivProvidedWhenEncrypting) { in getMinimalWorkingImportParametersForCipheringWith()
|
D | BlockCipherTestBase.java | 1258 String transformation = getTransformation(); in getKeyAlgorithm() local 1267 String transformation = getTransformation(); in getBlockMode() local 1280 String transformation = getTransformation(); in getPadding() local
|