Home
last modified time | relevance | path

Searched refs:in (Results 1 - 20 of 20) sorted by relevance

/interface/sdk_c/third_party/musl/ndk_script/
H A Dtoolchain.sh7 case "${arg}" in
30 for i in $ndk_dir
40 for file in `ls $1`
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/
H A Duconfig.h36 * Most of them used to be defined elsewhere (e.g., in utypes.h or platform.h)
141 * Whether to enable Dynamic loading in ICU.
219 # error Contradictory collation switches in uconfig.h.
230 * This switch turns off all file access in the common library
232 * ICU data must then be provided in the form of a data DLL (or with an
233 * equivalent way to link to the data residing in an executable,
234 * as in building a combined library with both the common library's code and
239 * File access is not used at all in the i18n library.
251 # error Contradictory file io switches in uconfig.h.
261 * in utype
[all...]
/interface/sdk_c/CryptoArchitectureKit/
H A Dcrypto_sym_cipher.h4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
55 /** Indicates the additional Authenticated Data in GCM mode. */
150 * @param in Indicates the data to be encrypted or decrypted.
161 OH_Crypto_ErrCode OH_CryptoSymCipher_Update(OH_CryptoSymCipher *ctx, Crypto_DataBlob *in, Crypto_DataBlob *out);
167 * @param in Indicates the data to be encrypted or decrypted.
178 OH_Crypto_ErrCode OH_CryptoSymCipher_Final(OH_CryptoSymCipher *ctx, Crypto_DataBlob *in, Crypto_DataBlob *out);
H A Dcrypto_signature.h4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
59 /** Indicates the salt length in bits. */
108 * @param in Indicates the data need to be verified.
118 OH_Crypto_ErrCode OH_CryptoVerify_Update(OH_CryptoVerify *ctx, Crypto_DataBlob *in);
124 * @param in Indicates the data need to be verified.
131 bool OH_CryptoVerify_Final(OH_CryptoVerify *ctx, Crypto_DataBlob *in, Crypto_DataBlob *signData);
H A Dcrypto_digest.h4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
70 * @param in Indicates the dataBlob.
79 OH_Crypto_ErrCode OH_CryptoDigest_Update(OH_CryptoDigest *ctx, Crypto_DataBlob *in);
/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Difaddrs.h9 #include <netinet/in.h>
H A Dnetdb.h9 #include <netinet/in.h>
60 /* Legacy functions follow (marked OBsolete in SUS) */
H A Dresolv.h6 #include <netinet/in.h>
/interface/sdk_c/third_party/musl/ndk_musl_include/arpa/
H A Dinet.h9 #include <netinet/in.h>
/interface/sdk_c/third_party/musl/ndk_musl_include/netinet/
H A Digmp.h5 #include <netinet/in.h>
H A Dip6.h9 #include <netinet/in.h>
H A Dip_icmp.h5 #include <netinet/in.h>
H A Dip.h9 #include <netinet/in.h>
H A Dicmp6.h11 #include <netinet/in.h>
/interface/sdk_c/tee/include/
H A Dtee_service_public.h4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
133 uint32_t in; member
/interface/sdk_c/distributeddatamgr/relational_store/include/
H A Doh_predicates.h4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
25 * To satisfy different needs in complicated scenarios, the RDB store offers a series of APIs for performing operations
82 * @param field Indicates the column name in the database table.
97 * @param field Indicates the column name in the database table.
159 * @param field Indicates the column name in the database table.
172 * @param field Indicates the column name in the database table.
185 * @param field Indicates the column name in the database table.
199 * @param field Indicates the column name in the database table.
214 * @param field Indicates the column name in th
362 OH_Predicates *(*in)(OH_Predicates *predicates, const char *field, OH_VObject *valueObject); global() member
[all...]
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/utils/
H A DFileUtils.java4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
254 try (InputStream in = new FileInputStream(props)) { in getNodePath()
255 properties.load(in); in getNodePath()
/interface/sdk_c/third_party/libuv/include/uv/
H A Dunix.h5 * deal in the Software without restriction, including without limitation the
10 * The above copyright notice and this permission notice shall be included in
31 #include <netinet/in.h>
141 /* Note: guard clauses should match uv_barrier_init's in src/unix/thread.c. */
145 /* TODO(bnoordhuis) Merge into uv_barrier_t in v2. */
150 unsigned in; member
157 /* TODO(bnoordhuis) Remove padding in v2. */
239 void (*async_unused)(void); /* TODO(bnoordhuis) Remove in libuv v2. */ \
/interface/sdk_c/third_party/musl/ndk_musl_include/net/
H A Droute.h11 #include <netinet/in.h>
/interface/sdk_c/third_party/zlib/
H A Dzlib.h16 in a product, an acknowledgment in the product documentation would be
27 Comments) 1950 to 1952 in the files http://tools.ietf.org/html/rfc1950
48 The 'zlib' compression library provides in-memory compression and
54 Compression can be done in a single step if the buffers are large enough,
59 The compressed data format used by default by the in-memory functions is
60 the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped
61 around a deflate stream, which is itself documented in RFC 1951.
63 The library also supports reading and writing files in gzip (.gz) format
66 gzip wrapper, documented in RF
[all...]

Completed in 9 milliseconds