Home
last modified time | relevance | path

Searched refs:identity (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/net/src/android/net/wifi/cts/
DWifiEnterpriseConfigTest.java782 final String identity = "IdentityIsOkayToBeDisplayedHere"; in testEnterpriseConfigDoesNotPrintPassword() local
784 enterpriseConfig.setIdentity(identity); in testEnterpriseConfigDoesNotPrintPassword()
787 assertTrue(stringRepresentation.contains(identity)); in testEnterpriseConfigDoesNotPrintPassword()
/cts/tests/openglperf2/jni/graphics/
DPerspectiveProgram.cpp34 mLightModelMatrix.identity(); in before()
DMatrix.h26 void identity();
DMatrix.cpp24 identity(); in Matrix()
54 void Matrix::identity() { in identity() function in Matrix
/cts/tests/openglperf2/jni/reference/scene/glowing/
DGlowingScene.cpp188 mFboModelMatrix->identity(); in draw()
190 mFboModelMatrix->identity(); in draw()
/cts/tests/openglperf2/jni/reference/scene/
DScene.cpp76 mModelMatrix->identity(); in drawSceneGraph()
/cts/tests/openglperf2/jni/primitive/fullpipeline/
DFullPipelineRenderer.cpp203 mModelMatrix->identity(); in drawWorkload()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DLayerTests.java370 Matrix identity = new Matrix(); in testSaveLayerRestoreBehavior() local
371 canvas.setMatrix(identity); in testSaveLayerRestoreBehavior()
387 assertEquals(identity, canvas.getMatrix()); in testSaveLayerRestoreBehavior()
/cts/tests/tests/graphics/src/android/graphics/cts/
DColorSpaceTest.java71 private static final DoubleUnaryOperator sIdentity = DoubleUnaryOperator.identity();