Home
last modified time | relevance | path

Searched refs:closed (Results 1 – 25 of 260) sorted by relevance

1234567891011

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dclosure.hpp56 closed = 1, enumerator
77 static const closure_selector value = closed;
88 struct closed struct
90 static const closure_selector value = geometry::closed; argument
100 struct minimum_ring_size<geometry::closed> : boost::mpl::size_t<4> {};
126 struct closure<point_tag, Box> : public core_detail::closure::closed {};
129 struct closure<box_tag, Box> : public core_detail::closure::closed {};
132 struct closure<segment_tag, Box> : public core_detail::closure::closed {};
136 : public core_detail::closure::closed {};
159 : public core_detail::closure::closed {};
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dshape_annotation_impl.hpp41 mbgl::Polygon<double> closed = geom; in operator ()() local
42 for (auto &ring : closed) { in operator ()()
47 return closed; in operator ()()
50 mbgl::MultiPolygon<double> closed = geom; in operator ()() local
51 for (auto &polygon : closed) { in operator ()()
58 return closed; in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/actor/
H A Dmailbox.cpp26 if (closed) { in open()
44 closed = true; in close()
53 if (closed) { in push()
70 if (closed) { in receive()
/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/
H A Dacpi-lid.rst18 report the "current" state of the lid as either "opened" or "closed".
37 There are platforms always retun "closed" as initial lid state.
44 it is guaranteed that the AML tables always notify "closed" when the lid
45 state is changed to "closed". The "closed" notification is normally used to
67 firmware cannot make sure "opened"/"closed" events are paired, the ACPI
77 and whether the "opened"/"closed" events are paired fully relies on the
89 initial lid state as "opened" and whether the "opened"/"closed" events
103 ensure that the reliable "closed" notifications can always be delivered
104 to the userspace by always pairing "closed" input events with complement
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dhull_graham_andrew.hpp293 bool closed) const in result()
297 output_ranges(state.m_upper_hull, state.m_lower_hull, out, closed); in result()
301 output_ranges(state.m_lower_hull, state.m_upper_hull, out, closed); in result()
354 OutputIterator out, bool closed) in output_ranges() argument
358 BOOST_GEOMETRY_ASSERT(closed ? !boost::empty(second) : boost::size(second) > 1); in output_ranges()
360closed ? boost::rend(second) : --boost::rend(second), // skip the last Point if open in output_ranges()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dappend_no_dups_or_spikes.hpp122 static bool const closed = geometry::closure<Range>::value == geometry::closed; in clean_closing_dups_and_spikes() local
134 if (BOOST_GEOMETRY_CONDITION(closed)) in clean_closing_dups_and_spikes()
144 if (BOOST_GEOMETRY_CONDITION(closed)) in clean_closing_dups_and_spikes()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dg762.rst5 and performs closed-loop or open-loop control of the fan speed. Two
25 set desired fan speed. This only makes sense in closed-loop
44 in closed-loop control mode, if fan RPM value is 25% out
51 automatic fan speed control (closed-loop) via fan1_target
65 entry (0 stops the fan, 255 makes it run at full speed). In closed-loop mode
67 the chip via 'fan1_target'. In closed-loop mode, the target speed is compared
H A Dmax31785.rst19 The Maxim MAX31785 is a PMBus device providing closed-loop, multi-channel fan
59 3: Automatic closed-loop (temp-feedback fan-control)
H A Dmax6650.rst44 fan1_target rw desired fan speed in RPM (closed loop mode only)
45 pwm1_enable rw regulator mode, 0=full on, 1=open loop, 2=closed loop
/OK3568_Linux_fs/kernel/Documentation/translations/ko_KR/
H A Dstable_api_nonsense.txt56 먼저, 나는 closed 소스, hidden 소스, binary blobs, 소스 wrappers, 또는 GPL로
132 이것은 오랫동안 자신의 오래된 USB 인터페이스들을 유지해야 하는 closed 운영체제들과는
133 완전히 반대되는 것이다. closed된 운영체제들은 새로운 개발자들에게 우연히 낡은
/OK3568_Linux_fs/kernel/drivers/misc/ocxl/
H A Dfile.c210 bool closed; in afu_ioctl() local
216 closed = (ctx->status == CLOSED); in afu_ioctl()
219 if (closed) in afu_ioctl()
330 bool closed; in afu_poll() local
337 closed = (ctx->status == CLOSED); in afu_poll()
342 else if (closed) in afu_poll()
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dusbip_protocol.rst17 TCP/IP connection is closed.
134 | | | | USB device, string closed with zero byte, e.g. |
140 | | | | closed with zero byte, e.g. "3-2". The unused |
199 | | | | A string closed with zero, the unused bytes |
223 | | | | USB device, string closed with zero byte, e.g. |
229 | | | | closed with zero byte, e.g. "3-2". The unused |
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover_impl.cpp101 void build_bounds_map(PointList& points, uint32_t maxTile, BoundsMap& et, bool closed = false) { in build_bounds_map() argument
105 if (closed) { in build_bounds_map()
189 …void buildTable(const std::vector<Point<double>>& points, BoundsMap& et, bool closed = false) cons… in buildTable()
200 build_bounds_map(projectedPoints, 1 << zoom, et, closed); in buildTable()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/compress/
H A D_pipecompress.py143 if self.closed:
154 def closed(self): member in PipeFile
/OK3568_Linux_fs/kernel/Documentation/filesystems/spufs/
H A Dspu_create.rst32 The returned file handle can only be passed to spu_run(2) or closed,
33 other operations are not defined on it. When it is closed, all associ-
36 descriptor is closed, the logical SPU context is destroyed.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dlength.hpp149 : detail::length::range_length<Geometry, closed>
175 closed // no need to close it explicitly in apply()
H A Dremove_spikes.hpp105 if ( BOOST_GEOMETRY_CONDITION(geometry::closure<Range>::value == geometry::closed) ) in apply()
146 if ( BOOST_GEOMETRY_CONDITION(geometry::closure<Range>::value == geometry::closed) ) in apply()
/OK3568_Linux_fs/buildroot/package/libcap/
H A D0001-libcap-Makefile-don-t-overwrite-empty-when-generatin.patch14 loader.txt is closed just before the output file is closed, so it's
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemutils.cpp131 …QList<QList<QDoubleVector2D> > &clippedPaths, QDoubleVector2D *leftBoundWrapped, const bool closed) in clipPolygon() argument
138 clipper.addSubjectPath(QClipperUtils::qListToPath(wrappedPath), closed); in clipPolygon()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.cpp99 void clip2tri::addSubjectPath(const Path &path, bool closed) in addSubjectPath() argument
103 clipper.AddPath(path, ptSubject, closed); in addSubjectPath()
110 if (!closed) in addSubjectPath()
/OK3568_Linux_fs/buildroot/package/ux500-firmware/
H A DConfig.in4 This package provides various binary firmware files (closed
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/closest_feature/
H A Dpoint_to_range.hpp150 : point_to_point_range<Point, Range, closed, Strategy>
153 typedef point_to_point_range<Point, Range, closed, Strategy> base_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/actor/
H A Dmailbox.hpp44 bool closed { false }; member in mbgl::Mailbox
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_simple/
H A Dmultipoint.hpp57 MultiPoint, closed in apply()
H A Dlinear.hpp247 Linestring, closed in apply()
251 Linestring, closed in apply()

1234567891011