| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/ |
| H A D | operators.hpp | 68 …ate<typename Domain, typename Grammar, typename Trait, typename Tag, typename Left, typename Right> 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 D | difference.hpp | 35 template <typename Left, typename Right> 36 struct difference : binary_parser<difference<Left, Right> > 39 typedef Right right_type; 49 difference(Left const& left_, Right const& right_) in difference() 85 Right right; 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 D | list.hpp | 38 template <typename Left, typename Right> 39 struct list : binary_parser<list<Left, Right> > 42 typedef Right right_type; 58 list(Left const& left_, Right const& right_) in list() 108 Right right; 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 130 struct handles_container<qi::list<Left, Right>, Attribute, Context
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/ |
| H A D | index_sequence.hpp | 49 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 D | box.hpp | 64 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_BOX_ACCESS_4VALUES(Box, Point, Left, Bottom, Right, Top) \ argument 80 static inline ct get(Box const& b) { return b. Right; } \ 81 static inline void set(Box& b, ct const& value) { b. Right = 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 D | wm8731.txt | 22 * ROUT: Right Channel Line Output 24 * RHPOUT: Right Channel Headphone Output 26 * RLINEIN: Right Channel Line Input
|
| H A D | amlogic,axg-sound-card.txt | 65 "Speaker", "Speaker1 Right"; 67 "Speaker", "Speaker2 Right"; 78 "Speaker1 Right", "SPK1 OUT_B", 79 "Speaker2 Right", "SPK2 OUT_B",
|
| H A D | wm8960.txt | 14 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 D | iterator_range_core.hpp | 79 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 D | sun4i-a10-inet9f-rev03.dts | 75 label = "Left Joystick Right"; 99 label = "Right Joystick Left"; 107 label = "Right Joystick Right"; 115 label = "Right Joystick Up"; 123 label = "Right Joystick Down"; 139 label = "DPad Right"; 205 label = "Top Right Button";
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | sun4i-a10-inet9f-rev03.dts | 80 label = "Left Joystick Right"; 104 label = "Right Joystick Left"; 112 label = "Right Joystick Right"; 120 label = "Right Joystick Up"; 128 label = "Right Joystick Down"; 144 label = "DPad Right"; 210 label = "Top Right 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 D | compile_time_type_info.hpp | 164 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 D | has_semantic_action.hpp | 31 template <typename Left, typename Right> 33 : mpl::or_<has_semantic_action<Left>, has_semantic_action<Right> > {};
|
| H A D | handles_container.hpp | 34 template <typename Left, typename Right, typename Attribute 39 , handles_container<Right, Attribute, Context, Iterator> >
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | joystick-parport.rst | 160 +---------> Right 180 +---------> Right | +---------> Right 198 +---------> Right | +---------> Right 216 | +---------> Fire | +---------> Right 226 | | | +----> Right | | | +----> Button 1 249 (pin 5) -----> Right 296 (pin 5) -----|<|----> Right 370 | +---------> Right 392 | +---------> Right 433 | | +------> Right [all …]
|
| H A D | elantech.rst | 243 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 460 2 = Right 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 …]
|
| H A D | sentelic.rst | 38 Bit1 => Right Button, 1 is pressed, 0 is not pressed. 70 Bit1 => Right Button, 1 is pressed, 0 is not pressed. 115 Bit1 => Right Button, 1 is pressed, 0 is not pressed. 139 Bit1 => Right Button, 1 is pressed, 0 is not pressed. 194 Bit2 => Right Button, 1 is pressed, 0 is released. 220 Bit1 => Right Button, 1 is pressed, 0 is not pressed. 262 Bit1 => Right Button, 1 is pressed, 0 is not pressed. 289 Bit1 => Right Button, 1 is pressed, 0 is not pressed. 317 Bit1 => Right Button, 1 is pressed, 0 is not pressed. 360 Bit1 => Right Button, 1 is pressed, 0 is not pressed. [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | types.hpp | 81 Right enumerator 87 Right, enumerator
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-a64-pinebook.dts | 370 "Microphone", "Internal Microphone Right", 375 "Right DAC", "DACR", 382 "ADCR", "Right ADC", 385 "Internal Microphone Right", "HBIAS", 386 "MIC2", "Internal Microphone Right";
|
| H A D | sun50i-a64-pinetab.dts | 417 "Microphone", "Internal Microphone Right", 422 "Right DAC", "DACR", 429 "ADCR", "Right ADC", 432 "Internal Microphone Right", "HBIAS", 433 "MIC2", "Internal Microphone Right";
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | types.cpp | 71 { SymbolAnchorType::Right, "right" }, 83 { TextJustifyType::Right, "right" },
|
| /OK3568_Linux_fs/debian/scripts/rkstage0/02-sys-tweaks/ |
| H A D | 00-debconf | 11 …ices: The default for the keyboard layout, No AltGr key, Right Alt (AltGr), Right Control, Right L… 20 # Choices: No compose key, Right Alt (AltGr), Right Control, Right Logo key, Menu key, Left Logo ke…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/ |
| H A D | render_raster_dem_source.cpp | 69 { DEMTileNeighbors::Left, DEMTileNeighbors::Right }, in onTileChanged() 70 { DEMTileNeighbors::Right, DEMTileNeighbors::Left }, in onTileChanged() 90 } else if (mask == DEMTileNeighbors::Right){ in onTileChanged()
|
| /OK3568_Linux_fs/kernel/sound/isa/msnd/ |
| H A D | msnd_pinnacle_mixer.c | 157 dev->SMA + SMA_##b##Right); \ 167 dev->SMA + SMA_##s##Right); \ 177 dev->SMA + SMA_##s##Right); \
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | gamepad.rst | 35 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
|