Home
last modified time | relevance | path

Searched defs:m1 (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DCameraTest.java67 Matrix m1 = new Matrix(); in testTranslate() local
83 Matrix m1 = new Matrix(); in testRotateX() local
99 Matrix m1 = new Matrix(); in testRotateY() local
115 Matrix m1 = new Matrix(); in testRotateZ() local
131 Matrix m1 = new Matrix(); in testRotate() local
DCanvasTest.java210 final Matrix m1 = new Matrix(); in testSave1() local
236 Matrix m1 = new Matrix(); in testSave2() local
513 Matrix m1 = new Matrix(); in testSaveLayer1() local
587 Matrix m1 = new Matrix(); in testSaveLayer2() local
661 Matrix m1 = new Matrix(); in testSaveLayerAlpha1() local
733 Matrix m1 = new Matrix(); in testSaveLayerAlpha2() local
842 final Matrix m1 = new Matrix(); in testRestoreToCount() local
871 final Matrix m1 = new Matrix(); in testGetMatrix1() local
891 final Matrix m1 = new Matrix(); in testGetMatrix2() local
DColorSpaceTest.java146 float m1 = cs.getMinValue(0); in testRanges() local
/cts/tests/tests/location/src/android/location/cts/
DGnssMeasurementsEventTest.java31 GnssMeasurement m1 = new GnssMeasurement(); in testDescribeContents() local
41 GnssMeasurement m1 = new GnssMeasurement(); in testWriteToParcel() local
DGnssMeasurementsEventCallbackTest.java30 GnssMeasurement m1 = new GnssMeasurement(); in testAllMethodsExist() local
/cts/tests/openglperf2/test/
DMatrixTest.cpp35 Matrix m1; in TEST() local
62 Matrix m1; in TEST() local
83 Matrix m1; in TEST() local
92 Matrix m1; in TEST() local
101 Matrix m1; in TEST() local
111 Matrix m1; in TEST() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DMatrix3fTest.java104 Matrix3f m1 = new Matrix3f(); in testLoad() local
DMatrix2fTest.java103 Matrix2f m1 = new Matrix2f(); in testLoad() local
DMatrix4fTest.java106 Matrix4f m1 = new Matrix4f(); in testLoad() local
DCoreMathVerifier.java652 static private Target.Floaty fma(double m1, double m2, double offset, Target t) { in fma()
806 static private Target.Floaty mad(double m1, double m2, double offset, Target t) { in mad()
/cts/hostsidetests/compilation/app/src/android/cts/compilation/
DCompilationTargetActivity.java200 public int m1() { return new Random(1).nextInt(); } in m1() method in CompilationTargetActivity