Home
last modified time | relevance | path

Searched defs:options (Results 1801 - 1825 of 2730) sorted by relevance

1...<<71727374757677787980>>...110

/third_party/node/deps/icu-small/source/common/
H A Ducptrie.cpp49 int32_t options = header->options; in ucptrie_openFromBinary() local
H A Dubiditransform.cpp257 doShape(UBiDiTransform *pTransform, uint32_t options, UErrorCode *pErrorCode) in doShape() argument
H A Duidna.cpp194 _internal_toASCII(const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) _internal_toASCII() argument
394 _internal_toUnicode(const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) _internal_toUnicode() argument
611 uidna_toASCII(const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) uidna_toASCII() argument
640 uidna_toUnicode(const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) uidna_toUnicode() argument
669 uidna_IDNToASCII( const char16_t *src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UParseError *parseError, UErrorCode *status) uidna_IDNToASCII() argument
762 uidna_IDNToUnicode( const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) uidna_IDNToUnicode() argument
861 uidna_compare( const char16_t *s1, int32_t length1, const char16_t *s2, int32_t length2, int32_t options, UErrorCode* status) uidna_compare() argument
[all...]
H A Ducnv_bld.h182 uint32_t options; /* options flags from UConverterOpen, may contain additional bits */ member
H A Ducnv_cnv.h57 uint32_t options; member
H A Dutrie.h761 uint32_t options; member
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationkeys.cpp234 int32_t options = settings.options; in writeSortKeyUpToQuaternary() local
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c416 lower_sample_to_txf_for_integer_tex_impl(nir_builder *b, nir_instr *instr, void *options) lower_sample_to_txf_for_integer_tex_impl() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c443 st_translate_atifs_program(struct ati_fragment_shader *atifs, const struct st_fp_variant_key *key, struct gl_program *program, const nir_shader_compiler_options *options) st_translate_atifs_program() argument
H A Dst_extensions.c173 struct gl_shader_compiler_options *options = in st_init_limits() local
753 st_init_extensions(struct pipe_screen *screen, struct gl_constants *consts, struct gl_extensions *extensions, struct st_config_options *options, gl_api api) st_init_extensions() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcstrcase.c734 uint32_t options; in TestUCaseMap() local
/third_party/icu/icu4c/source/test/intltest/
H A Didnaref.cpp257 idnaref_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) idnaref_toASCII() argument
426 idnaref_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) idnaref_toUnicode() argument
691 idnaref_IDNToASCII( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) idnaref_IDNToASCII() argument
846 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) idnaref_IDNToUnicode() argument
1002 idnaref_compare( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode* status) idnaref_compare() argument
[all...]
/third_party/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.cpp187 static UOption options[]={ variable
[all...]
/third_party/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp56 static UOption options[UTFPERF_OPTIONS_COUNT]={ variable
[all...]
/third_party/icu/icu4c/source/tools/gensprep/
H A Dstore.c354 extern void setOptions(int32_t options){ in setOptions() argument
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_test.c310 static const char options[] = "hlrps:t:b:d:f"; variable
/third_party/libfuse/test/
H A Dtest_examples.py40 options = [] variable
[all...]
/third_party/libfuse/lib/
H A Dhelper.c461 int fuse_open_channel(const char *mountpoint, const char* options) in fuse_open_channel() argument
/third_party/libinput/tools/
H A Dshared.c99 tools_init_options(struct tools_options *options) in tools_init_options() argument
126 tools_parse_option(int option, const char *optarg, struct tools_options *options) tools_parse_option() argument
457 tools_device_apply_config(struct libinput_device *device, struct tools_options *options) tools_device_apply_config() argument
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dassembler.cc55 AssemblerOptions options; in Default() local
88 AssemblerOptions options in DefaultForOffHeapTrampoline() local
186 AssemblerBase(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) AssemblerBase() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl.cc62 Handle<Object> options = args.atOrUndefined(isolate, 2); in BUILTIN() local
73 Handle<Object> options = args.atOrUndefined(isolate, 2); in BUILTIN() local
124 Handle<Object> options = args.atOrUndefined(isolate, 2); in BUILTIN() local
279 Handle<Object> options = args.atOrUndefined(isolate, 2); in LegacyFormatConstructor() local
359 Handle<Object> options in DisallowCallConstructor() local
383 Handle<Object> options = args.atOrUndefined(isolate, 2); CallOrConstructConstructor() local
415 Handle<Object> options = args.atOrUndefined(isolate, 2); BUILTIN() local
678 Handle<Object> options = args.atOrUndefined(isolate, 2); BUILTIN() local
704 Handle<Object> options = args.atOrUndefined(isolate, 2); BUILTIN() local
798 Handle<Object> options = args.atOrUndefined(isolate, 2); BUILTIN() local
1051 Handle<Object> options = args.atOrUndefined(isolate, 2); BUILTIN() local
1077 Handle<Object> options = args.atOrUndefined(isolate, 2); BUILTIN() local
1169 Handle<Object> options = args.atOrUndefined(isolate, 2); BUILTIN() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.cc223 void Instruction::SetImmPCOffsetTarget(const AssemblerOptions& options, in SetImmPCOffsetTarget() argument
237 void Instruction::SetPCRelImmTarget(const AssemblerOptions& options, in SetPCRelImmTarget() argument
287 SetUnresolvedInternalReferenceImmTarget( const AssemblerOptions& options, Instruction* target) SetUnresolvedInternalReferenceImmTarget() argument
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-fuchsia.cc99 zx_vm_option_t options = GetProtectionFromMemoryPermission(access); in MapVmo() local
194 zx_vm_option_t options = ZX_VM_CAN_MAP_READ | ZX_VM_CAN_MAP_WRITE | in CreateAddressSpaceReservationInternal() local
[all...]
/third_party/node/deps/v8/src/execution/
H A Dexecution.cc64 auto options = Handle<FixedArray>::cast(argv[0]); in GetAndResetHostDefinedOptions() local
/third_party/node/deps/v8/src/objects/
H A Djs-collator.cc46 Maybe<CaseFirst> GetCaseFirst(Isolate* isolate, Handle<JSReceiver> options, in GetCaseFirst() argument
55 void CreateDataPropertyForOptions(Isolate* isolate, Handle<JSObject> options, in CreateDataPropertyForOptions() argument
69 void CreateDataPropertyForOptions(Isolate* isolate, Handle<JSObject> options, in CreateDataPropertyForOptions() argument
86 Handle<JSObject> options = in ResolvedOptions() local
289 Handle<JSReceiver> options; New() local
[all...]

Completed in 24 milliseconds

1...<<71727374757677787980>>...110