| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | make_signed.hpp | 35 typedef typename conditional< 42 typename conditional< 47 typename conditional< 50 typename conditional< 53 typename conditional< 56 typename conditional< 61 typename conditional< 79 typename conditional< 82 typename conditional< 85 typename conditional< [all …]
|
| H A D | make_unsigned.hpp | 35 typedef typename conditional< 41 typename conditional< 46 typename conditional< 49 typename conditional< 52 typename conditional< 55 typename conditional< 60 typename conditional< 78 typename conditional< 81 typename conditional< 84 typename conditional< [all …]
|
| H A D | conditional.hpp | 14 template <bool b, class T, class U> struct conditional { typedef T type; }; struct 15 template <class T, class U> struct conditional<false, T, U> { typedef U type; }; struct 19 template <bool b, class T, class U> using conditional_t = typename conditional<b, T, U>::type;
|
| H A D | type_with_alignment.hpp | 159 typedef boost::conditional< 168 typedef boost::conditional< 177 typedef boost::conditional< 185 typedef boost::conditional< 193 typedef boost::conditional<
|
| H A D | copy_cv.hpp | 25 …typedef typename boost::conditional<boost::is_const<U>::value, typename boost::add_const<T>::type,… 29 …typedef typename boost::conditional<boost::is_volatile<U>::value, typename boost::add_volatile<CT>…
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | script_asm.pl | 271 local ($conditional) = @_; 272 if ($conditional =~ /^\s*(IF|WHEN)\s*(.*)/i) { 274 $conditional = $2; 290 if ($conditional =~ /^NOT\s+(.*)$/i) { 293 $conditional = $1; 302 if ($conditional =~ /^ATN\s*(.*)/i) {# 307 $conditional = $1; 309 } elsif ($conditional =~ /^($phase)\s*(.*)/i) { 313 $conditional = $2; 321 if ($conditional =~ /^(AND|OR)\s*(.*)/i) { [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/detail/ |
| H A D | common_type_impl.hpp | 52 template<class T, class U> struct common_type_class: public boost::conditional< 57 typename boost::conditional< 68 template<class T, class U> struct common_type_impl: public boost::conditional< 79 template<class T, class U> struct common_type_impl3: public boost::conditional< 90 template<class T, class U> struct common_type_impl4: public boost::conditional<
|
| H A D | composite_member_pointer_type.hpp | 78 typedef typename boost::conditional< 82 typename boost::conditional<boost::is_base_of<C2, C1>::value, C1, void>::type
|
| H A D | mp_defer.hpp | 50 template<template<class...> class F, class... T> using mp_defer = typename boost::conditional<mp_va…
|
| /OK3568_Linux_fs/buildroot/utils/checkpackagelib/ |
| H A D | lib_mk.py | 93 self.conditional = 0 99 self.conditional += 1 102 self.conditional -= 1 110 if self.conditional == 0: 297 self.conditional = 0 301 self.conditional += 1 304 self.conditional -= 1 308 if self.conditional > 0:
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bluez5/ |
| H A D | bluez5_5.65.bb | 8 # noinst programs in Makefile.tools that are conditional on READLINE 19 # noinst programs in Makefile.tools that are conditional on TESTING 38 # noinst programs in Makefile.tools that are conditional on TOOLS
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bedbug.c | 1072 int conditional = 0; in find_next_address() local 1109 conditional = 1; in find_next_address() 1125 conditional = 0; in find_next_address() 1138 conditional = 1; in find_next_address() 1151 conditional = 1; in find_next_address() 1156 conditional = 0; in find_next_address() 1161 if (conditional) { in find_next_address() 1217 if (branch && (!conditional || (ctr_ok && cond_ok))) { in find_next_address()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/traits/ |
| H A D | is_backend.hpp | 29 typedef typename boost::conditional< 37 typedef typename boost::conditional <
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux/ |
| H A D | linux-yocto-dev.bb | 28 SRCREV_machine ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", … 29 SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${… 43 # conditional
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/ |
| H A D | konkretcmpi_0.9.2.bb | 23 ${@oe.utils.conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \ 24 ${@oe.utils.conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/misc/ |
| H A D | bugon.cocci | 6 //# with a BUG_ON having the conditional expression of the if statement 61 …lowed by BUG.\nPlease make sure the condition has no side effects (see conditional BUG_ON definiti…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libxml/ |
| H A D | libxml-libxml-perl_2.0134.bb | 27 file://fix-CATALOG-conditional-compile.patch \ 28 file://using-DOCB-conditional.patch \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/x11-common/ |
| H A D | xserver-nodm-init_3.0.bb | 23 REQUIRED_DISTRO_FEATURES = "x11 ${@oe.utils.conditional('ROOTLESS_X', '1', 'pam', '', d)}" 66 RDEPENDS:${PN} = "xinit ${@oe.utils.conditional('ROOTLESS_X', '1', 'xuser-account libcap libcap-bin…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/ |
| H A D | required-distro-features.inc | 7 REQUIRED_DISTRO_FEATURES = "wayland opengl ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', …
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | uses_allocator.h | 89 : conditional< in _GLIBCXX_VISIBILITY() 134 : conditional<uses_allocator<_Tp, _Alloc>::value, in _GLIBCXX_VISIBILITY()
|
| H A D | stl_pair.h | 136 using __converts = typename conditional<__implicit, in _GLIBCXX_VISIBILITY() 150 using __converts = typename conditional<__implicit, in _GLIBCXX_VISIBILITY() 390 operator=(typename conditional< in _GLIBCXX_VISIBILITY() 401 operator=(typename conditional< in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | uses_allocator.h | 89 : conditional< in _GLIBCXX_VISIBILITY() 134 : conditional<uses_allocator<_Tp, _Alloc>::value, in _GLIBCXX_VISIBILITY()
|
| H A D | stl_pair.h | 136 using __converts = typename conditional<__implicit, in _GLIBCXX_VISIBILITY() 150 using __converts = typename conditional<__implicit, in _GLIBCXX_VISIBILITY() 390 operator=(typename conditional< in _GLIBCXX_VISIBILITY() 401 operator=(typename conditional< in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/packagegroups/ |
| H A D | packagegroup-core-weston.bb | 8 REQUIRED_DISTRO_FEATURES = "wayland ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'system…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/ |
| H A D | convert_from_string.hpp | 22 …typedef typename boost::conditional<boost::is_constructible<T, const char*>::value, const char*, T…
|