Home
last modified time | relevance | path

Searched full:contained (Results 1 – 25 of 3526) sorted by relevance

12345678910>>...142

/OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/syntax/
H A Dbitbake.vim37 syn keyword bbTodo COMBAK FIXME TODO XXX contained
41 syn match bbQuote +['"]+ contained
42 syn match bbDelimiter "[(){}=]" contained
43 syn match bbArrayBrackets "[\[\]]" contained
47 syn region bbString matchgroup=bbQuote start=+"+ skip=+\\$+ end=+"+ contained contains=…
48 syn region bbString matchgroup=bbQuote start=+'+ skip=+\\$+ end=+'+ contained contains=…
52 syn keyword bbExportFlag export contained nextgroup=bbIdentifier skipwhite
53 syn match bbIdentifier "[a-zA-Z0-9\-_\.\/\+]\+" display contained
54 syn match bbVarDeref "${[a-zA-Z0-9\-_:\.\/\+]\+}" contained
55 syn match bbVarEq "\(:=\|+=\|=+\|\.=\|=\.\|?=\|??=\|=\)" contained nextgroup=bbVarVal…
[all …]
/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/experimental/
H A Dany87 * An @c any object's state is either empty or it stores a contained object
92 // Holds either pointer to a heap object or the contained object itself.
115 struct _Manager_external; // creates contained object on the heap
161 /// Construct with a copy of @p __value as the contained object.
171 "The contained object must be CopyConstructible");
174 /// Construct with a copy of @p __value as the contained object.
184 "The contained object must be CopyConstructible");
218 /// Store a copy of @p __rhs as the contained object.
229 /// If not empty, destroy the contained object.
271 /// Reports whether there is a contained object or not.
[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/experimental/
H A Dany87 * An @c any object's state is either empty or it stores a contained object
92 // Holds either pointer to a heap object or the contained object itself.
115 struct _Manager_external; // creates contained object on the heap
161 /// Construct with a copy of @p __value as the contained object.
171 "The contained object must be CopyConstructible");
174 /// Construct with a copy of @p __value as the contained object.
184 "The contained object must be CopyConstructible");
218 /// Store a copy of @p __rhs as the contained object.
229 /// If not empty, destroy the contained object.
271 /// Reports whether there is a contained object or not.
[all …]
/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/
H A Dany74 * An @c any object's state is either empty or it stores a contained object
79 // Holds either pointer to a heap object or the contained object itself.
101 struct _Manager_external; // creates contained object on the heap
111 /// Emplace with an object created from @p __args as the contained object.
122 /// the contained object.
182 /// Construct with a copy of @p __value as the contained object.
193 /// Construct with an object created from @p __args as the contained object.
205 /// the contained object.
250 /// Store a copy of @p __rhs as the contained object.
259 /// Emplace with an object created from @p __args as the contained object.
[all …]
H A Dcxxabi.h412 // The type sub_kind tells us about how a base object is contained
415 // not publicly contained.
421 // Not contained within us (in some circumstances this might
422 // mean not contained publicly)
425 // Contained ambiguously.
434 // Contained within us.
460 // Indicate whether SRC_PTR of type SRC_TYPE is contained publicly
463 // objects might be contained within this type. If SRC_PTR is one
/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/
H A Dany74 * An @c any object's state is either empty or it stores a contained object
79 // Holds either pointer to a heap object or the contained object itself.
101 struct _Manager_external; // creates contained object on the heap
111 /// Emplace with an object created from @p __args as the contained object.
122 /// the contained object.
182 /// Construct with a copy of @p __value as the contained object.
193 /// Construct with an object created from @p __args as the contained object.
205 /// the contained object.
250 /// Store a copy of @p __rhs as the contained object.
259 /// Emplace with an object created from @p __args as the contained object.
[all …]
H A Dcxxabi.h412 // The type sub_kind tells us about how a base object is contained
415 // not publicly contained.
421 // Not contained within us (in some circumstances this might
422 // mean not contained publicly)
425 // Contained ambiguously.
434 // Contained within us.
460 // Indicate whether SRC_PTR of type SRC_TYPE is contained publicly
463 // objects might be contained within this type. If SRC_PTR is one
/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 Dregex_error.h66 /** The expression contained an invalid collating element name. */ in _GLIBCXX_VISIBILITY()
69 /** The expression contained an invalid character class name. */ in _GLIBCXX_VISIBILITY()
73 * The expression contained an invalid escaped character, or a trailing in _GLIBCXX_VISIBILITY()
78 /** The expression contained an invalid back reference. */ in _GLIBCXX_VISIBILITY()
81 /** The expression contained mismatched [ and ]. */ in _GLIBCXX_VISIBILITY()
84 /** The expression contained mismatched ( and ). */ in _GLIBCXX_VISIBILITY()
87 /** The expression contained mismatched { and } */ in _GLIBCXX_VISIBILITY()
90 /** The expression contained an invalid range in a {} expression. */ in _GLIBCXX_VISIBILITY()
94 * The expression contained an invalid character range, in _GLIBCXX_VISIBILITY()
/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 Dregex_error.h66 /** The expression contained an invalid collating element name. */ in _GLIBCXX_VISIBILITY()
69 /** The expression contained an invalid character class name. */ in _GLIBCXX_VISIBILITY()
73 * The expression contained an invalid escaped character, or a trailing in _GLIBCXX_VISIBILITY()
78 /** The expression contained an invalid back reference. */ in _GLIBCXX_VISIBILITY()
81 /** The expression contained mismatched [ and ]. */ in _GLIBCXX_VISIBILITY()
84 /** The expression contained mismatched ( and ). */ in _GLIBCXX_VISIBILITY()
87 /** The expression contained mismatched { and } */ in _GLIBCXX_VISIBILITY()
90 /** The expression contained an invalid range in a {} expression. */ in _GLIBCXX_VISIBILITY()
94 * The expression contained an invalid character range, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DTORQUE-1.111 …yright notice and the acknowledgment contained in paragraph 5, this list of conditions and the dis…
13 …yright notice and the acknowledgment contained in paragraph 4, this list of conditions and the dis…
/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/parallel/
H A Dqueue.h50 * @param _Tp Contained element type. */
58 /** @brief Maximal number of elements contained at the same time. */
61 /** @brief Cyclic __begin and __end pointers contained in one
67 * @param __max_size Maximal number of elements to be contained. */
/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/parallel/
H A Dqueue.h50 * @param _Tp Contained element type. */
58 /** @brief Maximal number of elements contained at the same time. */
61 /** @brief Cyclic __begin and __end pointers contained in one
67 * @param __max_size Maximal number of elements to be contained. */
/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 Dsese.h93 /* Basic blocks contained in this SESE. */
119 /* Checks whether BB is contained in the region delimited by ENTRY and
130 /* Checks whether BB is contained in the region delimited by ENTRY and
185 loop_1 exists, but is not completely contained in the region -> depth 0
186 loop_2 is completely contained -> depth 1 */
/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 Dsese.h93 /* Basic blocks contained in this SESE. */
119 /* Checks whether BB is contained in the region delimited by ENTRY and
130 /* Checks whether BB is contained in the region delimited by ENTRY and
185 loop_1 exists, but is not completely contained in the region -> depth 0
186 loop_2 is completely contained -> depth 1 */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/
H A Dwithin.hpp44 \tparam GeometryContained geometry-type of input (possibly) contained type
46 \tparam TagContained casted tag of (possibly) contained type
48 \tparam CsTagContained tag of coordinate system of (possibly) contained type
H A Dcovered_by.hpp45 \tparam GeometryContained geometry-type of input (possibly) contained type
47 \tparam TagContained casted tag of (possibly) contained type
49 \tparam CsTagContained tag of coordinate system of (possibly) contained type
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dsections.h98 * memory_contains - checks if an object is contained within a memory region
105 * contained within the memory region defined by @begin and @end, false
137 * init_section_contains - checks if an object is contained within the init
143 * contained within the init section, false otherwise.
/OK3568_Linux_fs/kernel/drivers/video/
H A Dhdmi.c101 * Packs the information contained in the @frame structure into a binary
192 * contained in the @frame structure into a binary representation that
268 * Packs the information contained in the @frame structure into a binary
322 * contained in the @frame structure into a binary representation that
392 * Packs the information contained in the @frame structure into a binary
457 * contained in the @frame structure into a binary representation that
555 * Packs the information contained in the @frame structure into a binary
618 * contained in the @frame structure into a binary representation that
699 * Packs the information contained in the @frame structure into a binary
772 * contained in the @frame structure into a binary representation that
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dpool.h45 // reference to a previously existing |CRYPTO_BUFFER| that contained the same
64 // CRYPTO_BUFFER_data returns a pointer to the data contained in |buf|.
67 // CRYPTO_BUFFER_len returns the length, in bytes, of the data contained in
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dpool.h45 // reference to a previously existing |CRYPTO_BUFFER| that contained the same
64 // CRYPTO_BUFFER_data returns a pointer to the data contained in |buf|.
67 // CRYPTO_BUFFER_len returns the length, in bytes, of the data contained in
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddm-log-userspace.h63 * The UUID contained in the dm_ulog_request structure is the reference that
83 * The UUID contained in the dm_ulog_request structure is all that is
102 * The UUID contained in the dm_ulog_request structure is all that is
121 * The UUID contained in the dm_ulog_request structure is all that is
140 * The UUID contained in the dm_ulog_request structure is all that is
235 * The number of regions contained in the payload can be determined from
254 * The number of regions contained in the payload can be determined from
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Ddm-log-userspace.h63 * The UUID contained in the dm_ulog_request structure is the reference that
83 * The UUID contained in the dm_ulog_request structure is all that is
102 * The UUID contained in the dm_ulog_request structure is all that is
121 * The UUID contained in the dm_ulog_request structure is all that is
140 * The UUID contained in the dm_ulog_request structure is all that is
235 * The number of regions contained in the payload can be determined from
254 * The number of regions contained in the payload can be determined from
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Ddm-log-userspace.h63 * The UUID contained in the dm_ulog_request structure is the reference that
83 * The UUID contained in the dm_ulog_request structure is all that is
102 * The UUID contained in the dm_ulog_request structure is all that is
121 * The UUID contained in the dm_ulog_request structure is all that is
140 * The UUID contained in the dm_ulog_request structure is all that is
235 * The number of regions contained in the payload can be determined from
254 * The number of regions contained in the payload can be determined from
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dpool.h45 // reference to a previously existing |CRYPTO_BUFFER| that contained the same
74 // CRYPTO_BUFFER_data returns a pointer to the data contained in |buf|.
77 // CRYPTO_BUFFER_len returns the length, in bytes, of the data contained in
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dpool.h45 // reference to a previously existing |CRYPTO_BUFFER| that contained the same
74 // CRYPTO_BUFFER_data returns a pointer to the data contained in |buf|.
77 // CRYPTO_BUFFER_len returns the length, in bytes, of the data contained in

12345678910>>...142