Home
last modified time | relevance | path

Searched refs:directions (Results 1 – 25 of 153) sorted by relevance

1234567

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dget_left_turns.hpp225 std::vector<std::pair<bool, bool> > directions; in block_turns() local
228 directions.push_back(std::make_pair(false, false)); in block_turns()
236 directions[it->cluster_index].first = true; in block_turns()
240 directions[it->cluster_index].second = true; in block_turns()
259 if (directions[cluster_index].first in block_turns()
260 && directions[cluster_index].second) in block_turns()
264 else if (!directions[cluster_index].first in block_turns()
265 && directions[cluster_index].second in block_turns()
266 && directions[previous_index].second) in block_turns()
271 else if (directions[cluster_index].first in block_turns()
[all …]
/OK3568_Linux_fs/external/xserver/test/
H A Dfixes.c43 barrier->directions = 0; in _fixes_test_direction()
49 barrier->directions |= 1 << i; in _fixes_test_direction()
51 assert((barrier->directions & permitted) == in _fixes_test_direction()
66 int directions[8][4] = { in fixes_pointer_barrier_direction_test() local
82 _fixes_test_direction(&barrier, directions[0], BarrierPositiveY); in fixes_pointer_barrier_direction_test()
83 _fixes_test_direction(&barrier, directions[1], in fixes_pointer_barrier_direction_test()
85 _fixes_test_direction(&barrier, directions[2], BarrierNegativeX); in fixes_pointer_barrier_direction_test()
86 _fixes_test_direction(&barrier, directions[3], in fixes_pointer_barrier_direction_test()
88 _fixes_test_direction(&barrier, directions[4], BarrierNegativeY); in fixes_pointer_barrier_direction_test()
89 _fixes_test_direction(&barrier, directions[5], in fixes_pointer_barrier_direction_test()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Desri.qdoc149 The service supports generating directions in the following languages:
157 \li Generate directions in Arabic
160 \li Generate directions in Czech
163 \li Generate directions in German
166 \li Generate directions in Greek
169 \li (default) Generate directions in English
172 \li Generate directions in Spanish
175 \li Generate directions in Estonian
178 \li Generate directions in French
181 \li Generate directions in Hebrew
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dget_piece_turns.hpp200 section1.directions[0], section1.bounding_box, section2.bounding_box); in calculate_turns()
202 section1.directions[0], section1.bounding_box, section2.bounding_box); in calculate_turns()
204 section1.directions[1], section1.bounding_box, section2.bounding_box); in calculate_turns()
206 section1.directions[1], section1.bounding_box, section2.bounding_box); in calculate_turns()
210 section2.directions[0], section2.bounding_box, section1.bounding_box); in calculate_turns()
212 section2.directions[0], section2.bounding_box, section1.bounding_box); in calculate_turns()
214 section2.directions[1], section2.bounding_box, section1.bounding_box); in calculate_turns()
216 section2.directions[1], section2.bounding_box, section1.bounding_box); in calculate_turns()
H A Dturn_in_original_visitor.hpp194 section.directions[0])) in point_in_original()
/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_video.c40 .directions = CEDRUS_DECODE_SRC,
44 .directions = CEDRUS_DECODE_SRC,
48 .directions = CEDRUS_DECODE_SRC,
53 .directions = CEDRUS_DECODE_DST,
57 .directions = CEDRUS_DECODE_DST,
69 static struct cedrus_format *cedrus_find_format(u32 pixelformat, u32 directions, in cedrus_find_format() argument
80 !(fmt->directions & directions)) in cedrus_find_format()
187 if (!(cedrus_formats[i].directions & direction)) in cedrus_enum_fmt()
H A Dcedrus_video.h21 u32 directions; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/sections/
H A Dsectionalize.hpp86 int directions[DimensionCount]; member
115 directions[i] = 0; in section()
161 int directions[Count]) in apply()
170 directions[Index] = diff > zero ? 1 : diff < zero ? -1 : 0; in apply()
179 >::apply(seg, directions); in apply()
195 int directions[Count]) in apply()
207 directions[0] = diff > zero ? 1 : diff < zero ? -1 : 0; in apply()
216 >::apply(seg, directions); in apply()
504 >::apply(direction_classes, section.directions) in apply()
534 >::apply(direction_classes, section.directions); in apply()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxibarriers.c190 return (barrier->directions & direction) != direction; in barrier_is_blocking_direction()
273 dir = ~(barrier->directions); in barrier_inside_hit_box()
373 if ((dir & BarrierNegativeX) & ~barrier->directions) in barrier_clamp_to_barrier()
375 if ((dir & BarrierPositiveX) & ~barrier->directions) in barrier_clamp_to_barrier()
379 if ((dir & BarrierNegativeY) & ~barrier->directions) in barrier_clamp_to_barrier()
381 if ((dir & BarrierPositiveY) & ~barrier->directions) in barrier_clamp_to_barrier()
626 ret->barrier.directions = stuff->directions & 0x0f; in CreatePointerBarrierClient()
628 ret->barrier.directions &= ~(BarrierPositiveX | BarrierNegativeX); in CreatePointerBarrierClient()
630 ret->barrier.directions &= ~(BarrierPositiveY | BarrierNegativeY); in CreatePointerBarrierClient()
H A Dxibarriers.h15 CARD32 directions; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator_p.h86 Q_PROPERTY(QDeclarativeNavigationBasicDirections *directions READ directions CONSTANT)
146 QDeclarativeNavigationBasicDirections *directions() const;
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/meson/
H A D0001-Make-CPU-family-warnings-fatal.patch25 …family {}, see https://wiki.yoctoproject.org/wiki/Meson/UnknownCPU for directions.'.format(cpu_fam…
42 …wn CPU family %s, see https://wiki.yoctoproject.org/wiki/Meson/UnknownCPU for directions.' % trial)
/OK3568_Linux_fs/buildroot/package/libwebsockets/
H A DConfig.in8 in both directions.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeoroutejsonparser_esri.cpp127 QJsonArray directions = m_json.value(kDirectionsKey).toArray(); in parseDirections() local
128 foreach (const QJsonValue &direction, directions) in parseDirections()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_keepgrab.qml116 tryCompare(flickStartedSpy,"count",2) // both directions
148 tryCompare(flickStartedSpy,"count",1) // both directions
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/doc/src/
H A Dmapviewer.qdoc34 search for an address, and find driving directions.
121 which allows information about routes (for example driving directions) between two
156 also useful to be able to retrieve the written directions and explanation
/OK3568_Linux_fs/kernel/tools/testing/vsock/
H A DREADME19 Invoke test binaries in both directions as follows:
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dadi,axi-i2s.txt4 (capture) or both directions enabled.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-m420.rst22 directions. Each CbCr pair belongs to four pixels. For example,
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dvt8623fb.rst24 * panning in both directions
H A Darkfb.rst26 * panning in both directions
H A Ds3fb.rst34 * panning in both directions
/OK3568_Linux_fs/kernel/net/hsr/
H A DKconfig19 device will be sent in both directions on the ring (over both slave
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dgamepad.rst55 Analog-sticks provide freely moveable sticks to control directions. Not
132 Every gamepad provides a D-Pad with four directions: Up, Down, Left, Right
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-counter73 Y. Two count directions are available: forward and backward.
79 This attribute exposes such count directions.

1234567