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/llvm-project/clang/unittests/Tooling/Syntax/
DTreeTest.cpp23 class TreeTest : public SyntaxTreeTest { class
109 TEST_P(TreeTest, FirstLeaf) { in TEST_P() argument
119 TEST_P(TreeTest, LastLeaf) { in TEST_P() argument
129 TEST_F(TreeTest, Iterators) { in TEST_F() argument
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_tree.py10 class TreeTest(unittest.TestCase): class