| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/ |
| H A D | tuple.hpp | 263 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 D | indexed_tuple.hpp | 26 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 D | fold.hpp | 22 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 D | partial_sum.hpp | 22 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 D | exclusive_scan.hpp | 21 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 D | type_by_index.hpp | 41 template< std::size_t... Is > 42 struct get_nth< index_sequence< Is... > > 45 static T deduce( any< Is & 0 >..., T*, ... );
|
| H A D | sum.hpp | 43 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 D | readme.txt | 2 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 D | README | 1 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 D | 0133-kern-efi-Add-initial-stack-protector-implementation.patch | 42 # 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 D | incompatible-license.bb | 2 DESCRIPTION = "Is licensed with an SPDX license to be used for testing"
|
| H A D | incompatible-nonspdx-license.bb | 2 DESCRIPTION = "Is licensed with a non-SPDX license to be used for testing"
|
| H A D | incompatible-licenses.bb | 2 DESCRIPTION = "Is licensed with multiple SPDX licenses to be used for testing"
|
| H A D | incompatible-license-alias.bb | 2 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 D | document.h | 415 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 D | python3-sphinxcontrib-qthelp_1.0.3.bb | 1 DESCRIPTION = "Is a sphinx extension which outputs QtHelp document."
|
| /OK3568_Linux_fs/buildroot/package/giblib/ |
| H A D | 0001-fix-imlib2-detection.patch | 21 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 D | imx6ul-isiot-emmc.dts | 12 model = "Engicam Is.IoT MX6UL eMMC Starter kit";
|
| H A D | imx6ul-isiot-nand.dts | 12 model = "Engicam Is.IoT MX6UL NAND Starter kit";
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | abort-macro.S | 19 cmp \tmp, # 0x5600 @ Is it ldrsb?
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/ |
| H A D | llvm-project-source.inc | 77 …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 D | 0001-fixed-possible-RCE-vulnerability-unset-escape-variable.patch | 25 # 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 D | engicam_imx6ul_isiot_defconfig | 36 BR2_TARGET_GENERIC_ISSUE="Welcome to Engicam Is.IoT eMMC Starter Kit"
|
| /OK3568_Linux_fs/yocto/meta-clang/.github/ISSUE_TEMPLATE/ |
| H A D | feature_request.md | 10 **Is your feature request related to a problem? Please describe.**
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/dac/ |
| H A D | ti,dac7612.txt | 5 Is is programmable through an SPI interface.
|