| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
| H A D | BigDecimal.java | 3655 round(int len, int mode) round() argument [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cnormtst.c | 175 static void TestNormCases(UNormalizationMode mode, in TestNormCases() argument 245 TestNull_check(UChar *src, int32_t srcLen, UChar *exp, int32_t expLen, UNormalizationMode mode, const char *name) TestNull_check() argument 1040 _testIter(const UChar *src, int32_t srcLength, UCharIterator *iter, UNormalizationMode mode, UBool forward, const UChar *out, int32_t outLength, const int32_t *srcIndexes, int32_t srcIndexesLength) _testIter() argument 1450 UNormalizationMode mode; TestComposition() member [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | SimpleTimeZone.java | 366 private void setStartRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time, int mode) { in setStartRule() argument 503 setEndRule(int month, int dayOfMonth, int dayOfWeek, int time, int mode, boolean after) setEndRule() argument 526 setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time, int mode) setEndRule() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | messagepattern.cpp | 154 MessagePattern::MessagePattern(UMessagePatternApostropheMode mode, UErrorCode &errorCode) in MessagePattern() argument
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_generic.c | 1710 ugen_set_power_mode(struct usb_fifo *f, int mode) in ugen_set_power_mode() argument 2366 int mode; ugen_ioctl_post() local 2376 int mode = ugen_get_power_mode(f); ugen_ioctl_post() local [all...] |
| H A D | usb_dev.c | 1476 usb_fifo_attach(struct usb_device *udev, void *priv_sc, struct mtx *priv_mtx, struct usb_fifo_methods *pm, struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit, uint8_t iface_index, uid_t uid, gid_t gid, int mode) usb_fifo_attach() argument
|
| /third_party/NuttX/fs/nfs/ |
| H A D | nfs_adapter.c | 1406 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 D | fs_tmpfs.c | 1166 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 D | BasicTest.java | 808 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 D | BasicTest.java | 805 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 D | Normalizer.java | 136 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 D | MessagePattern.java | 150 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 D | SimpleTimeZone.java | 354 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 D | BigDecimal.java | 3580 round(int len, int mode) round() argument [all...] |
| /third_party/libsnd/src/ |
| H A D | common.c | 1178 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 D | fs.c | 1410 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 D | aes.c | 1024 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 D | ssl_tls13_client.c | 1841 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 D | tegra_drm.h | 536 __u32 mode; member 570 __u32 mode; member
|
| /third_party/libcoap/src/ |
| H A D | coap_resource.c | 1203 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 D | Xz.h | 88 unsigned mode;
member
|
| /third_party/jerryscript/jerry-core/parser/js/ |
| H A D | js-scanner-internal.h | 329 uint8_t mode; /**< scanner mode */ member
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_split_vars.c | 133 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...] |
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_sched.c | 692 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 D | vars_tests.cpp | 36 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...] |