Home
last modified time | relevance | path

Searched defs:detected (Results 1 – 25 of 36) sorted by relevance

12

/third_party/boost/libs/geometry/test/algorithms/touches/
Dtest_touches.hpp40 bool detected = bg::touches(geometry1, geometry2, strategy); in check_touches() local
65 bool detected = bg::touches(geometry1, geometry2); in check_touches() local
121 bool detected = bg::touches(geometry); in check_self_touches() local
/third_party/boost/libs/geometry/test/algorithms/intersects/
Dtest_intersects.hpp62 bool detected = call_intersects(g1, g2, strategy); in check_intersects() local
105 bool detected = bg::intersects(geometry); in test_self_intersects() local
/third_party/boost/libs/geometry/test/algorithms/within/
Dtest_within.hpp59 bool detected = call_within(geometry1, geometry2, strategy); in check_geometry() local
107 bool detected = bg::within(point, ring); in test_ordered_ring() local
/third_party/boost/libs/safe_numerics/example/
Dexample5.cpp7 void detected_msg(bool detected){ in detected_msg()
/third_party/boost/libs/geometry/test/algorithms/
Dnum_interior_rings_multi.cpp22 std::size_t detected = bg::num_interior_rings(geometry); in test_geometry() local
Dis_convex.cpp31 bool detected = bg::is_convex(geometry); in test_one() local
Dtransform_multi.cpp42 std::ostringstream detected; in test_transform() local
Dnum_geometries_multi.cpp22 std::size_t detected = bg::num_geometries(geometry); in test_geometry() local
Dnum_points_multi.cpp26 std::size_t detected = bg::num_points(geometry); in check_geometry() local
Dnum_segments.cpp66 std::size_t detected = bg::num_segments(geometry); in apply() local
86 std::size_t detected = bg::num_segments(box); in apply() local
Dnum_points.cpp39 std::size_t detected = bg::num_points(geometry); in test_num_points() local
Dis_empty.cpp67 bool detected = bg::is_empty(geometry); in apply() local
90 bool detected = bg::is_empty(box); in apply() local
Dnum_geometries.cpp48 std::size_t detected = bg::num_geometries(geometry); in apply() local
Dnum_interior_rings.cpp48 std::size_t detected = bg::num_interior_rings(geometry); in apply() local
/third_party/boost/libs/geometry/test/algorithms/detail/
Dget_left_turns.cpp94 std::string detected = boost::trim_copy(out.str()); in test_one() local
113 std::string detected = boost::trim_copy(out.str()); in test_one() local
/third_party/boost/libs/geometry/test/algorithms/crosses/
Dtest_crosses.hpp58 bool detected = call_crosses(geometry1, geometry2, no_strategy()); in test_geometry() local
/third_party/boost/libs/geometry/test/algorithms/overlaps/
Dtest_overlaps.hpp55 bool detected = call_overlaps(geometry1, geometry2, strategy); in test_geometry() local
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
Dgstrpicamsrcdeviceprovider.c65 int supported = 0, detected = 0; in gst_rpi_cam_src_device_provider_probe() local
DRaspiCamControl.c1437 void raspicamcontrol_get_camera(int *supported, int *detected) in raspicamcontrol_get_camera()
1457 int supported = 0, detected = 0; in raspicamcontrol_check_configuration() local
/third_party/boost/libs/geometry/test/strategies/
Dtest_within.hpp76 bool detected = use_within ? in test_point_in_polygon() local
/third_party/boost/libs/geometry/test/algorithms/equals/
Dtest_equals.hpp56 bool detected = call_equals(geometry1, geometry2, strategy); in check_geometry() local
/third_party/boost/libs/geometry/test/algorithms/disjoint/
Dtest_disjoint.hpp59 bool detected = call_disjoint(g1, g2, strategy); in check_disjoint() local
/third_party/boost/libs/geometry/test/algorithms/covered_by/
Dtest_covered_by.hpp59 bool detected = call_covered_by(geometry1, geometry2, strategy); in check_geometry() local
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dintersection.cpp501 bool detected = bg::intersection(box1, box2, box_out); in test_boxes() local
881 bool detected = bg::intersection(box(min1, max1), box(min2, max2), box_out); in test_boxes_per_d() local
/third_party/boost/boost/wave/cpplexer/
Ddetect_include_guards.hpp56 bool detected(std::string& guard_name_) const in detected() function in boost::wave::cpplexer::include_guards

12