Home
last modified time | relevance | path

Searched refs:Left (Results 1 – 25 of 106) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Doperators.hpp68 …template<typename Domain, typename Grammar, typename Trait, typename Tag, typename Left, typename …
73 … , lazy_matches<result_of::make_expr<Tag, basic_default_domain, Left, Right>, Grammar>
75 , result_of::make_expr<Tag, Domain, Left, Right>
79 template<typename Domain, typename Trait, typename Tag, typename Left, typename Right>
80 struct enable_binary<Domain, proto::_, Trait, Tag, Left &, Right &>
83 , result_of::make_expr<Tag, Domain, Left &, Right &>
87 template<typename Trait, typename Tag, typename Left, typename Right>
88 struct enable_binary<deduce_domain, not_a_grammar, Trait, Tag, Left &, Right &>
90 typename deduce_domain2<Left, Right>::type
91 , typename deduce_domain2<Left, Right>::type::proto_grammar
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/operator/
H A Ddifference.hpp35 template <typename Left, typename Right>
36 struct difference : binary_parser<difference<Left, Right> >
38 typedef Left left_type;
49 difference(Left const& left_, Right const& right_) in difference()
84 Left left;
100 template <typename Left, typename Right>
101 struct has_semantic_action<qi::difference<Left, Right> >
102 : binary_has_semantic_action<Left, Right> {};
105 template <typename Left, typename Right, typename Attribute
107 struct handles_container<qi::difference<Left, Right>, Attribute, Context
[all …]
H A Dlist.hpp38 template <typename Left, typename Right>
39 struct list : binary_parser<list<Left, Right> >
41 typedef Left left_type;
53 attribute_of<Left, Context, Iterator>::type
58 list(Left const& left_, Right const& right_) in list()
107 Left left;
123 template <typename Left, typename Right>
124 struct has_semantic_action<qi::list<Left, Right> >
125 : binary_has_semantic_action<Left, Right> {};
128 template <typename Left, typename Right, typename Attribute
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/
H A Dindex_sequence.hpp49 template <typename Left, typename Right>
52 template <std::size_t... Left, std::size_t... Right>
54 index_sequence<Left...>, index_sequence<Right...>
55 > : index_sequence<Left..., (sizeof...(Left) + Right)...>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/register/
H A Dbox.hpp64 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_BOX_ACCESS_4VALUES(Box, Point, Left, Bottom, Right, Top) \ argument
68 static inline ct get(Box const& b) { return b. Left; } \
69 static inline void set(Box& b, ct const& value) { b. Left = value; } \
168 #define BOOST_GEOMETRY_REGISTER_BOX_2D_4VALUES(Box, Point, Left, Bottom, Right, Top) \ argument
171 BOOST_GEOMETRY_DETAIL_SPECIALIZE_BOX_ACCESS_4VALUES(Box, Point, Left, Bottom, Right, Top) \
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dwm8731.txt21 * LOUT: Left Channel Line Output
23 * LHPOUT: Left Channel Headphone Output
25 * LLINEIN: Left Channel Line Input
H A Damlogic,axg-sound-card.txt64 "Speaker", "Speaker1 Left",
66 "Speaker", "Speaker2 Left",
76 "Speaker1 Left", "SPK1 OUT_A",
77 "Speaker2 Left", "SPK2 OUT_A",
H A Dcs35l32.txt29 0 = Left/right channels VMON[11:0], IMON[11:0], VPMON[7:0].
30 1 = Left/right channels VMON[11:0], IMON[11:0], STATUS.
32 3 = Left/right channels VPMON[7:0], STATUS.
H A Dwm8960.txt14 will be disabled only when ADC (Left and Right) and DAC (Left and Right)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/
H A Diterator_range_core.hpp79 template< class Left, class Right >
80 inline bool less_than( const Left& l, const Right& r ) in less_than()
88 template< class Left, class Right >
89 inline bool greater_than( const Left& l, const Right& r ) in greater_than()
94 template< class Left, class Right >
95 inline bool less_or_equal_than( const Left& l, const Right& r ) in less_or_equal_than()
100 template< class Left, class Right >
101 inline bool greater_or_equal_than( const Left& l, const Right& r ) in greater_or_equal_than()
108 template< class Left, class Right >
109 inline bool equal(const Left& l, const Right& r) in equal()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsun4i-a10-inet9f-rev03.dts67 label = "Left Joystick Left";
75 label = "Left Joystick Right";
83 label = "Left Joystick Up";
91 label = "Left Joystick Down";
99 label = "Right Joystick Left";
131 label = "DPad Left";
199 label = "Top Left Button";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dsun4i-a10-inet9f-rev03.dts72 label = "Left Joystick Left";
80 label = "Left Joystick Right";
88 label = "Left Joystick Up";
96 label = "Left Joystick Down";
104 label = "Right Joystick Left";
136 label = "DPad Left";
204 label = "Top Left Button";
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/detail/
H A Dcompile_time_type_info.hpp164 template <typename Left, typename Right>
167 template <unsigned int... Left, unsigned int... Right>
168 struct make_index_sequence_join<index_seq<Left...>, index_seq<Right...> > {
169 typedef index_seq<Left..., Right...> type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dhas_semantic_action.hpp31 template <typename Left, typename Right>
33 : mpl::or_<has_semantic_action<Left>, has_semantic_action<Right> > {};
H A Dhandles_container.hpp34 template <typename Left, typename Right, typename Attribute
38 handles_container<Left, Attribute, Context, Iterator>
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Djoystick-parport.rst161 | +-------> Left
181 | +-------> Left | | +-------> Left
199 | +-------> Left | | +-------> Left
217 | | | | +-------> Left
227 | | +------> Left | | +------> Power
248 (pin 4) -----> Left
295 (pin 4) -----|<|----> Left
371 | | +-------> Left
393 | | +-------> Left
434 | +--------> Left
[all …]
H A Delantech.rst243 L, R, M = 1 when Left, Right, Middle mouse button pressed
311 L, R = 1 when Left, Right mouse button pressed
320 L, R = 1 when Left, Right mouse button pressed
433 L, R = 1 when Left, Right mouse button pressed
459 1 = Left
461 3 = Middle (Left and Right)
495 L, R = 1 when Left, Right mouse button pressed
578 L, R = 1 when Left, Right mouse button pressed
664 L, R = 1 when Left, Right mouse button pressed
703 L, R = 1 when Left, Right mouse button pressed
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dtypes.hpp80 Left, enumerator
86 Left, enumerator
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-pinebook.dts369 simple-audio-card,widgets = "Microphone", "Internal Microphone Left",
374 "Left DAC", "DACL",
381 "ADCL", "Left ADC",
383 "Internal Microphone Left", "MBIAS",
384 "MIC1", "Internal Microphone Left",
H A Dsun50i-a64-pinetab.dts416 simple-audio-card,widgets = "Microphone", "Internal Microphone Left",
421 "Left DAC", "DACL",
428 "ADCL", "Left ADC",
430 "Internal Microphone Left", "MBIAS",
431 "MIC1", "Internal Microphone Left",
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dtypes.cpp70 { SymbolAnchorType::Left, "left" },
82 { TextJustifyType::Left, "left" },
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_raster_dem_source.cpp69 { DEMTileNeighbors::Left, DEMTileNeighbors::Right }, in onTileChanged()
70 { DEMTileNeighbors::Right, DEMTileNeighbors::Left }, in onTileChanged()
88 if (mask == DEMTileNeighbors::Left){ in onTileChanged()
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dgamepad.rst35 D-Pad Left Right Action Pad
61 Left- and Right-Triggers, the lower buttons Z-Left and Z-Right.
132 Every gamepad provides a D-Pad with four directions: Up, Down, Left, Right
183 Left button mapped as BTN_SELECT, right button mapped as BTN_START
/OK3568_Linux_fs/kernel/tools/vm/
H A Dslabinfo-gnuplot.sh92 set key left above Left title reverse
131 set key left above Left title reverse
/OK3568_Linux_fs/kernel/sound/isa/msnd/
H A Dmsnd_pinnacle_mixer.c154 dev->SMA + SMA_##b##Left); \
164 dev->SMA + SMA_##s##Left); \
175 dev->SMA + SMA_##s##Left); \

12345