Searched refs:identity (Results 1 – 9 of 9) sorted by relevance
782 final String identity = "IdentityIsOkayToBeDisplayedHere"; in testEnterpriseConfigDoesNotPrintPassword() local784 enterpriseConfig.setIdentity(identity); in testEnterpriseConfigDoesNotPrintPassword()787 assertTrue(stringRepresentation.contains(identity)); in testEnterpriseConfigDoesNotPrintPassword()
34 mLightModelMatrix.identity(); in before()
26 void identity();
24 identity(); in Matrix()54 void Matrix::identity() { in identity() function in Matrix
188 mFboModelMatrix->identity(); in draw()190 mFboModelMatrix->identity(); in draw()
76 mModelMatrix->identity(); in drawSceneGraph()
203 mModelMatrix->identity(); in drawWorkload()
370 Matrix identity = new Matrix(); in testSaveLayerRestoreBehavior() local371 canvas.setMatrix(identity); in testSaveLayerRestoreBehavior()387 assertEquals(identity, canvas.getMatrix()); in testSaveLayerRestoreBehavior()
71 private static final DoubleUnaryOperator sIdentity = DoubleUnaryOperator.identity();