Searched refs:dst1 (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/utils/tests/
H A DString8_test.cpp45 String8 dst1 = src1 + ccsrc2; local
46 EXPECT_STREQ(dst1.string(), "Hello, world!");
/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeTest.java49 public int dst1; field in class:TimeTest.DateTest
60 public DateTest(int year1, int month1, int day1, int hour1, int minute1, int dst1, argument
68 this.dst1 = dst1;
85 this.dst1 = -1;
225 local.isDst = test.dst1;
246 local.isDst = test.dst1;
/frameworks/base/opengl/java/android/opengl/
H A DMatrix.java170 final float dst1 = (atmp1 * src4 + atmp6 * src6 + atmp9 * src7)
219 src0 * dst0 + src1 * dst1 + src2 * dst2 + src3 * dst3;
228 mInv[ 1 + mInvOffset] = dst1 * invdet;

Completed in 90 milliseconds