Home
last modified time | relevance | path

Searched defs:property (Results 51 - 75 of 797) sorted by relevance

12345678910>>...32

/third_party/jerryscript/jerry-ext/handler/
H A Dhandler-assert.c60 jerry_value_t property = jerry_get_property_by_index (backtrace_array, idx); in jerryx_handler_assert_fatal() local
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldAccessorBase.cs47 internal FieldAccessorBase(PropertyInfo property, FieldDescriptor descriptor) in FieldAccessorBase() argument
H A DMapFieldAccessor.cs44 internal MapFieldAccessor(PropertyInfo property, FieldDescriptor descriptor) : base(property, descriptor) in MapFieldAccessor() argument
H A DSingleFieldAccessor.cs53 internal SingleFieldAccessor(PropertyInfo property, FieldDescriptor descriptor) : base(property, descriptor) in SingleFieldAccessor() argument
[all...]
H A DRepeatedFieldAccessor.cs44 internal RepeatedFieldAccessor(PropertyInfo property, FieldDescriptor descriptor) : base(property, descriptor) in RepeatedFieldAccessor() argument
/base/inputmethod/imf/test/common/src/
H A Dime_setting_listener_test_impl.cpp74 void ImeSettingListenerTestImpl::OnImeChange(const Property &property, const SubProperty &subProperty) in OnImeChange() argument
/base/security/certificate_manager/interfaces/kits/napi/src/dialog/
H A Dcm_napi_dialog.cpp26 napi_value property = nullptr; in AddInt32Property() local
/base/security/huks/interfaces/kits/napi/src/v9/
H A Dhuks_napi_abort_session.cpp70 napi_value property = GetPropertyFromOptions(env, argv[index], HKS_OPTIONS_PROPERTY_PROPERTIES); in ParseAbortParams() local
/base/startup/appspawn/modules/native_adapter/
H A Dnative_adapter.cpp81 static int RunChildThread(const AppSpawnMgr *content, const AppSpawningCtx *property) in RunChildThread() argument
104 AppSpawningCtx *property = reinterpret_cast<AppSpawningCtx *>(client); in RunChildProcessor() local
/base/useriam/face_auth/test/unittest/
H A Dface_auth_all_in_one_executor_hdi_unit_test.cpp523 UserAuth::Property property = {}; in HWTEST_F() local
536 UserAuth::Property property = {}; in HWTEST_F() local
557 UserAuth::Property property = {}; in HWTEST_F() local
/base/useriam/pin_auth/test/unittest/src/
H A Dpin_auth_all_in_one_hdi_unit_test.cpp438 UserAuth::Property property = {}; in HWTEST_F() local
450 UserAuth::Property property = {}; in HWTEST_F() local
471 UserAuth::Property property = {}; in HWTEST_F() local
484 UserAuth::Property property = {}; in HWTEST_F() local
/base/useriam/fingerprint_auth/test/unittest/
H A Dfingerprint_auth_all_in_one_executor_hdi_unit_test.cpp525 UserAuth::Property property = {}; in HWTEST_F() local
538 UserAuth::Property property = {}; in HWTEST_F() local
559 UserAuth::Property property = {}; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_animation.cpp30 SpringAnimation::SpringAnimation(const RefPtr<SpringProperty>& property) in SpringAnimation() argument
37 SpringAnimation::SpringAnimation(const RefPtr<SpringProperty>& property, float velocity) in SpringAnimation() argument
44 SpringAnimation::SpringAnimation(const RefPtr<SpringProperty>& property, float velocity, float valueThreshold) in SpringAnimation() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Dsheet_drag_bar_test_ng.cpp186 auto property = AceType::DynamicCast<AnimatablePropertyFloat>(dragBarPattern->property_->property_); in HWTEST_F() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_config.cpp69 bool AdapterConfig::GetValue(const std::string &section, const std::string &property, int &value) in GetValue() argument
73 bool AdapterConfig::GetValue(const std::string &section, const std::string &property, std::string &value) in GetValue() argument
77 bool AdapterConfig::GetValue(const std::string &section, const std::string &property, bool &value) in GetValue() argument
H A Dadapter_device_config.cpp82 bool AdapterDeviceConfig::SetValue(const std::string &section, const std::string &property, const int &value) in SetValue() argument
88 bool AdapterDeviceConfig::SetValue(const std::string &section, const std::string &property, const std::string &value) in SetValue() argument
94 bool AdapterDeviceConfig::GetValue(const std::string &section, const std::string &property, int &value) in GetValue() argument
100 bool AdapterDeviceConfig::GetValue(const std::string &section, const std::string &property, std::string &value) in GetValue() argument
107 bool AdapterDeviceConfig::GetValue(const std::string &section, const std::string &property, bool &value) in GetValue() argument
113 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const int &value) SetValue() argument
119 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const std::string &value) SetValue() argument
126 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const bool &value) SetValue() argument
133 GetValue( const std::string &section, const std::string &subSection, const std::string &property, int &value) GetValue() argument
140 GetValue( const std::string &section, const std::string &subSection, const std::string &property, std::string &value) GetValue() argument
147 GetValue( const std::string &section, const std::string &subSection, const std::string &property, bool &value) GetValue() argument
[all...]
H A Dadapter_device_info.cpp76 bool AdapterDeviceInfo::GetValue(const std::string &section, const std::string &property, std::string &value) in GetValue() argument
82 bool AdapterDeviceInfo::GetValue(const std::string &section, const std::string &property, bool &value) in GetValue() argument
88 bool AdapterDeviceInfo::GetValue(const std::string &section, const std::string &property, int &value) in GetValue() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hap_verify_test/
H A Dbms_bundle_hap_verify_test.cpp104 std::string property; in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dkeyframe_animation.cpp105 void KeyframeAnimation::OnPropertyChanged(const TargetProperty& property, const IStackProperty::Ptr& previous) in OnPropertyChanged() argument
H A Dproperty_animation.cpp44 void PropertyAnimation::OnPropertyChanged(const TargetProperty& property, const IStackProperty::Ptr& previous) in OnPropertyChanged() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_input_property_manager.cpp37 IProperty::Ptr property; in ConstructFromValue() local
57 IProperty::Ptr property = ConstructFromValue(value); in ConstructProperty() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_context.cpp65 IProperty::Ptr ObjectContext::SetPropertyTarget(const IProperty::Ptr& property) in SetPropertyTarget() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_curve_animation_test.cpp41 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); in HWTEST_F() local
75 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); in HWTEST_F() local
108 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); in HWTEST_F() local
141 auto property in HWTEST_F() local
175 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
209 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
243 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
277 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
317 auto property = std::make_shared<RSAnimatableProperty<Quaternion>>(); HWTEST_F() local
352 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property_modifier.cpp24 RSEnvForegroundColorModifier::RSEnvForegroundColorModifier(const std::shared_ptr<RSPropertyBase>& property) in RSEnvForegroundColorModifier() argument
53 RSCustomClipToFrameModifier::RSCustomClipToFrameModifier(const std::shared_ptr<RSPropertyBase>& property) in RSCustomClipToFrameModifier() argument
38 RSEnvForegroundColorStrategyModifier( const std::shared_ptr<RSPropertyBase>& property) RSEnvForegroundColorStrategyModifier() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifiermanager_fuzzer/
H A Drsmodifiermanager_fuzzer.cpp79 std::shared_ptr<RSProperty<float>> property = std::make_shared<RSProperty<float>>(value); in TestModifierManager() local

Completed in 11 milliseconds

12345678910>>...32