Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 25 of 1588) sorted by relevance

12345678910>>...64

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.hpp20 using Type = float; typedef
21 static const constexpr Type Default = 1;
22 static void Set(const Type&);
23 static Type Get();
27 using Type = Color; typedef
28 static const Type Default;
29 static void Set(const Type&);
30 static Type Get();
34 using Type = int32_t; typedef
35 static const constexpr Type Default = 0;
[all …]
H A Dvalue.cpp10 const constexpr ClearDepth::Type ClearDepth::Default;
12 void ClearDepth::Set(const Type& value) { in Set()
20 ClearDepth::Type ClearDepth::Get() { in Get()
26 const ClearColor::Type ClearColor::Default { 0, 0, 0, 0 };
28 void ClearColor::Set(const Type& value) { in Set()
32 ClearColor::Type ClearColor::Get() { in Get()
38 const constexpr ClearStencil::Type ClearStencil::Default;
40 void ClearStencil::Set(const Type& value) { in Set()
44 ClearStencil::Type ClearStencil::Get() { in Get()
50 const constexpr StencilMask::Type StencilMask::Default;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dhash-traits.h25 template <typename Type>
28 static inline void remove (Type *p);
34 template <typename Type>
36 typed_free_remove <Type>::remove (Type *p) in remove()
43 template <typename Type>
46 static inline void remove (Type *p);
52 template <typename Type>
54 typed_delete_remove <Type>::remove (Type *p) in remove()
61 template <typename Type>
64 static inline void remove (Type &);
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dhash-traits.h25 template <typename Type>
28 static inline void remove (Type *p);
34 template <typename Type>
36 typed_free_remove <Type>::remove (Type *p) in remove()
43 template <typename Type>
46 static inline void remove (Type *p);
52 template <typename Type>
54 typed_delete_remove <Type>::remove (Type *p) in remove()
61 template <typename Type>
64 static inline void remove (Type &);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/
H A Dsegment_ratio.hpp32 typename Type,
33 bool IsIntegral = boost::is_integral<Type>::type::value
37 template <typename Type>
38 struct less<Type, true>
43 return boost::rational<Type>(lhs.numerator(), lhs.denominator()) in apply()
44 < boost::rational<Type>(rhs.numerator(), rhs.denominator()); in apply()
48 template <typename Type>
49 struct less<Type, false>
63 typename Type,
64 bool IsIntegral = boost::is_integral<Type>::type::value
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A DKconfig4 tristate "USB Type-C Port Controller Manager"
9 The Type-C Port Controller Manager provides a USB PD and USB Type-C
10 state machine for use with Type-C Port Controllers.
15 tristate "Type-C Port Controller Interface driver"
19 Type-C Port Controller driver for TCPCI-compliant controller.
24 tristate "Etek ET7303 Type-C chip driver"
26 Etek ET7303 Type-C chip driver that works with
27 Type-C Port Controller Manager to provide USB PD and USB
28 Type-C functionalities.
31 tristate "Hynetek HUSB311 Type-C chip driver"
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dattributes.hpp38 using Type = gl::Attribute<T, N>; typedef
43 using Type = gl::Attribute<uint16_t, 3>; typedef
49 using Type = gl::Attribute<int16_t, N>; typedef
56 using Type = gl::Attribute<float, 2>; typedef
61 using Type = gl::Attribute<float, 2>; typedef
66 using Type = gl::Attribute<float, 2>; typedef
71 using Type = gl::Attribute<float, 2>; typedef
76 using Type = gl::Attribute<float, 2>; typedef
81 using Type = gl::Attribute<float, 1>; typedef
86 using Type = gl::Attribute<float, 1>; typedef
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dvalue.cpp9 type::Type typeOf(const Value& value) { in typeOf()
11 [&](bool) -> type::Type { return type::Boolean; }, in typeOf()
12 [&](double) -> type::Type { return type::Number; }, in typeOf()
13 [&](const std::string&) -> type::Type { return type::String; }, in typeOf()
14 [&](const Color&) -> type::Type { return type::Color; }, in typeOf()
15 [&](const Collator&) -> type::Type { return type::Collator; }, in typeOf()
16 [&](const NullValue&) -> type::Type { return type::Null; }, in typeOf()
17 [&](const std::unordered_map<std::string, Value>&) -> type::Type { return type::Object; }, in typeOf()
18 [&](const std::vector<Value>& arr) -> type::Type { in typeOf()
19 optional<type::Type> itemType; in typeOf()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/
H A Dconstruct_funop.hpp10 Type operator ()(A0 &a0) const in operator ()()
12 return Type(a0); in operator ()()
16 Type operator ()(A0 &a0 , A1 &a1) const in operator ()()
18 return Type(a0 , a1); in operator ()()
22 Type operator ()(A0 &a0 , A1 &a1 , A2 &a2) const in operator ()()
24 return Type(a0 , a1 , a2); in operator ()()
28 Type operator ()(A0 &a0 , A1 &a1 , A2 &a2 , A3 &a3) const in operator ()()
30 return Type(a0 , a1 , a2 , a3); in operator ()()
34 Type operator ()(A0 &a0 , A1 &a1 , A2 &a2 , A3 &a3 , A4 &a4) const in operator ()()
36 return Type(a0 , a1 , a2 , a3 , a4); in operator ()()
[all …]
H A Dconstruct_pod_funop.hpp10 Type operator ()(A0 &a0) const in operator ()()
12 Type that = {a0}; in operator ()()
17 Type operator ()(A0 &a0 , A1 &a1) const in operator ()()
19 Type that = {a0 , a1}; in operator ()()
24 Type operator ()(A0 &a0 , A1 &a1 , A2 &a2) const in operator ()()
26 Type that = {a0 , a1 , a2}; in operator ()()
31 Type operator ()(A0 &a0 , A1 &a1 , A2 &a2 , A3 &a3) const in operator ()()
33 Type that = {a0 , a1 , a2 , a3}; in operator ()()
38 Type operator ()(A0 &a0 , A1 &a1 , A2 &a2 , A3 &a3 , A4 &a4) const in operator ()()
40 Type that = {a0 , a1 , a2 , a3 , a4}; in operator ()()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dmeta.h38 template <typename T> struct Void { typedef void Type; }; typedef
45 typedef BoolType Type; typedef
55 … C> struct SelectIfImpl { template <typename T1, typename T2> struct Apply { typedef T1 Type; }; }; typedef
56 …uct SelectIfImpl<false> { template <typename T1, typename T2> struct Apply { typedef T2 Type; }; };
65 template <typename C> struct BoolExpr : SelectIf<C,TrueType,FalseType>::Type {};
66 template <typename C> struct NotExpr : SelectIf<C,FalseType,TrueType>::Type {};
67 template <typename C1, typename C2> struct AndExpr : AndExprCond<C1::Value, C2::Value>::Type {};
68 template <typename C1, typename C2> struct OrExpr : OrExprCond<C1::Value, C2::Value>::Type {};
73 template <typename T> struct AddConst { typedef const T Type; };
75 template <typename T> struct RemoveConst { typedef T Type; };
[all …]
H A Dbiginteger.h30 typedef uint64_t Type; typedef
33 std::memcpy(digits_, rhs.digits_, count_ * sizeof(Type)); in BigInteger()
59 std::memcpy(digits_, rhs.digits_, count_ * sizeof(Type));
71 Type backup = digits_[0];
136 … std::memmove(&digits_[count_ - 1 + offset], &digits_[count_ - 1], count_ * sizeof(Type));
149 std::memset(digits_, 0, offset * sizeof(Type));
155 … return count_ == rhs.count_ && std::memcmp(digits_, rhs.digits_, count_ * sizeof(Type)) == 0;
158 bool operator==(const Type rhs) const {
194 Type borrow = 0; in Difference()
196 Type d = a->digits_[i] - borrow; in Difference()
[all …]
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Djson.txt1Type":"directory","Category":"settings"},{"Name":"AudioRecorder","Order":999,"Icon":"apps\/images\…
/OK3568_Linux_fs/u-boot/drivers/power/power_delivery/
H A DKconfig10 tristate "USB Type-C Port Controller Manager"
13 The Type-C Port Controller Manager provides a USB PD and USB Type-C
14 state machine for use with Type-C Port Controllers.
17 tristate "Type-C Port Controller Interface driver"
20 Type-C Port Controller driver for TCPCI-compliant controller.
25 tristate "Hynetek HUSB311 Type-C chip driver"
28 Hynetek HUSB311 Type-C chip driver that works with
29 Type-C Port Controller Manager to provide USB PD and USB
30 Type-C functionalities.
35 tristate "Fairchild FUSB302 Type-C chip driver"
[all …]
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DMPQMUX.h109 USHORT Type; // QMUX type 0x0000 member
137 USHORT Type; member
168 USHORT Type; member
176 USHORT Type; member
191 USHORT Type; // 0x0022
197 USHORT Type;
213 USHORT Type;
233 USHORT Type;
245 USHORT Type;
262 USHORT Type; // QMUX type 0x0040
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dtoken_iterator.hpp29 template <class TokenizerFunc, class Iterator, class Type>
32 token_iterator<TokenizerFunc, Iterator, Type>
33 , Type
38 , const Type&
51 Type tok_;
58 const Type& dereference() const { in dereference()
87 token_iterator<TokenizerFunc, OtherIter,Type> const& t in token_iterator()
98 Type current_token()const{return tok_;} in current_token()
109 class Type = std::string
115 typedef token_iterator<TokenizerFunc,Iterator,Type> type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp157 template <typename Type,
158 bool IsFloatingPoint = boost::is_floating_point<Type>::value>
162 static inline bool apply(Type const& a, Type const& b, Policy const&) in apply()
168 template <typename Type>
169 struct equals<Type, true>
172 static inline bool apply(Type const& a, Type const& b, Policy const& policy) in apply()
185 return abs<Type>::apply(a - b) in apply()
186 <= std::numeric_limits<Type>::epsilon() * policy.apply(a, b); in apply()
204 template <typename Type,
205 bool IsFloatingPoint = boost::is_floating_point<Type>::value>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dmake.hpp78 template <typename Geometry, typename Type>
79 inline Geometry make(Type const& c1, Type const& c2) in make()
112 template <typename Geometry, typename Type>
113 inline Geometry make(Type const& c1, Type const& c2, Type const& c3) in make()
127 template <typename Geometry, typename Type>
128 inline Geometry make(Type const& c1, Type const& c2, Type const& c3, Type const& c4) in make()
H A Dassign.hpp146 template <typename Geometry, typename Type>
147 inline void assign_values(Geometry& geometry, Type const& c1, Type const& c2) in assign_values()
178 template <typename Geometry, typename Type>
180 Type const& c1, Type const& c2, Type const& c3) in assign_values()
205 template <typename Geometry, typename Type>
207 Type const& c1, Type const& c2, Type const& c3, Type const& c4) in assign_values()
/OK3568_Linux_fs/kernel/drivers/usb/typec/
H A DKconfig4 tristate "USB Type-C Support"
6 USB Type-C Specification defines a cable and connector for USB where
8 be Type-A plug on one end of the cable and Type-B plug on the other.
10 specific Configuration Channel (CC) which goes through the USB Type-C
22 USB Type-C connector, however it is mostly used together with USB
23 Type-C connectors.
25 USB Type-C and USB Power Delivery Specifications define a set of state
27 Simple USB Type-C PHYs, for example USB Type-C Port Controller
29 machines to be handled in the OS, but stand-alone USB Type-C and Power
31 The USB Type-C and Power Delivery controllers usually function
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Deigen.hpp67 Mat _src(src.cols(), src.rows(), traits::Type<_Tp>::value, in eigen2cv()
73 Mat _src(src.rows(), src.cols(), traits::Type<_Tp>::value, in eigen2cv()
101 const Mat _dst(src.cols, src.rows, traits::Type<_Tp>::value, in cv2eigen()
115 const Mat _dst(src.rows, src.cols, traits::Type<_Tp>::value, in cv2eigen()
128 const Mat _dst(_cols, _rows, traits::Type<_Tp>::value, in cv2eigen()
134 const Mat _dst(_rows, _cols, traits::Type<_Tp>::value, in cv2eigen()
147 const Mat _dst(src.cols, src.rows, traits::Type<_Tp>::value, in cv2eigen()
161 const Mat _dst(src.rows, src.cols, traits::Type<_Tp>::value, in cv2eigen()
175 const Mat _dst(_cols, _rows, traits::Type<_Tp>::value, in cv2eigen()
181 const Mat _dst(_rows, _cols, traits::Type<_Tp>::value, in cv2eigen()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Deigen.hpp67 Mat _src(src.cols(), src.rows(), traits::Type<_Tp>::value, in eigen2cv()
73 Mat _src(src.rows(), src.cols(), traits::Type<_Tp>::value, in eigen2cv()
101 const Mat _dst(src.cols, src.rows, traits::Type<_Tp>::value, in cv2eigen()
115 const Mat _dst(src.rows, src.cols, traits::Type<_Tp>::value, in cv2eigen()
128 const Mat _dst(_cols, _rows, traits::Type<_Tp>::value, in cv2eigen()
134 const Mat _dst(_rows, _cols, traits::Type<_Tp>::value, in cv2eigen()
147 const Mat _dst(src.cols, src.rows, traits::Type<_Tp>::value, in cv2eigen()
161 const Mat _dst(src.rows, src.cols, traits::Type<_Tp>::value, in cv2eigen()
175 const Mat _dst(_cols, _rows, traits::Type<_Tp>::value, in cv2eigen()
181 const Mat _dst(_rows, _cols, traits::Type<_Tp>::value, in cv2eigen()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Deigen.hpp67 Mat _src(src.cols(), src.rows(), traits::Type<_Tp>::value, in eigen2cv()
73 Mat _src(src.rows(), src.cols(), traits::Type<_Tp>::value, in eigen2cv()
101 const Mat _dst(src.cols, src.rows, traits::Type<_Tp>::value, in cv2eigen()
115 const Mat _dst(src.rows, src.cols, traits::Type<_Tp>::value, in cv2eigen()
128 const Mat _dst(_cols, _rows, traits::Type<_Tp>::value, in cv2eigen()
134 const Mat _dst(_rows, _cols, traits::Type<_Tp>::value, in cv2eigen()
147 const Mat _dst(src.cols, src.rows, traits::Type<_Tp>::value, in cv2eigen()
161 const Mat _dst(src.rows, src.cols, traits::Type<_Tp>::value, in cv2eigen()
175 const Mat _dst(_cols, _rows, traits::Type<_Tp>::value, in cv2eigen()
181 const Mat _dst(_rows, _cols, traits::Type<_Tp>::value, in cv2eigen()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Dmake.hpp121 template<typename Type, bool IsAggregate = detail::is_aggregate_<Type>::value>
124 typedef Type result_type;
127 Type operator ()() const in operator ()()
129 return Type(); in operator ()()
136 template<typename Type>
137 struct construct_<Type, true>
139 typedef Type result_type;
142 Type operator ()() const in operator ()()
144 return Type(); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dtype_list.hpp18 using Type = TypeList<T, Ts...>; typedef
26 using Type = TypeList<>;
31 using Tail = typename TypeFilter<TypeList<Ts...>, Predicate>::Type;
32 using Type = std::conditional_t<Predicate<T>::value, typename TypeCons<T, Tail>::Type, Tail>; typedef
38 using FilteredTypeList = typename detail::TypeFilter<TypeList, Predicate>::Type;

12345678910>>...64