Home
last modified time | relevance | path

Searched refs:test_box (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/geometry/index/test/algorithms/
Dis_valid.cpp42 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/
Dpoint_in_box.cpp60 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/
Dcardinal_b_spline_test.cpp28 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/
Dcorrect.cpp137 void test_box() in test_box() function
161 test_box<P>(); in test_all()
Dnum_interior_rings.cpp74 BOOST_AUTO_TEST_CASE( test_box ) in BOOST_AUTO_TEST_CASE() argument
Dnum_geometries.cpp74 BOOST_AUTO_TEST_CASE( test_box ) in BOOST_AUTO_TEST_CASE() argument
Dnum_segments.cpp111 BOOST_AUTO_TEST_CASE( test_box ) in BOOST_AUTO_TEST_CASE() argument
Dis_empty.cpp120 BOOST_AUTO_TEST_CASE( test_box ) in BOOST_AUTO_TEST_CASE() argument
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py875 def test_box(self): member in ListboxTest