Home
last modified time | relevance | path

Searched full:require (Results 1 – 25 of 4192) sorted by relevance

12345678910>>...168

/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 Dboost_concept_check.h169 _Tp __a _IsUnused; // require default constructor in _GLIBCXX_VISIBILITY()
177 __a = __a; // require assignment operator in _GLIBCXX_VISIBILITY()
185 // functions? present way would require a default ctor, i think... in _GLIBCXX_VISIBILITY()
192 _Tp __a(__b); // require copy constructor in _GLIBCXX_VISIBILITY()
193 _Tp* __ptr _IsUnused = &__a; // require address of operator in _GLIBCXX_VISIBILITY()
197 _Tp __c _IsUnused(__a); // require const copy constructor in _GLIBCXX_VISIBILITY()
198 const _Tp* __ptr _IsUnused = &__a; // require const address of operator in _GLIBCXX_VISIBILITY()
209 __a = __a; // require assignment operator in _GLIBCXX_VISIBILITY()
233 // 1) require the return type to be exactly bool in _GLIBCXX_VISIBILITY()
319 const _Return& __r _IsUnused = __f();// require operator() member function in _GLIBCXX_VISIBILITY()
[all …]
/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 Dboost_concept_check.h169 _Tp __a _IsUnused; // require default constructor in _GLIBCXX_VISIBILITY()
177 __a = __a; // require assignment operator in _GLIBCXX_VISIBILITY()
185 // functions? present way would require a default ctor, i think... in _GLIBCXX_VISIBILITY()
192 _Tp __a(__b); // require copy constructor in _GLIBCXX_VISIBILITY()
193 _Tp* __ptr _IsUnused = &__a; // require address of operator in _GLIBCXX_VISIBILITY()
197 _Tp __c _IsUnused(__a); // require const copy constructor in _GLIBCXX_VISIBILITY()
198 const _Tp* __ptr _IsUnused = &__a; // require const address of operator in _GLIBCXX_VISIBILITY()
209 __a = __a; // require assignment operator in _GLIBCXX_VISIBILITY()
233 // 1) require the return type to be exactly bool in _GLIBCXX_VISIBILITY()
319 const _Return& __r _IsUnused = __f();// require operator() member function in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A DKconfig113 modules require CRC-CCITT functions, but a module built outside
115 functions require M here.
121 modules require CRC16 functions, but a module built outside
123 functions require M here.
138 modules require CRC ITU-T V.41 functions, but a module built outside
140 functions require M here.
148 modules require CRC32/CRC32c functions, but a module built outside
150 functions require M here.
212 modules require CRC64 functions, but a module built outside
214 functions require M here.
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dconcept_check.hpp138 TT a; // require default constructor
147 a = b; // require assignment operator
168 TT a(b); // require copy constructor
169 TT* ptr = &a; // require address of operator
175 TT c(a); // require const copy constructor
176 const TT* ptr = &a; // require const address of operator
189 a = b; // require assignment operator
221 // 1) require the return type to be exactly bool
356 Return r = f(first, second); // require operator()
382 require_boolean_expr(f(arg)); // require operator() returning bool
[all …]
H A Dinteger_fwd.hpp107 template< boost::long_long_type MaxValue > // maximum value to require support
109 template< long MaxValue > // maximum value to require support
114 template< boost::long_long_type MinValue > // minimum value to require support
116 template< long MinValue > // minimum value to require support
121 template< boost::ulong_long_type MaxValue > // maximum value to require support
123 template< unsigned long MaxValue > // maximum value to require support
/OK3568_Linux_fs/kernel/tools/testing/fault-injection/
H A Dfailcmd.sh43 --stacktrace-depth=value, --require-start=value, --require-end=value,
88 LONGOPTS=$LONGOPTS,stacktrace-depth:,require-start:,require-end:
162 --require-start)
163 echo $2 > $FAULTATTR/require-start
166 --require-end)
167 echo $2 > $FAULTATTR/require-end
/OK3568_Linux_fs/kernel/arch/mips/tools/
H A Dgeneric-board-config.sh14 # # require CONFIG_CPU_MIPS32_R2=y
15 # # require CONFIG_CPU_LITTLE_ENDIAN=y
51 # For each line beginning with # require, cut out the field following
55 grep -E '^# require ' "${board_cfg}" | \
60 # If we require something =y then we check that a line
65 # If we require something =n then we just invert that
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/concept/detail/
H A Dmsvc.hpp56 struct require struct
71 struct require struct
88 struct require<void(*)(Model)> struct
92 require<Model>(); in failed()
100 sizeof(::boost::concepts::require<ModelFnPtr>) \ argument
106 require<Model>
/OK3568_Linux_fs/buildroot/package/efl/
H A D0011-gl_drm-Support-external-dmabuf.patch27 + "#extension GL_OES_EGL_image_external : require\n"
36 - "extension GL_OES_EGL_image_external : require\n"
50 +#extension GL_OES_EGL_image_external : require
59 -extension GL_OES_EGL_image_external : require
89 + "#extension GL_OES_EGL_image_external : require\n"
98 - "extension GL_OES_EGL_image_external : require\n"
112 +#extension GL_OES_EGL_image_external : require
121 -extension GL_OES_EGL_image_external : require
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/
H A Ddefaultsetup.conf6 require conf/distro/include/tcmode-${TCMODE}.inc
7 require conf/distro/include/tclibc-${TCLIBC}.inc
9 require conf/distro/include/uninative-flags.inc
21 require conf/distro/include/init-manager-${INIT_MANAGER}.inc
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dima_rw.c66 unsigned ch, /* channel number to decode, REQUIRE 0 <= ch < chans */ in ImaExpandS()
70 int n, /* samples to decode PER channel, REQUIRE n % 8 == 1 */ in ImaExpandS()
137 int n /* samples to decode PER channel, REQUIRE n % 8 == 1 */ in lsx_ima_block_expand_i()
150 int n /* samples to decode PER channel, REQUIRE n % 8 == 1 */ in lsx_ima_block_expand_m()
159 unsigned ch, /* channel number to encode, REQUIRE 0 <= ch < chans */ in ImaMashS()
163 int n, /* samples to encode PER channel, REQUIRE n % 8 == 1 */ in ImaMashS()
164 int *st, /* input/output state, REQUIRE 0 <= *st <= ISSTMAX */ in ImaMashS()
246 unsigned ch, /* channel number to encode, REQUIRE 0 <= ch < chans */ in ImaMashChannel()
249 int n, /* samples to encode PER channel, REQUIRE n % 8 == 1 */ in ImaMashChannel()
250 int *st, /* input/output state, REQUIRE 0 <= *st <= ISSTMAX */ in ImaMashChannel()
[all …]
/OK3568_Linux_fs/external/rockit/mpi/sdk/lib/
HDlibgraphic_lsf.so ... ; } #version 310 es #extension GL_OES_EGL_image_external : require #extension GL_EXT_YUV_target : require precision highp float; in ...
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/
H A D0013-Fix-html_minifier-script-for-node-v12.patch14 suggests "const fileHandle = require("fs").promises;"
29 const path = require('path');
30 -const fs = require('fs/promises');
31 +const fs = require('fs').promises;
/OK3568_Linux_fs/yocto/poky/meta-poky/conf/distro/
H A Dpoky.conf63 require conf/distro/include/poky-world-exclude.inc
64 require conf/distro/include/no-static-libs.inc
65 require conf/distro/include/yocto-uninative.inc
66 require conf/distro/include/security_flags.inc
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/
H A Dgdb-cross-canadian_11.2.bb1 require gdb-common.inc
2 require gdb-cross-canadian.inc
3 require gdb.inc
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/
H A Dbinutils-cross_2.38.bb1 require binutils.inc
2 require binutils-${PV}.inc
3 require binutils-cross.inc
H A Dbinutils-cross-canadian_2.38.bb1 require binutils.inc
2 require binutils-${PV}.inc
3 require binutils-cross-canadian.inc
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/
H A Drust-cross-canadian_1.59.0.bb1 require rust-cross-canadian.inc
2 require rust-source.inc
3 require rust-snapshot.inc
H A Drust-tools-cross-canadian_1.59.0.bb1 require rust-tools-cross-canadian.inc
2 require rust-source.inc
3 require rust-snapshot.inc
H A Drust-cross_1.59.0.bb1 require rust.inc
3 require rust-cross.inc
4 require rust-source.inc
H A Drust-crosssdk_1.59.0.bb1 require rust.inc
3 require rust-cross.inc
4 require rust-source.inc
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/cargo/
H A Dcargo_1.59.0.bb1 require recipes-devtools/rust/rust-source.inc
2 require recipes-devtools/rust/rust-snapshot.inc
3 require cargo.inc
H A Dcargo-cross-canadian_1.59.0.bb1 require recipes-devtools/rust/rust-source.inc
2 require recipes-devtools/rust/rust-snapshot.inc
6 require cargo-cross-canadian.inc
/OK3568_Linux_fs/kernel/lib/crypto/
H A DKconfig22 Blake2s library interface that require the generic code as a
38 ChaCha library interface that require the generic code as a
64 Curve25519 library interface that require the generic code as a
100 Poly1305 library interface that require the generic code as a
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/
H A Dqemumips.conf5 require conf/machine/include/qemu.inc
6 require conf/machine/include/mips/tune-mips32r2.inc
7 require conf/machine/include/mips/qemuboot-mips.inc

12345678910>>...168