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

  /art/test/921-hello-failure/src/
Transform3.java 17 class Transform3 {
MissingMethod.java 21 // class Transform3 {
47 public static void doTest(Transform3 t) {
50 Main.doCommonClassRedefinition(Transform3.class, CLASS_BYTES, DEX_BYTES);
Main.java 32 MissingMethod.doTest(new Transform3());
  /external/eigen/test/
geo_transformations.cpp 34 typedef Transform<Scalar,3,Mode,Options> Transform3;
41 Transform3 t0, t1, t2;
49 t0 = Transform3::Identity();
50 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
101 typedef Transform<Scalar,3,Mode,Options> Transform3;
102 typedef typename Transform3::MatrixType MatrixType;
174 Transform3 t0, t1, t2;
178 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
180 t0 = Transform3::Identity();
181 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity())
    [all...]

Completed in 48 milliseconds