Home
last modified time | relevance | path

Searched defs:options (Results 2526 - 2550 of 2552) sorted by relevance

1...<<101102103

/third_party/node/deps/v8/src/heap/
H A Dheap.cc4867 void Heap::IterateWeakRoots(RootVisitor* v, base::EnumSet<SkipRoot> options) { in IterateWeakRoots() argument
4977 void Heap::IterateRoots(RootVisitor* v, base::EnumSet<SkipRoot> options) { in IterateRoots() argument
5114 IterateRootsIncludingClients(RootVisitor* v, base::EnumSet<SkipRoot> options) IterateRootsIncludingClients() argument
[all...]
/third_party/node/deps/v8/src/execution/
H A Disolate.cc1565 Handle<Object> options = factory()->undefined_value(); in StackOverflow() local
1355 CaptureDetailedStackTrace( int limit, StackTrace::StackTraceOptions options) CaptureDetailedStackTrace() argument
2796 SetCaptureStackTraceForUncaughtExceptions( bool capture, int frame_limit, StackTrace::StackTraceOptions options) ThrowInternal() argument
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_local.h979 uint64_t options; member
1583 uint64_t options; member
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c561 uint32_t options; /* Must be in same position as datctl */ member
583 uint32_t options; /* Must be in same position as patctl */ member
4202 show_compile_options(uint32_t options, const char *before, const char *after) show_compile_options() argument
4256 show_compile_extra_options(uint32_t options, const char *before, const char *after) show_compile_extra_options() argument
4281 show_match_options(uint32_t options) show_match_options() argument
[all...]
H A Dpcre2_jit_compile.c192 sljit_u32 options; member
3903 read_char(compiler_common *common, sljit_u32 min, sljit_u32 max, jump_list **backtracks, sljit_u32 options) read_char() argument
14382 pcre2_jit_compile(pcre2_code *code, uint32_t options) pcre2_jit_compile() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp5655 ResolveImageToImage::ResolveImageToImage (Context& context, TestParams params, const ResolveImageToImageOptions options) in ResolveImageToImage() argument
/third_party/openssl/ssl/
H A Dssl_local.h970 uint64_t options; member
1554 uint64_t options; member
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c765 } options[16]; member
/third_party/toybox/generated/
H A Dglobals.h959 unsigned options; member
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h7134 inline const PROTOBUF_NAMESPACE_ID::FileOptions& FileDescriptorProto::options() const { options() function in FileDescriptorProto
7138 unsafe_arena_set_allocated_options( PROTOBUF_NAMESPACE_ID::FileOptions* options) unsafe_arena_set_allocated_options() argument
7179 set_allocated_options(PROTOBUF_NAMESPACE_ID::FileOptions* options) set_allocated_options() argument
7434 inline const PROTOBUF_NAMESPACE_ID::ExtensionRangeOptions& DescriptorProto_ExtensionRange::options() const { options() function in DescriptorProto_ExtensionRange
7438 unsafe_arena_set_allocated_options( PROTOBUF_NAMESPACE_ID::ExtensionRangeOptions* options) unsafe_arena_set_allocated_options() argument
7479 set_allocated_options(PROTOBUF_NAMESPACE_ID::ExtensionRangeOptions* options) set_allocated_options() argument
7889 inline const PROTOBUF_NAMESPACE_ID::MessageOptions& DescriptorProto::options() const { options() function in DescriptorProto
7893 unsafe_arena_set_allocated_options( PROTOBUF_NAMESPACE_ID::MessageOptions* options) unsafe_arena_set_allocated_options() argument
7934 set_allocated_options(PROTOBUF_NAMESPACE_ID::MessageOptions* options) set_allocated_options() argument
8616 inline const PROTOBUF_NAMESPACE_ID::FieldOptions& FieldDescriptorProto::options() const { options() function in FieldDescriptorProto
8620 unsafe_arena_set_allocated_options( PROTOBUF_NAMESPACE_ID::FieldOptions* options) unsafe_arena_set_allocated_options() argument
8661 set_allocated_options(PROTOBUF_NAMESPACE_ID::FieldOptions* options) set_allocated_options() argument
8805 inline const PROTOBUF_NAMESPACE_ID::OneofOptions& OneofDescriptorProto::options() const { options() function in OneofDescriptorProto
8809 unsafe_arena_set_allocated_options( PROTOBUF_NAMESPACE_ID::OneofOptions* options) unsafe_arena_set_allocated_options() argument
8850 set_allocated_options(PROTOBUF_NAMESPACE_ID::OneofOptions* options) set_allocated_options() argument
9065 inline const PROTOBUF_NAMESPACE_ID::EnumOptions& EnumDescriptorProto::options() const { options() function in EnumDescriptorProto
9069 unsafe_arena_set_allocated_options( PROTOBUF_NAMESPACE_ID::EnumOptions* options) unsafe_arena_set_allocated_options() argument
9110 set_allocated_options(PROTOBUF_NAMESPACE_ID::EnumOptions* options) set_allocated_options() argument
9367 inline const PROTOBUF_NAMESPACE_ID::EnumValueOptions& EnumValueDescriptorProto::options() const { options() function in EnumValueDescriptorProto
9371 unsafe_arena_set_allocated_options( PROTOBUF_NAMESPACE_ID::EnumValueOptions* options) unsafe_arena_set_allocated_options() argument
9412 set_allocated_options(PROTOBUF_NAMESPACE_ID::EnumValueOptions* options) set_allocated_options() argument
9567 inline const PROTOBUF_NAMESPACE_ID::ServiceOptions& ServiceDescriptorProto::options() const { options() function in ServiceDescriptorProto
9571 unsafe_arena_set_allocated_options( PROTOBUF_NAMESPACE_ID::ServiceOptions* options) unsafe_arena_set_allocated_options() argument
9612 set_allocated_options(PROTOBUF_NAMESPACE_ID::ServiceOptions* options) set_allocated_options() argument
9876 inline const PROTOBUF_NAMESPACE_ID::MethodOptions& MethodDescriptorProto::options() const { options() function in MethodDescriptorProto
9880 unsafe_arena_set_allocated_options( PROTOBUF_NAMESPACE_ID::MethodOptions* options) unsafe_arena_set_allocated_options() argument
9921 set_allocated_options(PROTOBUF_NAMESPACE_ID::MethodOptions* options) set_allocated_options() argument
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c4820 const google_protobuf_FieldOptions *options; in create_fielddef() local
5053 const google_protobuf_MessageOptions *options; in create_msgdef() local
6017 int options; global() member
7390 upb_json_decode(const char *buf, size_t size, upb_msg *msg, const upb_msgdef *m, const upb_symtab *any_pool, int options, upb_arena *arena, upb_status *status) upb_json_decode() argument
7427 int options; global() member
8089 upb_json_encode(const upb_msg *msg, const upb_msgdef *m, const upb_symtab *ext_pool, int options, char *buf, size_t size, upb_status *status) upb_json_encode() argument
[all...]
/third_party/python/Modules/
H A Dposixmodule.c8437 os_wait3_impl(PyObject *module, int options) in os_wait3_impl() argument
8474 os_wait4_impl(PyObject *module, pid_t pid, int options) in os_wait4_impl() argument
8516 os_waitid_impl(PyObject *module, idtype_t idtype, id_t id, int options) in os_waitid_impl() argument
8572 os_waitpid_impl(PyObject *module, pid_t pid, int options) os_waitpid_impl() argument
8607 os_waitpid_impl(PyObject *module, intptr_t pid, int options) os_waitpid_impl() argument
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp1583 int AbilityManagerService::StartUIAbilityForOptionWrap(const Want &want, const StartOptions &options, in StartUIAbilityForOptionWrap() argument
2080 int32_t AbilityManagerService::OpenAtomicService(AAFwk::Want& want, const StartOptions &options, in OpenAtomicService() argument
5077 auto options = std::make_shared<StartOptions>(startOptions); in MoveMissionToFront() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp426 std::vector<ArkUIInt32orFloat32> options; in ParseBorderImageLinearGradient() local
346 ParseBorderImageRepeat(ArkUIRuntimeCallInfo* runtimeCallInfo, uint32_t& offset, std::vector<ArkUIStringAndFloat>& options, uint8_t& bitsets) ParseBorderImageRepeat() argument
378 ParseBorderImageFill(ArkUIRuntimeCallInfo* runtimeCallInfo, uint32_t& offset, std::vector<ArkUIStringAndFloat>& options) ParseBorderImageFill() argument
881 PushOuterBorderDimensionVector(const std::optional<CalcDimension>& valueDim, std::vector<ArkUI_Float32> &options) PushOuterBorderDimensionVector() argument
933 PushOuterBorderColorVector(const std::optional<Color>& valueColor, std::vector<uint32_t> &options) PushOuterBorderColorVector() argument
1056 PushOuterBorderStyleVector(const std::optional<BorderStyle>& value, std::vector<uint32_t> &options) PushOuterBorderStyleVector() argument
1768 std::vector<ArkUIStringAndFloat> options; SetPosition() local
1979 std::vector<ArkUI_Float32> options; SetOutline() local
2665 std::vector<ArkUI_Float32> options; SetOverlay() local
2702 std::vector<ArkUIStringAndFloat> options; SetBorderImage() local
2923 std::vector<ArkUI_Float32> options; SetBorder() local
2943 std::vector<ArkUI_Float32> options; SetLocalizedBorder() local
3081 std::vector<ArkUIStringAndFloat> options; SetBackgroundImageResizable() local
3363 ArkUIGeometryTransitionOptions options = {false, static_cast<int32_t>(TransitionHierarchyStrategy::ADAPTIVE)}; SetGeometryTransition() local
3941 std::vector<ArkUIStringAndFloat> options; SetOffset() local
5253 auto options = ParseJsTransition(info[1]); SetTransition() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp5722 bool TextFieldPattern::IsShowMenu(const std::optional<SelectionOptions>& options, bool defaultValue) in IsShowMenu() argument
5669 SetSelectionFlag( int32_t selectionStart, int32_t selectionEnd, const std::optional<SelectionOptions>& options, bool isForward) SetSelectionFlag() argument
5716 SetSelection(int32_t start, int32_t end, const std::optional<SelectionOptions>& options, bool isForward) SetSelection() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp2090 int32_t AudioPolicyService::SetWakeUpAudioCapturer(InternalAudioCapturerOptions options) in SetWakeUpAudioCapturer() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java5553 toTitleCase(ULocale locale, String str, BreakIterator titleIter, int options) toTitleCase() argument
5585 toTitleCase(Locale locale, String str, BreakIterator titleIter, int options) toTitleCase() argument
5690 foldCase(int ch, int options) foldCase() argument
5709 foldCase(String str, int options) foldCase() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUCharacter.java4820 toTitleCase(ULocale locale, String str, BreakIterator titleIter, int options) toTitleCase() argument
4851 toTitleCase(Locale locale, String str, BreakIterator titleIter, int options) toTitleCase() argument
4950 foldCase(int ch, int options) foldCase() argument
4968 foldCase(String str, int options) foldCase() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djcommander-1.27.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/jcommander/ com/beust/jcommander/converters/ ...
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp1929 auto options = ParseJsTransition(obj); in JsTransition() local
3504 void ParseAnimationScaleArray(const JSRef<JSArray>& scaleArray, MenuPreviewAnimationOptions& options) in ParseAnimationScaleArray() argument
7527 auto options = ParseJsTransition(obj); in JsTransitionPassThrough() local
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp926 ArkUIBackgroundImage options; in GetBackgroundImage() local
1925 ArkUIClipShapeOptions options; in GetClipShape() local
2039 ArkUIPositionOptions options; GetPosition() local
2129 ArkUICustomShadowOptions options; GetCustomShadow() local
2425 ArkUIOverlayOptions options; GetOverlay() local
2762 ArkUIMaskOptions options; GetMask() local
2846 ArkUIBlendModeOptions options; GetBlendMode() local
3017 ArkUIConstraintSizeOptions options; GetConstraintSize() local
3301 ArkUIGeometryTransitionOptions options; SetGeometryTransition() local
3327 ArkUIGeometryTransitionOptions options; GetGeometryTransition() local
6070 ArkUIShowCountOptions options; GetTextAreaShowCounter() local
7256 ArkUISwiperMarginOptions options; GetSwiperPrevMargin() local
7296 ArkUISwiperMarginOptions options; GetSwiperNextMargin() local
8489 int options[NUM_5] = { 0, 0, 0, 1, 0 }; SetFlexOptions() local
8532 ArkUIFlexOptions options; GetFlexOptions() local
11030 ArkUITextBackgroundStyleOptions options; GetSpanTextBackgroundStyle() local
12012 static ArkUI_WaterFlowSectionOption options = GetWaterFlowSectionOption() local
12229 ArkUIRadioStyleOption options; GetRadioStyle() local
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.cc199 i::Handle<i::FixedArray> options = in HostDefinedOptions() local
2488 CompileUnboundInternal( Isolate* v8_isolate, Source* source, CompileOptions options, NoCacheReason no_cache_reason) CompileUnboundInternal() argument
2542 CompileUnboundScript( Isolate* v8_isolate, Source* source, CompileOptions options, NoCacheReason no_cache_reason) CompileUnboundScript() argument
2552 Compile(Local<Context> context, Source* source, CompileOptions options, NoCacheReason no_cache_reason) Compile() argument
2568 CompileModule( Isolate* isolate, Source* source, CompileOptions options, NoCacheReason no_cache_reason) CompileModule() argument
2587 CompileFunction( Local<Context> context, Source* source, size_t arguments_count, Local<String> arguments[], size_t context_extension_count, Local<Object> context_extensions[], CompileOptions options, NoCacheReason no_cache_reason) CompileFunction() argument
2598 CompileFunctionInContext( Local<Context> context, Source* source, size_t arguments_count, Local<String> arguments[], size_t context_extension_count, Local<Object> context_extensions[], CompileOptions options, NoCacheReason no_cache_reason, Local<ScriptOrModule>* script_or_module_out) CompileFunctionInContext() argument
2609 CompileFunctionInternal( Local<Context> v8_context, Source* source, size_t arguments_count, Local<String> arguments[], size_t context_extension_count, Local<Object> context_extensions[], CompileOptions options, NoCacheReason no_cache_reason, Local<ScriptOrModule>* script_or_module_out) CompileFunctionInternal() argument
3001 i::Handle<i::FixedArray> options = VerifyHostDefinedOptions() local
3164 CurrentStackTrace(Isolate* isolate, int frame_limit, StackTraceOptions options) CurrentStackTrace() argument
5567 WriteUtf8Impl(base::Vector<const Char> string, char* write_start, int write_capacity, int options, int* utf16_chars_read_out) Unaligned() argument
9309 SetJitCodeEventHandler(JitCodeEventOptions options, JitCodeEventHandler event_handler) SetJitCodeEventHandler() argument
9498 SetCaptureStackTraceForUncaughtExceptions( bool capture, int frame_limit, StackTrace::StackTraceOptions options) SetCaptureStackTraceForUncaughtExceptions() argument
9966 Start( CpuProfilingOptions options, std::unique_ptr<DiscardedSamplesDelegate> delegate) Start() argument
9973 Start( Local<String> title, CpuProfilingOptions options, std::unique_ptr<DiscardedSamplesDelegate> delegate) Start() argument
9998 StartProfiling( Local<String> title, CpuProfilingOptions options, std::unique_ptr<DiscardedSamplesDelegate> delegate) StartProfiling() argument
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c4357 const google_protobuf_FieldOptions *options; in create_fielddef() local
4582 const google_protobuf_MessageOptions *options; in create_msgdef() local
/third_party/typescript/lib/
H A Dtsc.js[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c12447 wuffs_base__private_implementation__high_prec_dec__parse( wuffs_base__private_implementation__high_prec_dec* h, wuffs_base__slice_u8 s, uint32_t options) wuffs_base__private_implementation__high_prec_dec__parse() argument
13338 wuffs_base__private_implementation__parse_number_f64_special( wuffs_base__slice_u8 s, uint32_t options) wuffs_base__private_implementation__parse_number_f64_special() argument
13444 wuffs_base__private_implementation__high_prec_dec__to_f64( wuffs_base__private_implementation__high_prec_dec* h, uint32_t options) wuffs_base__private_implementation__high_prec_dec__to_f64() argument
13620 wuffs_base__parse_number_f64(wuffs_base__slice_u8 s, uint32_t options) wuffs_base__parse_number_f64() argument
13848 wuffs_base__private_implementation__render_inf(wuffs_base__slice_u8 dst, bool neg, uint32_t options) wuffs_base__private_implementation__render_inf() argument
13884 wuffs_base__private_implementation__high_prec_dec__render_exponent_absent( wuffs_base__slice_u8 dst, wuffs_base__private_implementation__high_prec_dec* h, uint32_t precision, uint32_t options) wuffs_base__private_implementation__high_prec_dec__render_exponent_absent() argument
13951 wuffs_base__private_implementation__high_prec_dec__render_exponent_present( wuffs_base__slice_u8 dst, wuffs_base__private_implementation__high_prec_dec* h, uint32_t precision, uint32_t options) wuffs_base__private_implementation__high_prec_dec__render_exponent_present() argument
14035 wuffs_base__render_number_f64(wuffs_base__slice_u8 dst, double x, uint32_t precision, uint32_t options) wuffs_base__render_number_f64() argument
14246 wuffs_base__parse_number_i64(wuffs_base__slice_u8 s, uint32_t options) wuffs_base__parse_number_i64() argument
14309 wuffs_base__parse_number_u64(wuffs_base__slice_u8 s, uint32_t options) wuffs_base__parse_number_u64() argument
14486 wuffs_base__private_implementation__render_number_u64(wuffs_base__slice_u8 dst, uint64_t x, uint32_t options, bool neg) wuffs_base__private_implementation__render_number_u64() argument
14535 wuffs_base__render_number_i64(wuffs_base__slice_u8 dst, int64_t x, uint32_t options) wuffs_base__render_number_i64() argument
14548 wuffs_base__render_number_u64(wuffs_base__slice_u8 dst, uint64_t x, uint32_t options) wuffs_base__render_number_u64() argument
14558 wuffs_base__base_16__decode2(wuffs_base__slice_u8 dst, wuffs_base__slice_u8 src, bool src_closed, uint32_t options) wuffs_base__base_16__decode2() argument
14596 wuffs_base__base_16__decode4(wuffs_base__slice_u8 dst, wuffs_base__slice_u8 src, bool src_closed, uint32_t options) wuffs_base__base_16__decode4() argument
14634 wuffs_base__base_16__encode2(wuffs_base__slice_u8 dst, wuffs_base__slice_u8 src, bool src_closed, uint32_t options) wuffs_base__base_16__encode2() argument
14671 wuffs_base__base_16__encode4(wuffs_base__slice_u8 dst, wuffs_base__slice_u8 src, bool src_closed, uint32_t options) wuffs_base__base_16__encode4() argument
14828 wuffs_base__base_64__decode(wuffs_base__slice_u8 dst, wuffs_base__slice_u8 src, bool src_closed, uint32_t options) wuffs_base__base_64__decode() argument
14946 wuffs_base__base_64__encode(wuffs_base__slice_u8 dst, wuffs_base__slice_u8 src, bool src_closed, uint32_t options) wuffs_base__base_64__encode() argument
20664 wuffs_adler32__hasher__initialize( wuffs_adler32__hasher* self, size_t sizeof_star_self, uint64_t wuffs_version, uint32_t options) wuffs_adler32__hasher__initialize() argument
21162 wuffs_bmp__decoder__initialize( wuffs_bmp__decoder* self, size_t sizeof_star_self, uint64_t wuffs_version, uint32_t options) wuffs_bmp__decoder__initialize() argument
23538 wuffs_cbor__decoder__initialize( wuffs_cbor__decoder* self, size_t sizeof_star_self, uint64_t wuffs_version, uint32_t options) wuffs_cbor__decoder__initialize() argument
24850 wuffs_crc32__ieee_hasher__initialize( wuffs_crc32__ieee_hasher* self, size_t sizeof_star_self, uint64_t wuffs_version, uint32_t options) wuffs_crc32__ieee_hasher__initialize() argument
25547 wuffs_deflate__decoder__initialize( wuffs_deflate__decoder* self, size_t sizeof_star_self, uint64_t wuffs_version, uint32_t options) wuffs_deflate__decoder__initialize() argument
27706 wuffs_lzw__decoder__initialize( wuffs_lzw__decoder* self, size_t sizeof_star_self, uint64_t wuffs_version, uint32_t options) wuffs_lzw__decoder__initialize() argument
28359 wuffs_gif__decoder__initialize( wuffs_gif__decoder* self, size_t sizeof_star_self, uint64_t wuffs_version, uint32_t options) wuffs_gif__decoder__initialize() argument
30773 wuffs_gzip__decoder__initialize( wuffs_gzip__decoder* self, size_t sizeof_star_self, uint64_t wuffs_version, uint32_t options) wuffs_gzip__decoder__initialize() argument
31543 wuffs_json__decoder__initialize( wuffs_json__decoder* self, size_t sizeof_star_self, uint64_t wuffs_version, uint32_t options) wuffs_json__decoder__initialize() argument
33528 wuffs_nie__decoder__initialize( wuffs_nie__decoder* self, size_t sizeof_star_self, uint64_t wuffs_version, uint32_t options) wuffs_nie__decoder__initialize() argument
34332 wuffs_zlib__decoder__initialize( wuffs_zlib__decoder* self, size_t sizeof_star_self, uint64_t wuffs_version, uint32_t options) wuffs_zlib__decoder__initialize() argument
35031 wuffs_png__decoder__initialize( wuffs_png__decoder* self, size_t sizeof_star_self, uint64_t wuffs_version, uint32_t options) wuffs_png__decoder__initialize() argument
38512 wuffs_wbmp__decoder__initialize( wuffs_wbmp__decoder* self, size_t sizeof_star_self, uint64_t wuffs_version, uint32_t options) wuffs_wbmp__decoder__initialize() argument
[all...]

Completed in 319 milliseconds

1...<<101102103