/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimationTest.java | 122 Transformation transformation = new Transformation(); in testAccessFill() local 124 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local 131 transformation); in testAccessFill() local 143 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local 149 transformation); in testAccessFill() local 161 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill() local 167 transformation); in testAccessFill() local 226 Transformation transformation = new Transformation(); in testRepeatAnimation() local 348 Transformation transformation = new Transformation(); in testAccessStartOffset() local 424 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 | 787 private static boolean isRandomizedEncryption(String transformation) { in isRandomizedEncryption() 1409 private AlgorithmParameterSpec getWorkingDecryptionParameterSpec(String transformation) { in getWorkingDecryptionParameterSpec() 1433 private void assertInitDecryptSucceeds(String transformation, KeyProtection importParams) in assertInitDecryptSucceeds() 1443 String transformation, KeyProtection importParams) throws Exception { in assertInitDecryptThrowsInvalidKeyException() 1454 private void assertInitEncryptSucceeds(String transformation, KeyProtection importParams) in assertInitEncryptSucceeds() 1463 String transformation, KeyProtection importParams) throws Exception { in assertInitEncryptThrowsInvalidKeyException() 1474 String transformation, KeyProtection importParams) in importDefaultKatKey() 1495 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importDefaultKatKey() 1503 String transformation, int purposes, boolean ivProvidedWhenEncrypting) in importKatKeys() 1530 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() 760 static int getMaxSupportedPlaintextInputSizeBytes(String transformation, Key key) { in getMaxSupportedPlaintextInputSizeBytes() 861 String transformation, int purposes) { in getMinimalWorkingImportParametersForCipheringWith() 866 String transformation, int purposes, boolean ivProvidedWhenEncrypting) { in getMinimalWorkingImportParametersForCipheringWith()
|
D | BlockCipherTestBase.java | 1255 String transformation = getTransformation(); in getKeyAlgorithm() local 1264 String transformation = getTransformation(); in getBlockMode() local 1277 String transformation = getTransformation(); in getPadding() local
|