Home
last modified time | relevance | path

Searched defs:options (Results 1001 - 1025 of 1719) sorted by relevance

1...<<41424344454647484950>>...69

/third_party/icu/icu4c/source/common/
H A Ducnv_cnv.h57 uint32_t options; member
H A Ducptrie.cpp49 int32_t options = header->options; in ucptrie_openFromBinary() local
H A Duidna.cpp194 _internal_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) _internal_toASCII() argument
394 _internal_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) _internal_toUnicode() argument
611 uidna_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) uidna_toASCII() argument
640 uidna_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) uidna_toUnicode() argument
669 uidna_IDNToASCII( const UChar *src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError *parseError, UErrorCode *status) uidna_IDNToASCII() argument
762 uidna_IDNToUnicode( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) uidna_IDNToUnicode() argument
861 uidna_compare( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode* status) uidna_compare() argument
[all...]
H A Dutrie.h761 uint32_t options; member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DIDNA.java145 public static IDNA getUTS46Instance(int options) { in getUTS46Instance() argument
480 public static StringBuffer convertToASCII(String src, int options) in convertToASCII() argument
512 convertToASCII(StringBuffer src, int options) convertToASCII() argument
544 convertToASCII(UCharacterIterator src, int options) convertToASCII() argument
580 convertIDNToASCII(UCharacterIterator src, int options) convertIDNToASCII() argument
616 convertIDNToASCII(StringBuffer src, int options) convertIDNToASCII() argument
652 convertIDNToASCII(String src,int options) convertIDNToASCII() argument
684 convertToUnicode(String src, int options) convertToUnicode() argument
716 convertToUnicode(StringBuffer src, int options) convertToUnicode() argument
748 convertToUnicode(UCharacterIterator src, int options) convertToUnicode() argument
781 convertIDNToUnicode(UCharacterIterator src, int options) convertIDNToUnicode() argument
814 convertIDNToUnicode(StringBuffer src, int options) convertIDNToUnicode() argument
847 convertIDNToUnicode(String src, int options) convertIDNToUnicode() argument
881 compare(StringBuffer s1, StringBuffer s2, int options) compare() argument
918 compare(String s1, String s2, int options) compare() argument
953 compare(UCharacterIterator s1, UCharacterIterator s2, int options) compare() argument
[all...]
H A DStringPrep.java374 private StringBuffer map( UCharacterIterator iter, int options) in map() argument
498 public StringBuffer prepare(UCharacterIterator src, int options) in prepare() argument
580 prepare(String src, int options) prepare() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationSettings.java331 getStrength(int options) getStrength() argument
413 isTertiaryWithCaseBits(int options) isTertiaryWithCaseBits() argument
416 getTertiaryMask(int options) getTertiaryMask() argument
422 sortsTertiaryUpperCaseFirst(int options) sortsTertiaryUpperCaseFirst() argument
441 public int options = (Collator.TERTIARY << STRENGTH_SHIFT) | // DEFAULT_STRENGTH global() field in CollationSettings
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationkeys.cpp234 int32_t options = settings.options; in writeSortKeyUpToQuaternary() local
[all...]
/third_party/libuv/src/unix/
H A Dprocess.c109 int options; in uv__wait_children() local
277 static void uv__process_child_init(const uv_process_options_t* options, in uv__process_child_init() argument
459 uv__spawn_set_posix_spawn_attrs( posix_spawnattr_t* attrs, const uv__posix_spawn_fncs_t* posix_spawn_fncs, const uv_process_options_t* options) uv__spawn_set_posix_spawn_attrs() argument
531 uv__spawn_set_posix_spawn_file_actions( posix_spawn_file_actions_t* actions, const uv__posix_spawn_fncs_t* posix_spawn_fncs, const uv_process_options_t* options, int stdio_count, int (*pipes)[2]) uv__spawn_set_posix_spawn_file_actions() argument
668 uv__spawn_resolve_and_spawn(const uv_process_options_t* options, posix_spawnattr_t* attrs, posix_spawn_file_actions_t* actions, pid_t* pid) uv__spawn_resolve_and_spawn() argument
768 uv__spawn_and_init_child_posix_spawn( const uv_process_options_t* options, int stdio_count, int (*pipes)[2], pid_t* pid, const uv__posix_spawn_fncs_t* posix_spawn_fncs) uv__spawn_and_init_child_posix_spawn() argument
809 uv__spawn_and_init_child_fork(const uv_process_options_t* options, int stdio_count, int (*pipes)[2], int error_fd, pid_t* pid) uv__spawn_and_init_child_fork() argument
850 uv__spawn_and_init_child( uv_loop_t* loop, const uv_process_options_t* options, int stdio_count, int (*pipes)[2], pid_t* pid) uv__spawn_and_init_child() argument
956 uv_spawn(uv_loop_t* loop, uv_process_t* process, const uv_process_options_t* options) uv_spawn() argument
[all...]
/third_party/libuv/test/
H A Dtest-ipc.c283 uv_process_options_t options; in spawn_helper() local
/third_party/libabigail/tools/
H A Dabicompat.cc60 class options class
89 options(const char* program_name) in options() function in options
[all...]
H A Dabilint.cc75 struct options struct
95 options() in options() function
[all...]
/third_party/mbedtls/programs/ssl/
H A Dssl_mail_client.c123 struct options { struct
/third_party/lzma/CPP/7zip/UI/Common/
H A DExtract.cpp38 DecompressArchive( CCodecs *codecs, const CArchiveLink &arcLink, UInt64 packSize, const NWildcard::CCensorNode &wildcardCensor, const CExtractOptions &options, bool calcCrc, IExtractCallbackUI *callback, IFolderArchiveExtractCallback *callbackFAE, CArchiveExtractCallback *ecs, UString &errorMessage, UInt64 &stdInProcessed) DecompressArchive() argument
264 Extract( CCodecs *codecs, const CObjectVector<COpenType> &types, const CIntVector &excludedFormats, UStringVector &arcPaths, UStringVector &arcPathsFull, const NWildcard::CCensorNode &wildcardCensor, const CExtractOptions &options, IOpenCallbackUI *openCallback, IExtractCallbackUI *extractCallback, IFolderArchiveExtractCallback *faeCallback, IHashCalc *hash, UString &errorMessage, CDecompressStat &st) Extract() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_subgroups.c65 ballot_type_to_uint(nir_builder *b, nir_ssa_def *value, const nir_lower_subgroups_options *options) ballot_type_to_uint() argument
201 lower_shuffle_to_swizzle(nir_builder *b, nir_intrinsic_instr *intrin, const nir_lower_subgroups_options *options) lower_shuffle_to_swizzle() argument
231 lower_to_shuffle(nir_builder *b, nir_intrinsic_instr *intrin, const nir_lower_subgroups_options *options) lower_to_shuffle() argument
396 build_ballot_imm_ishl(nir_builder *b, int64_t val, nir_ssa_def *shift, const nir_lower_subgroups_options *options) build_ballot_imm_ishl() argument
441 build_subgroup_eq_mask(nir_builder *b, const nir_lower_subgroups_options *options) build_subgroup_eq_mask() argument
450 build_subgroup_ge_mask(nir_builder *b, const nir_lower_subgroups_options *options) build_subgroup_ge_mask() argument
459 build_subgroup_gt_mask(nir_builder *b, const nir_lower_subgroups_options *options) build_subgroup_gt_mask() argument
473 build_subgroup_mask(nir_builder *b, const nir_lower_subgroups_options *options) build_subgroup_mask() argument
557 lower_dynamic_quad_broadcast(nir_builder *b, nir_intrinsic_instr *intrin, const nir_lower_subgroups_options *options) lower_dynamic_quad_broadcast() argument
608 const nir_lower_subgroups_options *options = _options; lower_subgroups_instr() local
839 nir_lower_subgroups(nir_shader *shader, const nir_lower_subgroups_options *options) nir_lower_subgroups() argument
[all...]
H A Dnir_lower_mediump.c728 struct nir_fold_16bit_tex_image_options *options = params; in fold_16bit_tex_image() local
677 fold_16bit_tex_srcs(nir_builder *b, nir_tex_instr *tex, struct nir_fold_tex_srcs_options *options) fold_16bit_tex_srcs() argument
765 nir_fold_16bit_tex_image(nir_shader *nir, struct nir_fold_16bit_tex_image_options *options) nir_fold_16bit_tex_image() argument
[all...]
H A Dnir_builder.c37 nir_builder_init_simple_shader(gl_shader_stage stage, const nir_shader_compiler_options *options, const char *name, ...) nir_builder_init_simple_shader() argument
H A Dnir_lower_double_ops.c629 nir_lower_doubles_options options; member
636 const nir_lower_doubles_options options = data->options; in should_lower_double_instr() local
664 const nir_lower_doubles_options options = data->options; in lower_doubles_instr() local
460 lower_doubles_instr_to_soft(nir_builder *b, nir_alu_instr *instr, const nir_shader *softfp64, nir_lower_doubles_options options) lower_doubles_instr_to_soft() argument
718 nir_lower_doubles_impl(nir_function_impl *impl, const nir_shader *softfp64, nir_lower_doubles_options options) nir_lower_doubles_impl() argument
755 nir_lower_doubles(nir_shader *shader, const nir_shader *softfp64, nir_lower_doubles_options options) nir_lower_doubles() argument
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_shader.c661 ir3_shader_from_nir(struct ir3_compiler *compiler, nir_shader *nir, const struct ir3_shader_options *options, struct ir3_stream_output_info *stream_output) ir3_shader_from_nir() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_algebraic.cpp77 const struct gl_shader_compiler_options *options; member in __anon7201::ir_algebraic_visitor
49 ir_algebraic_visitor(bool native_integers, const struct gl_shader_compiler_options *options) ir_algebraic_visitor() argument
1048 do_algebraic(exec_list *instructions, bool native_integers, const struct gl_shader_compiler_options *options) do_algebraic() argument
/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.c117 const struct isa_decode_options *options; member
548 const struct isa_decode_options *options = scope->state->options; in display_field() local
765 isa_decode(void *bin, int sz, FILE *out, const struct isa_decode_options *options) isa_decode() argument
[all...]
/third_party/ltp/lib/
H A Dtst_timer_test.c413 static struct tst_option options[] = { variable
/third_party/libwebsockets/test-apps/
H A Dtest-client.c555 static struct option options[] = { variable
H A Dtest-server.c379 static struct option options[] = { variable
/third_party/ltp/include/
H A Dtst_test.h155 struct tst_option *options; member

Completed in 23 milliseconds

1...<<41424344454647484950>>...69