Home
last modified time | relevance | path

Searched refs:rotated (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DMatrix2fTest.java204 float[] rotated = new float[4]; in testRotateLoadRotate() local
205 rotated[0] = rotate[0] * sourceData[0] + rotate[1] * sourceData[2]; in testRotateLoadRotate()
206 rotated[1] = rotate[0] * sourceData[1] + rotate[1] * sourceData[3]; in testRotateLoadRotate()
207 rotated[2] = rotate[2] * sourceData[0] + rotate[3] * sourceData[2]; in testRotateLoadRotate()
208 rotated[3] = rotate[2] * sourceData[1] + rotate[3] * sourceData[3]; in testRotateLoadRotate()
212 checkData(m, rotated); in testRotateLoadRotate()
/cts/hostsidetests/appsecurity/test-apps/KeyRotationTest/
DAndroid.bp49 // This is the second version of the test app signed with the rotated signing
51 // app continues to function as expected after an update with a rotated key.
69 // This is the third version of the test app signed with the same rotated
71 // be updated and function as expected after the signing key has been rotated.
89 // This is the second version of the test app signed with the rotated signing
92 // after an update with a rotated key in the v3.1 block.
112 // This is the third version of the test app signed with the same rotated
115 // expected after the signing key has been rotated in the v3.1 block.
/cts/hostsidetests/appsecurity/test-apps/tinyapp/
DAndroid.bp86 // a rotated key and one signer in the lineage with default capabilities.
102 // a rotated key and multiple signers in the lineage with default
119 // a rotated key and part of a shareduid. The capabilities of this lineage
137 // a rotated key and part of a shareduid. The signing lineage begins
160 // a rotated key and part of a shareduid. The capabilities of this lineage
178 // a rotated key and part of a shareduid. The capabilities of this lineage
218 // with a rotated key and part of a sharedUid. The capabilities of this lineage
236 // with a rotated key and part of a sharedUid. The capabilities of this lineage
254 // a rotated key and part of a shareduid. The signing lineage begins
277 // with a rotated key and part of a sharedUid but without the signing lineage.
[all …]
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java196 boolean rotated = mInstrumentation.getUiAutomation().setRotation(nextRotation); in rotate()
198 if (!rotated) { in rotate()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapColorSpaceTest.java201 Bitmap rotated = Bitmap.createBitmap(orig, 0, 0, orig.getWidth(), in createFromSourceWithColorSpace() local
205 assertSame(Bitmap.Config.ARGB_8888, rotated.getConfig()); in createFromSourceWithColorSpace()
206 assertSame(ColorSpace.get(ColorSpace.Named.SRGB), rotated.getColorSpace()); in createFromSourceWithColorSpace()
209 assertSame(Bitmap.Config.ARGB_8888, rotated.getConfig()); in createFromSourceWithColorSpace()
213 orig.getColorSpace(), rotated.getColorSpace()); in createFromSourceWithColorSpace()
/cts/hostsidetests/appsecurity/res/pkgsigverify/
Dgenerate-apks.sh35 …s/hostsidetests/appsecurity/res/pkgsigverify/v4-inc-to-v3-noninc-ec-p384-rotated-ec-p256-appv2.apk…