/third_party/boost/boost/geometry/geometries/ |
D | polygon.hpp | 70 bool Closed = true, 84 typedef ring<Point, ClockWise, Closed, PointList, PointAlloc> ring_type; 158 bool ClockWise, bool Closed, 168 Point, ClockWise, Closed, 179 bool ClockWise, bool Closed, 189 Point, ClockWise, Closed, 196 Point, ClockWise, Closed, 206 bool ClockWise, bool Closed, 216 Point, ClockWise, Closed, 223 Point, ClockWise, Closed, [all …]
|
D | ring.hpp | 60 bool ClockWise = true, bool Closed = true, 115 bool ClockWise, bool Closed, 119 struct tag<model::ring<Point, ClockWise, Closed, Container, Allocator> > 128 bool Closed, 132 struct point_order<model::ring<Point, false, Closed, Container, Allocator> > 141 bool Closed, 145 struct point_order<model::ring<Point, true, Closed, Container, Allocator> >
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | remove_spikes.cpp | 94 template <typename P, bool Clockwise, bool Closed> 97 typedef bg::model::ring<P, Clockwise, Closed> ring; in test_polygons() 98 typedef bg::model::polygon<P, Clockwise, Closed> polygon; in test_polygons() 162 template <typename P, bool Clockwise, bool Closed> 165 typedef bg::model::polygon<P, Clockwise, Closed> polygon; in test_multi_polygons() 173 template <typename P, bool Clockwise, bool Closed> 176 test_polygons<P, Clockwise, Closed>(); in test_all() 177 test_multi_polygons<P, Clockwise, Closed>(); in test_all()
|
D | test_convex_hull.hpp | 139 template <typename Geometry, bool Clockwise, bool Closed> 148 Closed in test_geometry_order()
|
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/ |
D | random_ellipses_stars.cpp | 86 template <typename T, bool Clockwise, bool Closed> 91 typedef bg::model::polygon<point_type, Clockwise, Closed> polygon; in test_star_ellipse() 102 template <typename T, bool Clockwise, bool Closed> 153 test_star_ellipse<T, Clockwise, Closed>(seed, i + 1, in test_type() 167 template <bool Clockwise, bool Closed> 172 test_type<float, Clockwise, Closed>(seed, count, settings); in test_all() 176 test_type<double, Clockwise, Closed>(seed, count, settings); in test_all() 181 test_type<ttmath_big, Clockwise, Closed>(seed, count, settings); in test_all()
|
D | intersection_pies.cpp | 130 template <typename T, bool Clockwise, bool Closed> 136 typedef bg::model::polygon<point_type, Clockwise, Closed> polygon; in test_pie() 231 template <typename T, bool Clockwise, bool Closed> 234 test_pie<T, Clockwise, Closed>(24, 0.55, 0.45, multi, single_selftangent, settings); in test_all()
|
D | star_comb.cpp | 49 template <typename T, bool Clockwise, bool Closed> 56 bg::model::d2::point_xy<T>, Clockwise, Closed in test_all()
|
D | intersects.cpp | 79 template <typename T, bool Clockwise, bool Closed> 86 bg::model::d2::point_xy<T>, Clockwise, Closed in test_all()
|
D | interior_triangles.cpp | 71 template <typename T, bool Clockwise, bool Closed> 78 bg::model::d2::point_xy<T>, Clockwise, Closed in test_all()
|
D | recursive_polygons.cpp | 109 template <typename T, bool Clockwise, bool Closed> 124 bg::model::d2::point_xy<T>, Clockwise, Closed in test_all()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/ |
D | difference_multi_spike.cpp | 18 template <typename P, bool ClockWise, bool Closed> 34 typedef bg::model::polygon<P, ClockWise, Closed> polygon; in test_spikes_in_ticket_8364() 73 template <typename P, bool ClockWise, bool Closed> 80 typedef bg::model::polygon<P, ClockWise, Closed> polygon; in test_spikes_in_ticket_8365()
|
/third_party/boost/libs/geometry/test/algorithms/within/ |
D | test_within.hpp | 91 template <typename Point, bool Clockwise, bool Closed> 95 typedef bg::model::ring<Point, Clockwise, Closed> ring_type; in test_ordered_ring() 115 << " closed: " << int(Closed) in test_ordered_ring() 131 << " closed: " << int(Closed) in test_ordered_ring() 146 << " closed: " << int(Closed) in test_ordered_ring()
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | prefer-enum-initializers.md | 14 Closed, // infer 1 18 If a new member is added to the top of `Status`, both `Open` and `Closed` would have its values alt… 24 Closed, // infer 2
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
D | AudioOutputStreamOpenSLES.cpp | 248 if (getState() == StreamState::Closed){ in close() 290 case StreamState::Closed: in requestStart() 327 case StreamState::Closed: in requestPause() 358 if (getState() == StreamState::Closed) { in requestFlush_l() 384 case StreamState::Closed: in requestStop()
|
D | AudioStreamBuffered.cpp | 207 if (getState() == StreamState::Closed){ in write() 222 if (getState() == StreamState::Closed){ in read() 236 if (getState() == StreamState::Closed){ in setBufferSizeInFrames()
|
D | AudioInputStreamOpenSLES.cpp | 219 if (getState() == StreamState::Closed){ in close() 259 case StreamState::Closed: in requestStart() 304 case StreamState::Closed: in requestStop()
|
/third_party/node/test/fixtures/wpt/resources/webidl2/ |
D | CHANGELOG.md | 26 **Closed issues:** 39 **Closed issues:** 56 **Closed issues:** 71 **Closed issues:** 93 **Closed issues:** 108 **Closed issues:** 127 **Closed issues:** 145 **Closed issues:** 157 **Closed issues:** 171 **Closed issues:** [all …]
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/ |
D | union_multi.cpp | 453 template <typename Point, bool ClockWise, bool Closed> 457 typedef bg::model::ring<Point, ClockWise, Closed> ring; in test_all() 458 typedef bg::model::polygon<Point, ClockWise, Closed> polygon; in test_all() 464 template <typename Point, bool ClockWise, bool Closed> 467 typedef bg::model::polygon<Point, ClockWise, Closed> polygon; in test_specific()
|
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
D | State.cs | 163 if (state.runningState == Org.Brotli.Dec.RunningState.Closed) in Close() 167 state.runningState = Org.Brotli.Dec.RunningState.Closed; in Close()
|
D | RunningState.cs | 33 internal const int Closed = 11; field in Org.Brotli.Dec.RunningState
|
/third_party/boost/libs/geometry/doc/generated/ |
D | ring.qbk | 25 ``template<typename Point, bool ClockWise, bool Closed, template< typename, typename > class Contai… 39 [[bool Closed] [true] [true for closed polygons (last point == first point), false open points ]]
|
D | polygon.qbk | 25 ``template<typename Point, bool ClockWise, bool Closed, template< typename, typename > class PointL… 38 [[bool Closed] [true] [true for closed polygons (last point == first point), false open points ]]
|
/third_party/libxml2/result/schematron/ |
D | zvon10_0.err | 3 Pattern: Closed model
|
D | zvon10_1.err | 3 Pattern: Closed model
|
/third_party/libxml2/test/schematron/ |
D | zvon10.sct | 8 <pattern name="Closed model">
|