Home
last modified time | relevance | path

Searched refs:Is (Results 1 – 25 of 201) sorted by relevance

123456789

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/
H A Dtuple.hpp263 template< std::size_t... Is, typename... Ts >
264 struct tuple_base< seq::index_sequence< Is... >, Ts... >
265 : tuple_value< Is, Ts >...
272 : tuple_value< Is, Ts >( std::forward< Us >( us ) )... in tuple_base()
278 : tuple_value< Is, Ts >( uses_alloc_ctor_t< Ts, A, Us >(), a, std::forward< Us >( us ) )... in tuple_base()
288 … ( tuple_value< Is, Ts >::operator=( static_cast< tuple_value< Is, Ts >& >( v ).get() ), ... ); in operator =()
290 …(void)swallow{ ( tuple_value< Is, Ts >::operator=( static_cast< tuple_value< Is, Ts >& >( v ).get(… in operator =()
299 …( tuple_value< Is, Ts >::operator=( std::forward< Ts >( static_cast< tuple_value< Is, Ts >& >( v )… in operator =()
301 …(void)swallow{ ( tuple_value< Is, Ts >::operator=( static_cast< tuple_value< Is, Ts >& >( v ) ), t… in operator =()
311 ( tuple_value< Is, Ts >::operator=( get< Is >( v ) ), ... ); in operator =()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dindexed_tuple.hpp26 template <class... Is, class... Ts>
27 class IndexedTuple<TypeList<Is...>, TypeList<Ts...>> : public tuple_polyfill<Ts...> {
29 static_assert(sizeof...(Is) == sizeof...(Ts), "IndexedTuple size mismatch");
35 return get_polyfill<TypeIndex<I, Is...>::value>(*this); in get()
40 return get_polyfill<TypeIndex<I, Is...>::value>(*this); in get()
44 IndexedTuple<TypeList<Is..., Js...>, TypeList<Ts..., Us...>>
46 return IndexedTuple<TypeList<Is..., Js...>, TypeList<Ts..., Us...>> { in concat()
47 get<Is>()..., in concat()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/seq/
H A Dfold.hpp22 template< template< typename U, U, U > class OP, std::size_t... Is, typename T, T... Ns >
23 struct folder< OP, index_sequence< Is... >, false, T, Ns... >
26 …using type = integer_sequence< T, OP< T, values::data[ 2 * Is ], values::data[ 2 * Is + 1 ] >::val…
29 template< template< typename U, U, U > class OP, std::size_t... Is, typename T, T N, T... Ns >
30 struct folder< OP, index_sequence< Is... >, true, T, N, Ns... >
33 …using type = integer_sequence< T, N, OP< T, values::data[ 2 * Is ], values::data[ 2 * Is + 1 ] >::…
H A Dpartial_sum.hpp22 template< std::size_t I, typename T, T... Ns, std::size_t... Is >
23 struct partial_sum< I, integer_sequence< T, Ns... >, index_sequence< Is... > >
24 : seq::sum< T, ( ( Is < I ) ? Ns : 0 )... >
26 static_assert( I <= sizeof...( Is ), "tao::seq::partial_sum<I, S>: I is out of range" );
H A Dexclusive_scan.hpp21 template< typename S, std::size_t... Is >
22 struct exclusive_scan< S, index_sequence< Is... > >
24 using type = integer_sequence< typename S::value_type, partial_sum< Is, S >::value... >;
H A Dtype_by_index.hpp41 template< std::size_t... Is >
42 struct get_nth< index_sequence< Is... > >
45 static T deduce( any< Is & 0 >..., T*, ... );
H A Dsum.hpp43 template< std::size_t... Is, std::size_t... Ns >
44 struct collector< index_sequence< Is... >, Ns... >
45 : chars< Is, Ns >...
/OK3568_Linux_fs/buildroot/board/engicam/isiot/
H A Dreadme.txt2 Buildroot for Engicam Is.IoT SOM platforms:
5 This file documents the Buildroot support for all Engicam Is.IoT MX6UL
8 Is.IoT MX6UL SOM Starter kits:
16 First, configure Buildroot for the Engicam Is.IoT MX6UL SOM:
18 - for Is.IoT MX6UL SOM:
55 Boot the Is.IoT MX6UL boards with SD boot:
/OK3568_Linux_fs/u-boot/board/engicam/isiotmx6ul/
H A DREADME1 How to use U-Boot on Engicam Is.IoT MX6UL Starter Kit:
4 - Configure U-Boot for Engicam Is.IoT MX6UL
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0133-kern-efi-Add-initial-stack-protector-implementation.patch42 # Is this a reliable test case?
50 +# Is this a reliable test case?
54 +[# `$CC -c -o ...' might not be portable. But, oh, well... Is calling
67 +# Is this a reliable test case?
71 +[# `$CC -c -o ...' might not be portable. But, oh, well... Is calling
125 +# Is this a reliable test case?
136 +# `$CC -c -o ...' might not be portable. But, oh, well... Is calling
152 +# Is this a reliable test case?
159 +# `$CC -c -o ...' might not be portable. But, oh, well... Is calling
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/license/
H A Dincompatible-license.bb2 DESCRIPTION = "Is licensed with an SPDX license to be used for testing"
H A Dincompatible-nonspdx-license.bb2 DESCRIPTION = "Is licensed with a non-SPDX license to be used for testing"
H A Dincompatible-licenses.bb2 DESCRIPTION = "Is licensed with multiple SPDX licenses to be used for testing"
H A Dincompatible-license-alias.bb2 DESCRIPTION = "Is licensed with an alias of an SPDX license to be used for testing"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Ddocument.h415 static bool Is(const ValueType& v) { return v.IsBool(); }
423 static bool Is(const ValueType& v) { return v.IsInt(); }
431 static bool Is(const ValueType& v) { return v.IsUint(); }
439 static bool Is(const ValueType& v) { return v.IsInt64(); }
447 static bool Is(const ValueType& v) { return v.IsUint64(); }
455 static bool Is(const ValueType& v) { return v.IsDouble(); }
463 static bool Is(const ValueType& v) { return v.IsFloat(); }
472 static bool Is(const ValueType& v) { return v.IsString(); }
482 static bool Is(const ValueType& v) { return v.IsString(); }
491 static bool Is(const ValueType& v) { return v.IsArray(); }
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3-sphinxcontrib-qthelp_1.0.3.bb1 DESCRIPTION = "Is a sphinx extension which outputs QtHelp document."
/OK3568_Linux_fs/buildroot/package/giblib/
H A D0001-fix-imlib2-detection.patch21 AC_MSG_ERROR(Cannot find imlib2: Is imlib2-config in the path?) )
54 AC_MSG_ERROR(Cannot find imlib2: Is imlib2-config in the path?) )
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx6ul-isiot-emmc.dts12 model = "Engicam Is.IoT MX6UL eMMC Starter kit";
H A Dimx6ul-isiot-nand.dts12 model = "Engicam Is.IoT MX6UL NAND Starter kit";
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dabort-macro.S19 cmp \tmp, # 0x5600 @ Is it ldrsb?
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/
H A Dllvm-project-source.inc77 …triple += '\\n if (Distro.Is' + distro_id.upper() + '())\\n return "x86_64-' + distro_triple…
79 …check += '\\nbool Is' + distro_id.upper() + '() const { return DistroVal == ' + distro_id.upper() …
/OK3568_Linux_fs/buildroot/package/fail2ban/
H A D0001-fixed-possible-RCE-vulnerability-unset-escape-variable.patch25 # Notes.: Your system mail command. Is passed 2 args: subject and recipient
38 # Notes.: Your system mail command. Is passed 2 args: subject and recipient
89 # Notes.: Your system mail command. Is passed 2 args: subject and recipient
/OK3568_Linux_fs/buildroot/configs/
H A Dengicam_imx6ul_isiot_defconfig36 BR2_TARGET_GENERIC_ISSUE="Welcome to Engicam Is.IoT eMMC Starter Kit"
/OK3568_Linux_fs/yocto/meta-clang/.github/ISSUE_TEMPLATE/
H A Dfeature_request.md10 **Is your feature request related to a problem? Please describe.**
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/dac/
H A Dti,dac7612.txt5 Is is programmable through an SPI interface.

123456789