Home
last modified time | relevance | path

Searched defs:mode (Results 551 - 575 of 2791) sorted by relevance

1...<<21222324252627282930>>...112

/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Ddouble-to-string.cc379 DoubleToAscii(double v, DtoaMode mode, int requested_digits, char* buffer, int buffer_length, bool* sign, int* length, int* point) DoubleToAscii() argument
[all...]
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dtest-dtoa.cc53 DoubleToStringConverter::DtoaMode mode = DoubleToStringConverter::SHORTEST; in DoubleToAscii() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNormalizer2.java181 public static Normalizer2 getInstance(InputStream data, String name, Mode mode) { in getInstance() argument
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DUnicodeSetClosure.java191 Normalizer.Mode mode; field in UnicodeSetClosure.NFToString
252 public static void close2(UnicodeSet s, Char32ToString f, int lc, int mode) { in close2() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
H A DTestReorderingMode.java411 assertRoundTrip(Bidi bidi, int tc, int outIndex, String src, String dest, int mode, int option, byte level) assertRoundTrip() argument
483 checkResultLength(Bidi bidi, String src, String dest, String mode, String option, byte level) checkResultLength() argument
621 checkMaps(Bidi bidi, int stringIndex, String src, String dest, String mode, String option, byte level, boolean forward) checkMaps() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestReorderingMode.java408 assertRoundTrip(Bidi bidi, int tc, int outIndex, String src, String dest, int mode, int option, byte level) assertRoundTrip() argument
480 checkResultLength(Bidi bidi, String src, String dest, String mode, String option, byte level) checkResultLength() argument
618 checkMaps(Bidi bidi, int stringIndex, String src, String dest, String mode, String option, byte level, boolean forward) checkMaps() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-bignum-dtoa.cpp103 void BignumDtoa(double v, BignumDtoaMode mode, int requested_digits, in BignumDtoa() argument
/third_party/icu/icu4c/source/common/
H A Dunorm.cpp47 unorm_quickCheck(const UChar *src, int32_t srcLength, UNormalizationMode mode, UErrorCode *pErrorCode) unorm_quickCheck() argument
56 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) unorm_quickCheckWithOptions() argument
71 unorm_isNormalized(const UChar *src, int32_t srcLength, UNormalizationMode mode, UErrorCode *pErrorCode) unorm_isNormalized() argument
79 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) unorm_isNormalizedWithOptions() argument
97 unorm_normalize(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) unorm_normalize() argument
177 unorm_iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_iterate() argument
197 unorm_previous(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_previous() argument
210 unorm_next(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_next() argument
261 unorm_concatenate(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) unorm_concatenate() argument
[all...]
/third_party/libsnd/src/
H A Dogg_speex.c262 const SpeexMode *mode ; in spx_header_read() local
[all...]
H A Dtxw.c370 txw_seek (SF_PRIVATE *psf, int mode, sf_count_t offset) in txw_seek() argument
/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Degbaddrlib.h209 HwlPostCheckTileIndex( const ADDR_TILEINFO* pInfo, AddrTileMode mode, AddrTileType type, INT curIndex = TileIndexInvalid) const HwlPostCheckTileIndex() argument
/third_party/mbedtls/programs/aes/
H A Dcrypt_and_hash.c63 int mode; in main() local
/third_party/mbedtls/programs/pkey/
H A Dkey_app.c125 int mode; /* the mode to run the application in */ member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cs.c14 tu_cs_init(struct tu_cs *cs, struct tu_device *device, enum tu_cs_mode mode, uint32_t initial_size) tu_cs_init() argument
[all...]
/third_party/mesa3d/src/asahi/compiler/
H A Dcmdline.c60 sort_varyings(nir_shader *nir, nir_variable_mode mode) in sort_varyings() argument
72 fixup_varying_slots(nir_shader *nir, nir_variable_mode mode) in fixup_varying_slots() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_symbol_table.cpp32 bool add_interface(const glsl_type *i, enum ir_variable_mode mode) in add_interface() argument
62 const glsl_type *get_interface(enum ir_variable_mode mode) in get_interface() argument
85 symbol_table_entry(const glsl_type *t, enum ir_variable_mode mode) : in symbol_table_entry() argument
175 add_interface(const char *name, const glsl_type *i, enum ir_variable_mode mode) add_interface() argument
243 get_interface(const char *name, enum ir_variable_mode mode) get_interface() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_fp16_conv.c89 float_to_half_impl(nir_builder *b, nir_ssa_def *src, nir_rounding_mode mode) in float_to_half_impl() argument
69 half_rounded(nir_builder *b, nir_ssa_def *value, nir_ssa_def *guard, nir_ssa_def *sticky, nir_ssa_def *sign, nir_rounding_mode mode) half_rounded() argument
196 nir_rounding_mode mode = nir_rounding_mode_rtne; lower_fp16_cast_impl() local
[all...]
/third_party/ltp/pan/
H A Dsymbol.c160 SYM sym_open(int flags, int mode, int openinfo) in sym_open() argument
/third_party/ltp/testcases/kernel/fs/fs_perms/
H A Dfs_perms.c68 static void testsetup(const char *file_name, int flag, mode_t mode, in testsetup() argument
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dlws-genrsa.c44 lws_genrsa_create(struct lws_genrsa_ctx *ctx, const struct lws_gencrypto_keyelem *el, struct lws_context *context, enum enum_genrsa_mode mode, enum lws_genhash_types oaep_hashid) global() argument
130 lws_genrsa_new_keypair(struct lws_context *context, struct lws_genrsa_ctx *ctx, enum enum_genrsa_mode mode, struct lws_gencrypto_keyelem *el, int bits) global() argument
[all...]
H A Dlws-genaes.c49 lws_genaes_create(struct lws_genaes_ctx *ctx, enum enum_aes_operation op, enum enum_aes_modes mode, struct lws_gencrypto_keyelem *el, enum enum_aes_padding padding, void *engine) lws_genaes_create() argument
/third_party/ltp/lib/
H A Dtst_safe_file_at.c39 mode_t mode = 0; in safe_openat() local
/third_party/ltp/libs/libltpnuma/
H A Dtst_numa.c48 const char *tst_mempolicy_mode_name(int mode) in tst_mempolicy_mode_name() argument
/third_party/ltp/testcases/kernel/controllers/libcontrollers/
H A Dlibcontrollers.c204 int write_to_file(char *file, const char *mode, unsigned int value) in write_to_file() argument
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_AUDIO.c51 int valid_audio_mode(__u32 mode) in valid_audio_mode() argument

Completed in 18 milliseconds

1...<<21222324252627282930>>...112