Home
last modified time | relevance | path

Searched refs:Closed (Results 1 – 25 of 146) sorted by relevance

123456

/third_party/boost/boost/geometry/geometries/
Dpolygon.hpp70 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 …]
Dring.hpp60 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/
Dremove_spikes.cpp94 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()
Dtest_convex_hull.hpp139 template <typename Geometry, bool Clockwise, bool Closed>
148 Closed in test_geometry_order()
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/
Drandom_ellipses_stars.cpp86 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()
Dintersection_pies.cpp130 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()
Dstar_comb.cpp49 template <typename T, bool Clockwise, bool Closed>
56 bg::model::d2::point_xy<T>, Clockwise, Closed in test_all()
Dintersects.cpp79 template <typename T, bool Clockwise, bool Closed>
86 bg::model::d2::point_xy<T>, Clockwise, Closed in test_all()
Dinterior_triangles.cpp71 template <typename T, bool Clockwise, bool Closed>
78 bg::model::d2::point_xy<T>, Clockwise, Closed in test_all()
Drecursive_polygons.cpp109 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/
Ddifference_multi_spike.cpp18 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/
Dtest_within.hpp91 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/
Dprefer-enum-initializers.md14 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/
DAudioOutputStreamOpenSLES.cpp248 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()
DAudioStreamBuffered.cpp207 if (getState() == StreamState::Closed){ in write()
222 if (getState() == StreamState::Closed){ in read()
236 if (getState() == StreamState::Closed){ in setBufferSizeInFrames()
DAudioInputStreamOpenSLES.cpp219 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/
DCHANGELOG.md26 **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/
Dunion_multi.cpp453 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/
DState.cs163 if (state.runningState == Org.Brotli.Dec.RunningState.Closed) in Close()
167 state.runningState = Org.Brotli.Dec.RunningState.Closed; in Close()
DRunningState.cs33 internal const int Closed = 11; field in Org.Brotli.Dec.RunningState
/third_party/boost/libs/geometry/doc/generated/
Dring.qbk25 ``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 ]]
Dpolygon.qbk25 ``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/
Dzvon10_0.err3 Pattern: Closed model
Dzvon10_1.err3 Pattern: Closed model
/third_party/libxml2/test/schematron/
Dzvon10.sct8 <pattern name="Closed model">

123456