Home
last modified time | relevance | path

Searched defs:mode (Results 1526 - 1550 of 2401) sorted by relevance

1...<<61626364656667686970>>...97

/third_party/NuttX/fs/nfs/
H A Dnfs_adapter.c1406 int vfs_nfs_mkdir(struct Vnode *parent, const char *dirname, mode_t mode, struct Vnode **vpp) in vfs_nfs_mkdir() argument
2342 vfs_nfs_create(struct Vnode *parent, const char *filename, int mode, struct Vnode **vpp) vfs_nfs_create() argument
[all...]
/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c1166 int tmpfs_create(struct Vnode *dvp, const char *path, int mode, struct Vnode **vpp) in tmpfs_create() argument
2031 tmpfs_mkdir(struct Vnode *parent, const char *relpath, mode_t mode, struct Vnode **vpp) tmpfs_mkdir() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DBasicTest.java808 private void staticTest (Normalizer.Mode mode, in staticTest() argument
853 private void decomposeTest(Normalizer.Mode mode, in decomposeTest() argument
932 private void composeTest(Normalizer.Mode mode, in composeTest() argument
2560 public Normalizer.Mode mode; global() field in BasicTest.TestCompositionCase
2563 TestCompositionCase(Normalizer.Mode mode, int options, String input, String expect) TestCompositionCase() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DBasicTest.java805 private void staticTest (Normalizer.Mode mode, in staticTest() argument
850 private void decomposeTest(Normalizer.Mode mode, in decomposeTest() argument
929 private void composeTest(Normalizer.Mode mode, in composeTest() argument
2557 public Normalizer.Mode mode; global() field in BasicTest.TestCompositionCase
2560 TestCompositionCase(Normalizer.Mode mode, int options, String input, String expect) TestCompositionCase() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNormalizer.java136 private Mode mode; field in Normalizer
577 public Normalizer(String str, Mode mode, int opt) { in Normalizer() argument
602 public Normalizer(CharacterIterator iter, Mode mode, in argument
623 Normalizer(UCharacterIterator iter, Mode mode, int options) Normalizer() argument
863 normalize(String str, Mode mode, int options) normalize() argument
880 normalize(String src,Mode mode) normalize() argument
901 normalize(char[] source,char[] target, Mode mode, int options) normalize() argument
927 normalize(char[] src,int srcStart, int srcLimit, char[] dest,int destStart, int destLimit, Mode mode, int options) normalize() argument
948 normalize(int char32, Mode mode, int options) normalize() argument
968 normalize(int char32, Mode mode) normalize() argument
984 quickCheck(String source, Mode mode) quickCheck() argument
1010 quickCheck(String source, Mode mode, int options) quickCheck() argument
1029 quickCheck(char[] source, Mode mode, int options) quickCheck() argument
1058 quickCheck(char[] source,int start, int limit, Mode mode,int options) quickCheck() argument
1086 isNormalized(char[] src,int start, int limit, Mode mode, int options) isNormalized() argument
1112 isNormalized(String str, Mode mode, int options) isNormalized() argument
1129 isNormalized(int char32, Mode mode,int options) isNormalized() argument
1353 concatenate(char[] left, int leftStart, int leftLimit, char[] right, int rightStart, int rightLimit, char[] dest, int destStart, int destLimit, Normalizer.Mode mode, int options) concatenate() argument
1409 concatenate(char[] left, char[] right,Mode mode, int options) concatenate() argument
1447 concatenate(String left, String right, Mode mode, int options) concatenate() argument
[all...]
H A DMessagePattern.java150 public MessagePattern(ApostropheMode mode) { in MessagePattern() argument
256 public void clearPatternAndSetApostropheMode(ApostropheMode mode) { in clearPatternAndSetApostropheMode() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DSimpleTimeZone.java354 private void setStartRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time, int mode) { in setStartRule() argument
486 setEndRule(int month, int dayOfMonth, int dayOfWeek, int time, int mode, boolean after) setEndRule() argument
509 setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time, int mode) setEndRule() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
H A DBigDecimal.java3580 round(int len, int mode) round() argument
[all...]
/third_party/libsnd/src/
H A Dcommon.c1178 psf_default_seek (SF_PRIVATE *psf, int UNUSED (mode), sf_count_t samples_from_start) in psf_default_seek() argument
1646 str_of_open_mode (int mode) in str_of_open_mode() argument
/third_party/libuv/src/unix/
H A Dfs.c1410 int mode; in uv__fs_statx() local
1679 uv_fs_chmod(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, uv_fs_cb cb) uv_fs_chmod() argument
1715 uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file file, int mode, uv_fs_cb cb) uv_fs_fchmod() argument
1848 uv_fs_mkdir(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, uv_fs_cb cb) uv_fs_mkdir() argument
1887 uv_fs_open(uv_loop_t* loop, uv_fs_t* req, const char* path, int flags, int mode, uv_fs_cb cb) uv_fs_open() argument
[all...]
/third_party/mbedtls/library/
H A Daes.c1024 mbedtls_aes_crypt_ecb(mbedtls_aes_context *ctx, int mode, const unsigned char input[16], unsigned char output[16]) mbedtls_aes_crypt_ecb() argument
1072 mbedtls_aes_crypt_cbc(mbedtls_aes_context *ctx, int mode, size_t length, unsigned char iv[16], const unsigned char *input, unsigned char *output) mbedtls_aes_crypt_cbc() argument
1189 mbedtls_aes_crypt_xts(mbedtls_aes_xts_context *ctx, int mode, size_t length, const unsigned char data_unit[16], const unsigned char *input, unsigned char *output) mbedtls_aes_crypt_xts() argument
1292 mbedtls_aes_crypt_cfb128(mbedtls_aes_context *ctx, int mode, size_t length, size_t *iv_off, unsigned char iv[16], const unsigned char *input, unsigned char *output) mbedtls_aes_crypt_cfb128() argument
1354 mbedtls_aes_crypt_cfb8(mbedtls_aes_context *ctx, int mode, size_t length, unsigned char iv[16], const unsigned char *input, unsigned char *output) mbedtls_aes_crypt_cfb8() argument
1819 int ret = 0, i, j, u, mode; mbedtls_aes_self_test() local
[all...]
H A Dssl_tls13_client.c1841 static const char *ssl_tls13_get_kex_mode_str(int mode) in ssl_tls13_get_kex_mode_str() argument
[all...]
/third_party/libdrm/include/drm/
H A Dtegra_drm.h536 __u32 mode; member
570 __u32 mode; member
/third_party/libcoap/src/
H A Dcoap_resource.c1203 coap_resource_set_mode(coap_resource_t *resource, int mode) { argument
1226 coap_resource_set_get_observable(coap_resource_t *resource, int mode) { argument
/third_party/lzma/C/
H A DXz.h88 unsigned mode; member
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-scanner-internal.h329 uint8_t mode; /**< scanner mode */ member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_split_vars.c133 nir_variable_mode mode = state->base_var->data.mode; in init_field_for_type() local
144 split_var_list_structs(nir_shader *shader, nir_function_impl *impl, struct exec_list *vars, nir_variable_mode mode, struct hash_table *var_field_map, struct set **complex_vars, void *mem_ctx) split_var_list_structs() argument
372 init_var_list_array_infos(nir_shader *shader, struct exec_list *vars, nir_variable_mode mode, struct hash_table *var_info_map, struct set **complex_vars, void *mem_ctx) init_var_list_array_infos() argument
521 nir_variable_mode mode = var_info->base_var->data.mode; create_split_array_vars() local
544 split_var_list_arrays(nir_shader *shader, nir_function_impl *impl, struct exec_list *vars, nir_variable_mode mode, struct hash_table *var_info_map, void *mem_ctx) split_var_list_arrays() argument
1254 shrink_vec_var_list(struct exec_list *vars, nir_variable_mode mode, struct hash_table *var_usage_map) shrink_vec_var_list() argument
[all...]
H A Dnir_print.c386 get_constant_sampler_addressing_mode(enum cl_sampler_addressing_mode mode) in get_constant_sampler_addressing_mode() argument
399 get_constant_sampler_filter_mode(enum cl_sampler_filter_mode mode) in get_constant_sampler_filter_mode() argument
533 get_variable_mode_str(nir_variable_mode mode, bool want_local_global_mode) in get_variable_mode_str() argument
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_sched.c692 const char *mode = defer ? "-d" : ""; in choose_instr_dec() local
776 const char *mode = defer ? "-d" : ""; in choose_instr_inc() local
/third_party/mesa3d/src/compiler/nir/tests/
H A Dvars_tests.cpp36 nir_variable *create_var(nir_variable_mode mode, const glsl_type *type, in create_var() argument
44 nir_variable *create_int(nir_variable_mode mode, const char *name) { in create_int() argument
48 nir_variable *create_ivec2(nir_variable_mode mode, const char *name) { in create_ivec2() argument
52 nir_variable *create_ivec4(nir_variable_mode mode, const char *name) { in create_ivec4() argument
56 nir_variable **create_many_int(nir_variable_mode mode, cons argument
63 create_many_ivec2(nir_variable_mode mode, const char *prefix, unsigned count) create_many_ivec2() argument
70 create_many_ivec4(nir_variable_mode mode, const char *prefix, unsigned count) create_many_ivec4() argument
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_opencl.c40 static int to_llvm_address_space(SpvStorageClass mode) in to_llvm_address_space() argument
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c595 droid_set_shared_buffer_mode(_EGLDisplay *disp, _EGLSurface *surf, bool mode) argument
1024 bool mode local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir.cpp1990 ir_variable(const struct glsl_type *type, const char *name, ir_variable_mode mode) ir_variable() argument
[all...]
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_lib.c611 void SSL_set_shutdown(SSL *ssl, int mode) in SSL_set_shutdown() argument
1083 void SSL_CTX_set_verify(SSL_CTX *ctx, int mode, int (*verify_callback)(SSL *, mbedtls_x509_crt *)) in SSL_CTX_set_verify() argument
1094 void SSL_set_verify(SSL *ssl, int mode, int (*verify_callback)(SSL *, mbedtls_x509_crt *)) in SSL_set_verify() argument
/third_party/ltp/lib/
H A Dsafe_macros.c241 mode_t mode = 0; in safe_open() local
82 safe_creat(const char *file, const int lineno, void (*cleanup_fn) (void), const char *pathname, mode_t mode) safe_creat() argument
181 safe_mkdir(const char *file, const int lineno, void (*cleanup_fn) (void), const char *pathname, mode_t mode) safe_mkdir() argument
690 safe_chmod(const char *file, const int lineno, void (cleanup_fn)(void), const char *path, mode_t mode) safe_chmod() argument
709 safe_fchmod(const char *file, const int lineno, void (cleanup_fn)(void), int fd, mode_t mode) safe_fchmod() argument
837 safe_mkfifo(const char *file, const int lineno, void (*cleanup_fn)(void), const char *pathname, mode_t mode) safe_mkfifo() argument
1266 safe_mknod(const char *file, const int lineno, const char *pathname, mode_t mode, dev_t dev) safe_mknod() argument
[all...]

Completed in 52 milliseconds

1...<<61626364656667686970>>...97