Home
last modified time | relevance | path

Searched defs:TreeTest (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/test/
DBVH.cpp93 struct TreeTest struct
95 typedef Matrix<double, Dim, 1> VectorType;
96 typedef std::vector<VectorType, aligned_allocator<VectorType> > VectorTypeList;
97 typedef Ball<Dim> BallType;
98 typedef std::vector<BallType, aligned_allocator<BallType> > BallTypeList;
99 typedef AlignedBox<double, Dim> BoxType;
101 void testIntersect1() in testIntersect1()
120 void testMinimize1() in testMinimize1()
141 void testIntersect2() in testIntersect2()
166 void testMinimize2() in testMinimize2()
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DTreeTest.java31 public class TreeTest extends GdxTest { class
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/
Dtest_tree.py37 class TreeTest(SoupTest): class