Home
last modified time | relevance | path

Searched defs:mode (Results 1626 - 1650 of 4128) sorted by relevance

1...<<61626364656667686970>>...166

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c323 void linux_hrtimer_init(struct hrtimer *timer, clockid_t clockID, enum hrtimer_mode mode) in linux_hrtimer_init() argument
365 int linux_hrtimer_start(struct hrtimer *timer, union ktime time, const enum hrtimer_mode mode) in linux_hrtimer_start() argument
/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.h103 mode_t mode; member
123 mode_t mode; member
158 mode_t mode; member
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DDecimalQuantityTest.java124 testDecimalQuantity( int t, String str, List<LocalizedNumberFormatter> formats, int mode) testDecimalQuantity() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DConformanceTest.java282 private static int getModeNumber(Normalizer.Mode mode) { in getModeNumber() argument
296 boolean checkNorm(Normalizer.Mode mode, int options, // Normalizer2 norm2, in checkNorm() argument
354 cross(String s1, String s2,Normalizer.Mode mode) cross() argument
366 iterativeNorm(String str, Normalizer.Mode mode, StringBuffer buf, int dir ,int options) iterativeNorm() argument
395 iterativeNorm(StringCharacterIterator str, Normalizer.Mode mode, StringBuffer buf, int dir,int options) iterativeNorm() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DConformanceTest.java279 private static int getModeNumber(Normalizer.Mode mode) { in getModeNumber() argument
293 boolean checkNorm(Normalizer.Mode mode, int options, // Normalizer2 norm2, in checkNorm() argument
351 cross(String s1, String s2,Normalizer.Mode mode) cross() argument
363 iterativeNorm(String str, Normalizer.Mode mode, StringBuffer buf, int dir ,int options) iterativeNorm() argument
392 iterativeNorm(StringCharacterIterator str, Normalizer.Mode mode, StringBuffer buf, int dir,int options) iterativeNorm() argument
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DNormalizerPerformanceTest.java631 String[] normalizeInput(String[] src, Normalizer.Mode mode) { in normalizeInput() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DBidiFmwk.java106 protected static String modeToString(int mode) { in modeToString() argument
59 assertEquals(String message, String expected, String actual, String src, String mode, String option, String level) assertEquals() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DDecimalQuantityTest.java121 testDecimalQuantity( int t, String str, List<LocalizedNumberFormatter> formats, int mode) testDecimalQuantity() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
H A DBidiFmwk.java109 protected static String modeToString(int mode) { in modeToString() argument
62 assertEquals(String message, String expected, String actual, String src, String mode, String option, String level) assertEquals() argument
/third_party/libsnd/src/
H A Dmpeg_l3_encode.c242 mpeg_l3_encoder_set_bitrate_mode (SF_PRIVATE *psf, int mode) in mpeg_l3_encoder_set_bitrate_mode() argument
H A Ddwvw.c154 dwvw_seek (SF_PRIVATE *psf, int UNUSED (mode), sf_count_t offset) in dwvw_seek() argument
H A Ddither.c87 dither_init (SF_PRIVATE *psf, int mode) in dither_init() argument
H A Dgsm610.c375 gsm610_seek (SF_PRIVATE *psf, int UNUSED (mode), sf_count_t offset) in gsm610_seek() argument
H A Dg72x.c347 g72x_seek (SF_PRIVATE *psf, int UNUSED (mode), sf_count_t UNUSED (offset)) in g72x_seek() argument
/third_party/libuv/src/unix/
H A Dpipe.c191 int mode; in uv_pipe_open() local
429 int uv_pipe_chmod(uv_pipe_t* handle, int mode) { in uv_pipe_chmod() argument
[all...]
H A Dtty.c142 int mode; in uv_tty_init() local
281 uv_tty_set_mode(uv_tty_t* tty, uv_tty_mode_t mode) uv_tty_set_mode() argument
[all...]
/third_party/libsnd/include/
H A Dsndfile.hh174 SndfileHandle::SndfileHandle (const char *path, int mode, int fmt, int chans, int srate) in SndfileHandle() argument
196 SndfileHandle::SndfileHandle (std::string const & path, int mode, int fmt, int chans, int srate) in SndfileHandle() argument
218 SndfileHandle::SndfileHandle (int fd, bool close_desc, int mode, in argument
243 SndfileHandle(SF_VIRTUAL_IO &sfvirtual, void *user_data, int mode, int fmt, int chans, int srate) SndfileHandle() argument
430 SndfileHandle(const wchar_t *wpath, int mode, int fmt, int chans, int srate) SndfileHandle() argument
[all...]
/third_party/libsnd/programs/
H A Dsndfile-info.c271 str_of_type (int mode) in str_of_type() argument
/third_party/libwebsockets/lib/misc/
H A Ddiskcache.c121 lws_diskcache_prepare(const char *cache_base_dir, int mode, uid_t uid) in lws_diskcache_prepare() argument
/third_party/mbedtls/library/
H A Dpsa_crypto_cipher.c126 mbedtls_cipher_values_from_psa( psa_algorithm_t alg, psa_key_type_t key_type, size_t *key_bits, mbedtls_cipher_mode_t *mode, mbedtls_cipher_id_t *cipher_id) mbedtls_cipher_values_from_psa() argument
264 mbedtls_cipher_mode_t mode; mbedtls_cipher_info_from_psa() local
[all...]
H A Dchachapoly.c104 mbedtls_chachapoly_starts(mbedtls_chachapoly_context *ctx, const unsigned char nonce[12], mbedtls_chachapoly_mode_t mode) mbedtls_chachapoly_starts() argument
244 chachapoly_crypt_and_tag(mbedtls_chachapoly_context *ctx, mbedtls_chachapoly_mode_t mode, size_t length, const unsigned char nonce[12], const unsigned char *aad, size_t aad_len, const unsigned char *input, unsigned char *output, unsigned char tag[16]) chachapoly_crypt_and_tag() argument
H A Dpsa_crypto_aead.c35 mbedtls_cipher_mode_t mode; in psa_aead_setup() local
/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Dsiaddrlib.h51 AddrTileMode mode; member
/third_party/libcoap/include/oscore/
H A Doscore_context.h95 oscore_mode_t mode; member
/third_party/mbedtls/programs/x509/
H A Dcert_app.c78 int mode; /* the mode to run the application in */ member

Completed in 22 milliseconds

1...<<61626364656667686970>>...166