/third_party/boost/libs/geometry/test/algorithms/touches/ |
D | test_touches.hpp | 40 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/ |
D | test_intersects.hpp | 62 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/ |
D | test_within.hpp | 59 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/ |
D | example5.cpp | 7 void detected_msg(bool detected){ in detected_msg()
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | num_interior_rings_multi.cpp | 22 std::size_t detected = bg::num_interior_rings(geometry); in test_geometry() local
|
D | is_convex.cpp | 31 bool detected = bg::is_convex(geometry); in test_one() local
|
D | transform_multi.cpp | 42 std::ostringstream detected; in test_transform() local
|
D | num_geometries_multi.cpp | 22 std::size_t detected = bg::num_geometries(geometry); in test_geometry() local
|
D | num_points_multi.cpp | 26 std::size_t detected = bg::num_points(geometry); in check_geometry() local
|
D | num_segments.cpp | 66 std::size_t detected = bg::num_segments(geometry); in apply() local 86 std::size_t detected = bg::num_segments(box); in apply() local
|
D | num_points.cpp | 39 std::size_t detected = bg::num_points(geometry); in test_num_points() local
|
D | is_empty.cpp | 67 bool detected = bg::is_empty(geometry); in apply() local 90 bool detected = bg::is_empty(box); in apply() local
|
D | num_geometries.cpp | 48 std::size_t detected = bg::num_geometries(geometry); in apply() local
|
D | num_interior_rings.cpp | 48 std::size_t detected = bg::num_interior_rings(geometry); in apply() local
|
/third_party/boost/libs/geometry/test/algorithms/detail/ |
D | get_left_turns.cpp | 94 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/ |
D | test_crosses.hpp | 58 bool detected = call_crosses(geometry1, geometry2, no_strategy()); in test_geometry() local
|
/third_party/boost/libs/geometry/test/algorithms/overlaps/ |
D | test_overlaps.hpp | 55 bool detected = call_overlaps(geometry1, geometry2, strategy); in test_geometry() local
|
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/ |
D | gstrpicamsrcdeviceprovider.c | 65 int supported = 0, detected = 0; in gst_rpi_cam_src_device_provider_probe() local
|
D | RaspiCamControl.c | 1437 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/ |
D | test_within.hpp | 76 bool detected = use_within ? in test_point_in_polygon() local
|
/third_party/boost/libs/geometry/test/algorithms/equals/ |
D | test_equals.hpp | 56 bool detected = call_equals(geometry1, geometry2, strategy); in check_geometry() local
|
/third_party/boost/libs/geometry/test/algorithms/disjoint/ |
D | test_disjoint.hpp | 59 bool detected = call_disjoint(g1, g2, strategy); in check_disjoint() local
|
/third_party/boost/libs/geometry/test/algorithms/covered_by/ |
D | test_covered_by.hpp | 59 bool detected = call_covered_by(geometry1, geometry2, strategy); in check_geometry() local
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/ |
D | intersection.cpp | 501 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/ |
D | detect_include_guards.hpp | 56 bool detected(std::string& guard_name_) const in detected() function in boost::wave::cpplexer::include_guards
|