HomeSort by relevance Sort by last modified time
    Searched refs:square2 (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/tests/coretests/src/android/transition/
TransitionTest.java 44 View square2 = mActivity.findViewById(R.id.square2); local
51 fade.excludeTarget(square2, true);
56 fade.excludeChildren(R.id.square2, true);
  /external/eigen/test/
product.h 47 square2 = ColSquareMatrixType::Random(cols, cols), local
128 res2 = square2;
130 VERIFY_IS_APPROX(res2, square2 + m1.transpose() * m2);
133 VERIFY(areNotApprox(res2,square2 + m2.transpose() * m1));
140 Scalar x = square2.row(c) * square2.col(c2);
141 VERIFY_IS_APPROX(x, square2.row(c).transpose().cwiseProduct(square2.col(c2)).sum());
product_extra.cpp 31 square2 = MatrixType::Random(cols, cols), local
  /external/eigen/test/eigen2/
product.h 49 square2 = ColSquareMatrixType::Random(cols, cols), local
120 res2 = square2;
122 VERIFY_IS_APPROX(res2, square2 + m1.transpose() * m2);
126 VERIFY(areNotApprox(res2,square2 + m2.transpose() * m1));
  /frameworks/base/core/tests/coretests/src/android/animation/
AnimatorSetActivityTest.java 55 View square2 = mActivity.findViewById(R.id.square2); local
58 a2 = ObjectAnimator.ofFloat(square2, View.ALPHA, 1f, 0f).setDuration(350);

Completed in 728 milliseconds