Searched refs:rotated (Results 1 – 6 of 6) sorted by relevance
204 float[] rotated = new float[4]; in testRotateLoadRotate() local205 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()
49 // This is the second version of the test app signed with the rotated signing51 // 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 rotated71 // 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 signing92 // 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 rotated115 // expected after the signing key has been rotated in the v3.1 block.
86 // a rotated key and one signer in the lineage with default capabilities.102 // a rotated key and multiple signers in the lineage with default119 // a rotated key and part of a shareduid. The capabilities of this lineage137 // a rotated key and part of a shareduid. The signing lineage begins160 // a rotated key and part of a shareduid. The capabilities of this lineage178 // a rotated key and part of a shareduid. The capabilities of this lineage218 // with a rotated key and part of a sharedUid. The capabilities of this lineage236 // with a rotated key and part of a sharedUid. The capabilities of this lineage254 // a rotated key and part of a shareduid. The signing lineage begins277 // with a rotated key and part of a sharedUid but without the signing lineage.[all …]
196 boolean rotated = mInstrumentation.getUiAutomation().setRotation(nextRotation); in rotate()198 if (!rotated) { in rotate()
201 Bitmap rotated = Bitmap.createBitmap(orig, 0, 0, orig.getWidth(), in createFromSourceWithColorSpace() local205 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()
35 …s/hostsidetests/appsecurity/res/pkgsigverify/v4-inc-to-v3-noninc-ec-p384-rotated-ec-p256-appv2.apk…