Home
last modified time | relevance | path

Searched refs:dst2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/format/
DTimeTest.java68 public int dst2; field in TimeTest.DateTest
72 int dst2) { in DateTest() argument
85 this.dst2 = dst2; in DateTest()
102 this.dst2 = -1; in DateTest()
238 if (test.dst2 == -1) test.dst2 = local.isDst; in testNormalize1()
243 || local.minute != test.minute2 || local.isDst != test.dst2) { in testNormalize1()
246 test.dst2); in testNormalize1()
259 if (test.dst2 == -1) test.dst2 = local.isDst; in testNormalize1()
265 || local.minute != test.minute2 || local.isDst != test.dst2) { in testNormalize1()
268 test.dst2); in testNormalize1()
/frameworks/base/opengl/java/android/opengl/
DMatrix.java179 final float dst2 = (atmp2 * src4 + atmp7 * src5 + atmp10 * src7) in invertM() local
226 src0 * dst0 + src1 * dst1 + src2 * dst2 + src3 * dst3; in invertM()
236 mInv[ 2 + mInvOffset] = dst2 * invdet; in invertM()