Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/text/format/
DTimeTest.java58 public int dst2; field in TimeTest.DateTest
62 int dst2) { in DateTest() argument
75 this.dst2 = dst2; in DateTest()
92 this.dst2 = -1; in DateTest()
228 if (test.dst2 == -1) test.dst2 = local.isDst; in testNormalize1()
233 || local.minute != test.minute2 || local.isDst != test.dst2) { in testNormalize1()
236 test.dst2); in testNormalize1()
249 if (test.dst2 == -1) test.dst2 = local.isDst; in testNormalize1()
255 || local.minute != test.minute2 || local.isDst != test.dst2) { in testNormalize1()
258 test.dst2); in testNormalize1()
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dslice.cpp514 uint32 *dst, *dst2, *src; in Copy_MB() local
532 dst2 = (uint32*)curCr; in Copy_MB()
539 *dst2++ = *src++; in Copy_MB()
540 *dst2++ = *src++; in Copy_MB()
543 dst2 += offset; in Copy_MB()
/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()