Home
last modified time | relevance | path

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

12345678910>>...35

/third_party/node/deps/v8/tools/
H A Ddetect-builtins.js41 property.length = value.length; class
/kernel/linux/linux-5.10/include/linux/mfd/
H A Daltera-sysmgr.h22 altr_sysmgr_regmap_lookup_by_phandle(struct device_node *np, const char *property) altr_sysmgr_regmap_lookup_by_phandle() argument
H A Dsyscon.h47 syscon_regmap_lookup_by_phandle( struct device_node *np, const char *property) syscon_regmap_lookup_by_phandle() argument
54 syscon_regmap_lookup_by_phandle_args( struct device_node *np, const char *property, int arg_count, unsigned int *out_args) syscon_regmap_lookup_by_phandle_args() argument
/kernel/linux/linux-6.6/include/linux/mfd/
H A Daltera-sysmgr.h22 altr_sysmgr_regmap_lookup_by_phandle(struct device_node *np, const char *property) altr_sysmgr_regmap_lookup_by_phandle() argument
/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
/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
H A Dmock_accessible_ability_manager_caption_observer_proxy.cpp40 OnPropertyChanged( const AccessibilityConfig::CaptionProperty& property) OnPropertyChanged() argument
H A Dmock_accessible_ability_manager_caption_observer_stub.cpp50 sptr<CaptionPropertyParcel> property = data.ReadStrongParcelable<CaptionPropertyParcel>(); in HandleOnCaptionPropertyChanged() local
/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
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-gic-common.h16 const char *property; member
/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
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dalert_dialog_model_impl.cpp21 SetParseButtonObj( std::function<void()>&& eventFuncImpl, ButtonInfo& buttonInfo, DialogProperties& arg, const std::string& property) SetParseButtonObj() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_modifier_property.cpp22 bool CreateOrSetModifierValue(std::shared_ptr<Rosen::RSAnimatableProperty<T>>& property, const T& value) in CreateOrSetModifierValue() argument
32 AddOrChangeScaleModifier(std::shared_ptr<Rosen::RSNode>& rsNode, std::shared_ptr<Rosen::RSScaleModifier>& modifier, std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& value) AddOrChangeScaleModifier() argument
44 AddOrChangeSkewModifier(std::shared_ptr<Rosen::RSNode>& rsNode, std::shared_ptr<Rosen::RSSkewModifier>& modifier, std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& value) AddOrChangeSkewModifier() argument
56 AddOrChangePivotModifier(std::shared_ptr<Rosen::RSNode>& rsNode, std::shared_ptr<Rosen::RSPivotModifier>& modifier, std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& value) AddOrChangePivotModifier() argument
68 AddOrChangeTranslateZModifier(std::shared_ptr<Rosen::RSNode>& rsNode, std::shared_ptr<Rosen::RSTranslateZModifier>& modifier, std::shared_ptr<Rosen::RSAnimatableProperty<float>>& property, const float value) AddOrChangeTranslateZModifier() argument
80 AddOrChangePerspectiveModifier(std::shared_ptr<Rosen::RSNode>& rsNode, std::shared_ptr<Rosen::RSPerspModifier>& modifier, std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& value) AddOrChangePerspectiveModifier() argument
92 AddOrChangeTranslateModifier(std::shared_ptr<Rosen::RSNode>& rsNode, std::shared_ptr<Rosen::RSTranslateModifier>& modifier, std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& value) AddOrChangeTranslateModifier() argument
104 AddOrChangeQuaternionModifier(std::shared_ptr<Rosen::RSNode>& rsNode, std::shared_ptr<Rosen::RSQuaternionModifier>& modifier, std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Quaternion>>& property, const Rosen::Quaternion& value) AddOrChangeQuaternionModifier() argument
[all...]
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_manager_caption_observer_proxy.cpp40 OnPropertyChanged( const AccessibilityConfig::CaptionProperty& property) OnPropertyChanged() argument
H A Daccessible_ability_manager_caption_observer_stub.cpp50 sptr<CaptionPropertyParcel> property = data.ReadStrongParcelable<CaptionPropertyParcel>(); in HandleOnCaptionPropertyChanged() local

Completed in 6 milliseconds

12345678910>>...35