Home
last modified time | relevance | path

Searched refs:test_mixed (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/
Dconvert.cpp67 test_mixed in test_mixed_point_types()
78 test_mixed in test_mixed_point_types()
100 test_mixed in test_mixed_point_types()
132 test_mixed in test_mixed_point_types()
144 test_mixed in test_mixed_point_types()
156 test_mixed in test_mixed_point_types()
168 test_mixed in test_mixed_point_types()
179 test_mixed in test_mixed_point_types()
190 test_mixed in test_mixed_point_types()
201 test_mixed in test_mixed_point_types()
[all …]
Dconvert_multi.cpp29 test_mixed in test_mixed_point_types()
38 test_mixed in test_mixed_point_types()
48 test_mixed in test_mixed_point_types()
58 test_mixed in test_mixed_point_types()
68 test_mixed in test_mixed_point_types()
Dtest_convert.hpp55 void test_mixed(std::string const& wkt, std::string const& expected, int expected_point_count) in test_mixed() function
66 test_mixed<Geometry1, Geometry2>(wkt, wkt, -1); in test_mixed_identical_result()
67 test_mixed<Geometry2, Geometry1>(wkt, wkt, -1); in test_mixed_identical_result()
73 test_mixed<Geometry1, Geometry2>(wkt1, wkt2, -1); in test_mixed_reversible_result()
74 test_mixed<Geometry2, Geometry1>(wkt2, wkt1, -1); in test_mixed_reversible_result()
/third_party/boost/libs/geometry/test/core/
Dreverse_dispatch.cpp45 void test_mixed() in test_mixed() function
54 test_mixed in test_main()
59 test_mixed in test_main()
/third_party/grpc/test/core/surface/
Dinit_test.cc49 static void test_mixed(void) { in test_mixed() function
93 test_mixed(); in main()
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dbuffer_polygon.cpp815 void test_mixed() in test_mixed() function
855 test_mixed<dpoint, dpoint, false, false, true, true>(); in test_main()
856 test_mixed<dpoint, dpoint, false, true, true, true>(); in test_main()
857 test_mixed<dpoint, dpoint, true, false, true, true>(); in test_main()
858 test_mixed<dpoint, dpoint, true, true, true, true>(); in test_main()
860 test_mixed<dpoint, dpoint, false, false, false, true>(); in test_main()
861 test_mixed<dpoint, dpoint, false, true, false, true>(); in test_main()
862 test_mixed<dpoint, dpoint, true, false, false, true>(); in test_main()
863 test_mixed<dpoint, dpoint, true, true, false, true>(); in test_main()
/third_party/flutter/skia/tests/
DLayerDrawLooperTest.cpp117 static void test_mixed(skiatest::Reporter* reporter) { in test_mixed() function
156 test_mixed(reporter); in DEF_TEST()
/third_party/boost/libs/geometry/test/algorithms/covered_by/
Dcovered_by.cpp158 void test_mixed() in test_mixed() function
186 test_mixed(); in test_main()
/third_party/python/Lib/test/test_tools/test_c_analyzer/test_parser/
Dtest_declarations.py134 def test_mixed(self): member in IterGlobalDeclarationsTests
392 def test_mixed(self): member in IterLocalStatementsTests
/third_party/boost/libs/type_erasure/test/
Dtest_add.cpp58 BOOST_AUTO_TEST_CASE(test_mixed) in BOOST_AUTO_TEST_CASE() argument
Dtest_add_assign.cpp59 BOOST_AUTO_TEST_CASE(test_mixed) in BOOST_AUTO_TEST_CASE() argument
/third_party/boost/libs/multiprecision/test/
Dtest_arithmetic.hpp1796 void test_mixed(const boost::mpl::false_&) in test_mixed() function
1871 void test_mixed(const boost::mpl::true_&) in test_mixed() function
2814 test_mixed<Real, unsigned char>(tag); in test()
2815 test_mixed<Real, signed char>(tag); in test()
2816 test_mixed<Real, char>(tag); in test()
2817 test_mixed<Real, short>(tag); in test()
2818 test_mixed<Real, unsigned short>(tag); in test()
2819 test_mixed<Real, int>(tag); in test()
2820 test_mixed<Real, unsigned int>(tag); in test()
2821 test_mixed<Real, long>(tag); in test()
[all …]
/third_party/boost/libs/geometry/test/algorithms/distance/
Ddistance.cpp274 void test_mixed() in test_mixed() function
523 test_mixed<bg::model::d2::point_xy<float>, bg::model::d2::point_xy<double> >(); in test_main()
527 test_mixed<bg::model::d2::point_xy<ttmath_big>, bg::model::d2::point_xy<double> >(); in test_main()
/third_party/glib/gobject/tests/
Dprivate.c131 G_DEFINE_TYPE (TestMixed, test_mixed, test_object_get_type ()) in G_DEFINE_TYPE() argument
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dtraverse.cpp435 void test_all(bool test_self_tangencies = true, bool test_mixed = false) in test_all() argument
689 if (test_mixed) in test_all()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstsystemclock.c605 GST_START_TEST (test_mixed) in GST_START_TEST() argument
930 tcase_add_test (tc_chain, test_mixed); in gst_systemclock_suite()
/third_party/python/Lib/test/
Dtest_richcmp.py111 def test_mixed(self): member in VectorTest
Dtest_argparse.py5003 def test_mixed(self): member in TestParseKnownArgs