/third_party/libabigail/include/ |
H A D | abg-ini.h | 40 class property class [all...] |
/third_party/pulseaudio/src/daemon/ |
H A D | server-lookup.c | 204 const char* property; in handle_get() local 254 const char* property; in handle_set() local 312 const char *property = "Address"; handle_get_all() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkDeviceProperties.cpp | 178 bool DeviceProperties::contains (const std::string& property, bool throwIfNotExists) const in contains() argument
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
H A D | gxvprop.c | 111 gxv_prop_property_validate( FT_UShort property, in gxv_prop_property_validate() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_pyclbr.py | 228 cm('sre_parse', ignore=('dump', 'groups', 'pos')) # from sre_constants import *; property namespace
|
/third_party/vulkan-loader/loader/ |
H A D | unknown_function_handling.c | 95 const struct loader_dev_ext_props *const property = &(extensions->list[extension]); in loader_check_layer_list_for_dev_ext_address() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/ |
H A D | atomic_service_pattern.cpp | 82 auto property = menuBarRow->GetLayoutProperty(); in UpdateLayoutMargin() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_pattern.h | 97 auto property = GetLayoutProperty<GridLayoutProperty>(); variable
|
H A D | grid_item_pattern.cpp | 283 auto property = GetLayoutProperty<GridItemLayoutProperty>(); in DumpAdvanceInfo() local 346 auto property = GetLayoutProperty<GridItemLayoutProperty>(); DumpAdvanceInfo() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_model_ng.cpp | 50 auto property = frameNode->GetLayoutProperty<FormLayoutProperty>(); in SetDimension() local 66 auto property = frameNode->GetLayoutProperty<FormLayoutProperty>(); in AllowUpdate() local 119 auto property in SetModuleName() local 202 auto property = frameNode->GetLayoutProperty<FormLayoutProperty>(); AllowUpdate() local 215 auto property = frameNode->GetLayoutProperty<FormLayoutProperty>(); SetDimension() local 228 auto property = frameNode->GetLayoutProperty<FormLayoutProperty>(); SetModuleName() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/ |
H A D | linear_indicator_pattern.cpp | 25 auto property = MakeRefPtr<LinearIndicatorLayoutProperty>(); in CreateLayoutProperty() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_pattern.cpp | 151 auto property = linearNode->GetLayoutProperty<LinearLayoutProperty>(); in InitDescriptionNode() local
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_value.cpp | 228 Local<JSValueRef> property = obj->Get(vm, idx); in GetProperty() local 259 Local<JSValueRef> property = obj->Get(vm, key); in GetProperty() local 383 Local<JSValueRef> property = obj->Get(vm, idx); in GetElement() local
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_alert_dialog_ffi.cpp | 111 ParseButtonObj( DialogProperties& properties, NativeAlertDialogButtonOptions objInner, const std::string& property) ParseButtonObj() argument 191 ParseButtonArray( DialogProperties& properties, CArrNativeAlertDialogButtonOptions buttons, const std::string& property) ParseButtonArray() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menuitem_testone_ng.cpp | 195 auto property = menuNode->GetLayoutProperty<MenuLayoutProperty>(); in HWTEST_F() local 230 auto property = menuNode->GetLayoutProperty<MenuLayoutProperty>(); in HWTEST_F() local 265 auto property = menuNode->GetLayoutProperty<MenuLayoutProperty>(); HWTEST_F() local 311 auto property = menuNode->GetLayoutProperty<MenuLayoutProperty>(); HWTEST_F() local 357 auto property = menuNode->GetLayoutProperty<MenuLayoutProperty>(); HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_modifier_adapter.cpp | 109 inline std::shared_ptr<RSPropertyBase> ConvertToRSProperty(const RefPtr<PropertyBase>& property) in ConvertToRSProperty() argument 229 AddProperty(const RefPtr<PropertyBase>& property) AddProperty() argument 275 auto property = std::static_pointer_cast<RSAnimatableProperty<float>>(modify->GetProperty()); AnimateWithVelocity() local 288 auto property = std::static_pointer_cast<RSPropertyBase>(modify->GetProperty()); SetThresholdType() local 298 auto property = std::static_pointer_cast<RSAnimatableProperty<float>>(modify->GetProperty()); SetPropertyUnit() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_utils.h | 40 static bool IsStretch(const RefPtr<SwiperLayoutProperty>& property) in IsStretch() argument 47 static float GetItemSpace(const RefPtr<SwiperLayoutProperty>& property) in GetItemSpace() argument 55 CreateChildConstraint( const RefPtr<SwiperLayoutProperty>& property, const OptionalSizeF& idealSize, bool getAutoFill) CreateChildConstraint() argument 109 CaculateDisplayItemSpaceCount( const RefPtr<SwiperLayoutProperty>& property, double prevMargin, double nextMargin) CaculateDisplayItemSpaceCount() argument 169 CheckIsSingleCase(const RefPtr<SwiperLayoutProperty>& property) CheckIsSingleCase() argument 181 CheckMarginPropertyExceed(const RefPtr<SwiperLayoutProperty>& property, float childCalcIdealLength) CheckMarginPropertyExceed() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_layout_element.cpp | 28 void IconLayoutElement::Init(RefPtr<SecurityComponentLayoutProperty>& property, in Init() argument 97 void TextLayoutElement::Init(RefPtr<SecurityComponentLayoutProperty>& property, in Init() argument 174 ChooseExactFontSize(RefPtr<TextLayoutProperty>& property, bool isWidth) ChooseExactFontSize() argument [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_base.cpp | 146 RefPtr<ImageSpanNode> TextBases::CreateImageSpanNode(const ImageSpanNodeProperty& property) in CreateImageSpanNode() argument [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
H A D | app_style_manager.cpp | 277 jerry_value_t property = jerry_get_property_by_index(propValue, (propCount - 1)); in HandleSelectors() local
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | vcard_util.h | 92 void AddProperty(const VCardProperty &property) in AddProperty() argument
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | object_api.h | 335 Object& MetaProperty(const IProperty::Ptr& property) in MetaProperty() argument 344 AddProperty(const IProperty::Ptr& property) AddProperty() argument 352 RemoveProperty(const META_NS::IProperty::Ptr& property) RemoveProperty() argument [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | track_animation.cpp | 159 void TrackAnimation::OnPropertyChanged(const TargetProperty& property, const IStackProperty::Ptr& previous) in OnPropertyChanged() argument 172 auto& property = p.property; in OnPropertyChanged() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_surface_capture_task.cpp | 122 const auto& property = node->GetRenderProperties();
in CreatePixelMapBySurfaceNode() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_render_property.h | 258 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<T>>(value); variable
|