Home
last modified time | relevance | path

Searched defs:property (Results 1 - 25 of 793) sorted by relevance

12345678910>>...32

/third_party/node/deps/v8/tools/
H A Ddetect-builtins.js41 property.length = value.length; class
/third_party/jerryscript/tests/jerry/es2015/
H A Dreflect-deleteproperty.js
/third_party/typescript/tests/baselines/reference/
H A DjsObjectsMarkedAsOpenEnded.js
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dresource_container.cpp44 auto property = GetPropertyByName("Resources"); variable
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Darray_property_event_handler.h36 bool Subscribe(const Property& property, T* instance, void (T::*callback)(const ArrayChange&)) in Subscribe() argument
43 bool Subscribe(const Property& property, void (*callback)(const ArrayChange&)) in Subscribe() argument
[all...]
/third_party/eudev/src/shared/
H A Dsysctl-util.c59 int sysctl_write(const char *property, const char *value) { in sysctl_write() argument
71 int sysctl_read(const char *property, char **content) { in sysctl_read() argument
/base/inputmethod/imf/frameworks/cj/src/
H A Dutils.cpp31 void Utils::InputMethodProperty2C(CInputMethodProperty &props, const Property &property) in InputMethodProperty2C() argument
43 Property property; in C2InputMethodProperty() local
53 InputMethodSubProperty2C(CInputMethodSubtype &props, const SubProperty &property) InputMethodSubProperty2C() argument
[all...]
H A Dsetting_listeners.cpp68 void CJGetInputMethodSetting::OnImeChange(const Property &property, const SubProperty &subProperty) in OnImeChange() argument
/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
H A Dnapi_cert_utils.h36 napi_value property = nullptr; in CertAddUint32Property() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/window_scene/
H A Djs_window_scene.cpp54 NG::AttractionEffect property; in JsAttractionEffect() local
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_caption_parcel.cpp22 CaptionPropertyParcelTest::CaptionPropertyParcelTest(const CaptionProperty &property) in CaptionPropertyParcelTest() argument
/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_caption_parcel.cpp22 CaptionPropertyParcel::CaptionPropertyParcel(const CaptionProperty &property) in CaptionPropertyParcel() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_input_property_manager.h44 IProperty::Ptr property; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_path_animation_test.cpp41 auto property = std::make_shared<RSAnimatableProperty<Vector2f>>(Vector2f(0.f, 0.f)); in HWTEST_F() local
74 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); in HWTEST_F() local
107 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); in HWTEST_F() local
140 auto property in HWTEST_F() local
173 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
208 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
247 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
280 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
319 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
353 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
383 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Ddependencies.h44 IProperty::ConstPtr property; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier.cpp25 void RSModifier::AttachProperty(const std::shared_ptr<RSPropertyBase>& property) in AttachProperty() argument
/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_osal.cpp27 bool SetPropertyInner(const std::string& property, const std::string& value) in SetPropertyInner() argument
36 std::string GetPropertyInner(const std::string& property, const std::string& value) in GetPropertyInner() argument
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_client_proxy.cpp41 int32_t InputClientProxy::OnSwitchInput(const Property &property, const SubProperty &subProperty) in OnSwitchInput() argument
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dime_event_listener.h30 virtual void OnImeChange(const Property &property, const SubProperty &subProperty){}; in OnImeChange() argument
/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
H A Dnapi_utils.h48 napi_value property = nullptr; in AddUint32Property() local
/base/security/huks/interfaces/kits/napi/src/v12/
H A Dhuks_napi_attest_key_item_as_user.cpp59 napi_value property = GetPropertyFromOptions(env, argv[index], HKS_OPTIONS_PROPERTY_PROPERTIES); in AttestKeyAsUserParseParams() local
/base/startup/appspawn/modules/common/
H A Dappspawn_begetctl.c68 APPSPAWN_STATIC int RunBegetctlBootApp(AppSpawnMgr *content, AppSpawningCtx *property) in RunBegetctlBootApp() argument
/base/startup/appspawn/test/moduletest/plugin-sample/
H A Dappspawn_plugin_sample.c45 static int TestPluginPreFork(AppSpawnMgr *content, AppSpawningCtx *property) in TestPluginPreFork() argument
51 static int TestPluginPreReply(AppSpawnMgr *content, AppSpawningCtx *property) in TestPluginPreReply() argument
57 static int TestPluginPostReply(AppSpawnMgr *content, AppSpawningCtx *property) in TestPluginPostReply() argument
63 static int ChildPreColdBoot(AppSpawnMgr *content, AppSpawningCtx *property) in ChildPreColdBoot() argument
68 static int ChildExecute(AppSpawnMgr *content, AppSpawningCtx *property) in ChildExecute() argument
73 ChildPreRely(AppSpawnMgr *content, AppSpawningCtx *property) ChildPreRely() argument
78 ChildPostRely(AppSpawnMgr *content, AppSpawningCtx *property) ChildPostRely() argument
83 ChildPreRun(AppSpawnMgr *content, AppSpawningCtx *property) ChildPreRun() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Dalert_dialog_model_ng.cpp26 SetParseButtonObj( std::function<void()>&& eventFunc, ButtonInfo& buttonInfo, DialogProperties& arg, const std::string& property) SetParseButtonObj() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/
H A Dparticle_model_ng.cpp48 void ParticleModelNG::updateEmitter(std::vector<EmitterProperty>& property, FrameNode* frameNode) in updateEmitter() argument
55 void ParticleModelNG::updateEmitter(std::vector<EmitterProperty>& property) in updateEmitter() argument

Completed in 24 milliseconds

12345678910>>...32