Searched refs:test_box (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/geometry/index/test/algorithms/ |
D | is_valid.cpp | 42 void test_box(std::string const& wkt, bool expected_value) in test_box() function 92 test_box<bg::model::box<P2ic> >("POLYGON((0 1,2 4))", true); in test_main() 93 test_box<bg::model::box<P2fc> >("POLYGON((0 1,2 4))", true); in test_main() 94 test_box<bg::model::box<P2dc> >("POLYGON((0 1,2 4))", true); in test_main() 95 test_box<bg::model::box<P3ic> >("POLYGON((0 1 2,2 4 6))", true); in test_main() 96 test_box<bg::model::box<P3fc> >("POLYGON((0 1 2,2 4 6))", true); in test_main() 97 test_box<bg::model::box<P3dc> >("POLYGON((0 1 2,2 4 6))", true); in test_main()
|
/third_party/boost/libs/geometry/test/strategies/ |
D | point_in_box.cpp | 60 void test_box() in test_box() function 73 test_box<bg::model::point<float, 2, bg::cs::cartesian> >(); in test_main() 74 test_box<bg::model::point<double, 2, bg::cs::cartesian> >(); in test_main() 77 test_box<bg::model::point<ttmath_big, 2, bg::cs::cartesian> >(); in test_main()
|
/third_party/boost/libs/math/test/ |
D | cardinal_b_spline_test.cpp | 28 void test_box() in test_box() function 237 test_box<float>(); in main() 238 test_box<double>(); in main() 239 test_box<long double>(); in main() 282 test_box<float128>(); in main()
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | correct.cpp | 137 void test_box() in test_box() function 161 test_box<P>(); in test_all()
|
D | num_interior_rings.cpp | 74 BOOST_AUTO_TEST_CASE( test_box ) in BOOST_AUTO_TEST_CASE() argument
|
D | num_geometries.cpp | 74 BOOST_AUTO_TEST_CASE( test_box ) in BOOST_AUTO_TEST_CASE() argument
|
D | num_segments.cpp | 111 BOOST_AUTO_TEST_CASE( test_box ) in BOOST_AUTO_TEST_CASE() argument
|
D | is_empty.cpp | 120 BOOST_AUTO_TEST_CASE( test_box ) in BOOST_AUTO_TEST_CASE() argument
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 875 def test_box(self): member in ListboxTest
|