Home
last modified time | relevance | path

Searched defs:attribute (Results 51 - 75 of 390) sorted by relevance

12345678910>>...16

/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_rect_declaration.h44 auto& attribute = static_cast<SvgRectAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetX() local
50 auto& attribute = static_cast<SvgRectAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetY() local
56 auto& attribute = static_cast<SvgRectAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetRx() local
62 auto& attribute = static_cast<SvgRectAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetRy() local
68 auto& attribute = static_cast<SvgRectAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetWidth() local
74 auto& attribute = static_cast<SvgRectAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetHeight() local
80 auto& attribute = MaybeResetAttribute<SvgRectAttribute>(AttributeTag::SPECIALIZED_ATTR); SetX() local
86 auto& attribute = MaybeResetAttribute<SvgRectAttribute>(AttributeTag::SPECIALIZED_ATTR); SetY() local
92 auto& attribute = MaybeResetAttribute<SvgRectAttribute>(AttributeTag::SPECIALIZED_ATTR); SetRx() local
100 auto& attribute = MaybeResetAttribute<SvgRectAttribute>(AttributeTag::SPECIALIZED_ATTR); SetRy() local
108 auto& attribute = MaybeResetAttribute<SvgRectAttribute>(AttributeTag::SPECIALIZED_ATTR); SetWidth() local
116 auto& attribute = MaybeResetAttribute<SvgRectAttribute>(AttributeTag::SPECIALIZED_ATTR); SetHeight() local
[all...]
H A Dsvg_fe_blend_declaration.h55 auto& attribute = MaybeResetAttribute<SvgFeBlendAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIn2() local
74 auto& attribute = MaybeResetAttribute<SvgFeBlendAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetBlendMode() local
81 auto& attribute = static_cast<SvgFeBlendAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetBlendMode() local
87 auto& attribute = static_cast<SvgFeBlendAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetIn2() local
H A Dsvg_image_declaration.h42 auto& attribute = MaybeResetAttribute<SvgImageAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetX() local
48 auto& attribute = static_cast<SvgImageAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetX() local
54 auto& attribute = MaybeResetAttribute<SvgImageAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetY() local
60 auto& attribute = static_cast<SvgImageAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetY() local
66 auto& attribute = MaybeResetAttribute<SvgImageAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetHeight() local
72 auto& attribute = static_cast<SvgImageAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetHeight() local
78 auto& attribute = MaybeResetAttribute<SvgImageAttribute>(AttributeTag::SPECIALIZED_ATTR); SetWidth() local
84 auto& attribute = static_cast<SvgImageAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetWidth() local
96 auto& attribute = static_cast<SvgImageAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetHref() local
[all...]
H A Dsvg_mask_declaration.h43 auto& attribute = MaybeResetAttribute<SvgMaskAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetX() local
49 auto& attribute = static_cast<SvgMaskAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetX() local
55 auto& attribute = MaybeResetAttribute<SvgMaskAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetY() local
61 auto& attribute = static_cast<SvgMaskAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetY() local
67 auto& attribute = MaybeResetAttribute<SvgMaskAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetHeight() local
73 auto& attribute = static_cast<SvgMaskAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetHeight() local
79 auto& attribute = MaybeResetAttribute<SvgMaskAttribute>(AttributeTag::SPECIALIZED_ATTR); SetWidth() local
85 auto& attribute = static_cast<SvgMaskAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetWidth() local
91 auto& attribute = static_cast<SvgMaskAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetMaskUnits() local
97 auto& attribute = MaybeResetAttribute<SvgMaskAttribute>(AttributeTag::SPECIALIZED_ATTR); SetMaskUnits() local
103 auto& attribute = static_cast<SvgMaskAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetMaskContentUnits() local
109 auto& attribute = MaybeResetAttribute<SvgMaskAttribute>(AttributeTag::SPECIALIZED_ATTR); SetMaskContentUnits() local
[all...]
H A Dsvg_fe_func_declaration.h51 auto& attribute = MaybeResetAttribute<SvgFeFuncAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetAmplitude() local
57 auto& attribute = MaybeResetAttribute<SvgFeFuncAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetExponent() local
63 auto& attribute = MaybeResetAttribute<SvgFeFuncAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIntercept() local
69 auto& attribute = MaybeResetAttribute<SvgFeFuncAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetOffset() local
75 auto& attribute = MaybeResetAttribute<SvgFeFuncAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetSlope() local
81 auto& attribute = MaybeResetAttribute<SvgFeFuncAttribute>(AttributeTag::SPECIALIZED_ATTR); SetTableValues() local
96 auto& attribute = MaybeResetAttribute<SvgFeFuncAttribute>(AttributeTag::SPECIALIZED_ATTR); SetType() local
103 auto& attribute = static_cast<SvgFeFuncAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetType() local
109 auto& attribute = static_cast<SvgFeFuncAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetAmplitude() local
115 auto& attribute = static_cast<SvgFeFuncAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetExponent() local
121 auto& attribute = static_cast<SvgFeFuncAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetIntercept() local
127 auto& attribute = static_cast<SvgFeFuncAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetOffset() local
133 auto& attribute = static_cast<SvgFeFuncAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetSlope() local
139 auto& attribute = static_cast<SvgFeFuncAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetTableValues() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/xcomponent/
H A Dxcomponent_declaration.h44 auto& attribute = MaybeResetAttribute<XComponentAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetXComponentName() local
50 auto& attribute = static_cast<XComponentAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetXComponentName() local
56 auto& attribute = MaybeResetAttribute<XComponentAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetXComponentId() local
62 auto& attribute = static_cast<XComponentAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetXComponentId() local
68 auto& attribute = MaybeResetAttribute<XComponentAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetXComponentType() local
74 auto& attribute = static_cast<XComponentAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetXComponentType() local
80 auto& attribute = MaybeResetAttribute<XComponentAttribute>(AttributeTag::SPECIALIZED_ATTR); SetXComponentLibraryName() local
86 auto& attribute = static_cast<XComponentAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetXComponentLibraryName() local
[all...]
/foundation/arkui/ace_engine/frameworks/component_test/
H A Dcomponent_test_manager_impl.cpp87 void ComponentTestManagerImpl::SetTestCaseAttribute(TestCaseAttribute attribute) in SetTestCaseAttribute() argument
H A Dcomponent_test_proxy.cpp42 void ComponentTestManagerProxy::SetTestCaseAttribute(TestCaseAttribute attribute) in SetTestCaseAttribute() argument
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dsurface_encoder_adapter_unit_test.cpp356 std::shared_ptr<Format> attribute = std::make_shared<Format>(); in HWTEST_F() local
/kernel/linux/linux-6.6/arch/x86/platform/efi/
H A Dfake_mem.c86 u64 start = 0, mem_size = 0, attribute = 0; in setup_fake_mem() local
/third_party/icu/icu4c/source/common/
H A Duniset_closure.cpp152 UnicodeSet& UnicodeSet::closeOver(int32_t attribute) { in closeOver() argument
/third_party/mesa3d/src/egl/main/
H A Deglsurface.c457 _eglQuerySurface(_EGLDisplay *disp, _EGLSurface *surface, EGLint attribute, EGLint *value) _eglQuerySurface() argument
631 _eglSurfaceAttrib(_EGLDisplay *disp, _EGLSurface *surface, EGLint attribute, EGLint value) _eglSurfaceAttrib() argument
/third_party/mesa3d/src/glx/tests/
H A Dquery_renderer_unittest.cpp57 fake_query_renderer_integer(struct glx_screen *psc, int attribute, in fake_query_renderer_integer() argument
70 fake_query_renderer_string(struct glx_screen *psc, int attribute, in fake_query_renderer_string() argument
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dconstructors.js18 var attribute = function attribute(opts) { function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DSurfaceGbm.cpp58 egl::Error SurfaceGbm::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
H A DNVCtrlLib.h593 unsigned int attribute; global() member
618 unsigned int attribute; global() member
643 unsigned int attribute; global() member
669 unsigned int attribute; global() member
693 unsigned int attribute; global() member
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duniset_closure.cpp152 UnicodeSet& UnicodeSet::closeOver(int32_t attribute) { in closeOver() argument
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dparser.js135 _proto.attribute = function attribute() { function
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_stub.cpp118 InputAttribute attribute; in OnAttributeChangeOnRemote() local
158 void InputMethodAgentStub::OnAttributeChange(const InputAttribute &attribute) in OnAttributeChange() argument
H A Dinput_method_agent_proxy.cpp67 void InputMethodAgentProxy::OnAttributeChange(const InputAttribute &attribute) in OnAttributeChange() argument
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_attach_test.cpp184 InputAttribute attribute; in HWTEST_F() local
209 InputAttribute attribute; in HWTEST_F() local
236 InputAttribute attribute; HWTEST_F() local
355 InputAttribute attribute; HWTEST_F() local
416 InputAttribute attribute; HWTEST_F() local
442 InputAttribute attribute; HWTEST_F() local
499 InputAttribute attribute; HWTEST_F() local
529 InputAttribute attribute; HWTEST_F() local
563 InputAttribute attribute; HWTEST_F() local
595 InputAttribute attribute; HWTEST_F() local
632 InputAttribute attribute; HWTEST_F() local
665 InputAttribute attribute; HWTEST_F() local
692 InputAttribute attribute; HWTEST_F() local
[all...]
/base/sensors/miscdevice/frameworks/cj/src/
H A Dvibrator_ffi.cpp94 void FfiVibratorStartVibrationTime(RetVibrateTime effect, RetVibrateAttribute attribute, int32_t &code) in FfiVibratorStartVibrationTime() argument
106 void FfiVibratorStartVibrationPreset(RetVibratePreset effect, RetVibrateAttribute attribute, int32_t &code) in FfiVibratorStartVibrationPreset() argument
121 void FfiVibratorStartVibrationFile(RetVibrateFromFile effect, RetVibrateAttribute attribute, int32_t &code) in FfiVibratorStartVibrationFile() argument
/device/qemu/drivers/uart/
H A Duart.c122 static int32_t Hi35xxGetAttribute(struct UartHost *host, struct UartAttribute *attribute) in Hi35xxGetAttribute() argument
144 static int32_t Hi35xxSetAttribute(struct UartHost *host, struct UartAttribute *attribute) in Hi35xxSetAttribute() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/qrcode/
H A Dqrcode_declaration.h49 auto& attribute = static_cast<QrcodeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetValue() local
55 auto& attribute = static_cast<QrcodeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetType() local
97 auto& attribute = MaybeResetAttribute<QrcodeAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetValue() local
103 auto& attribute = MaybeResetAttribute<QrcodeAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetQrcodeType() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp59 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in InitializeStyle() local

Completed in 12 milliseconds

12345678910>>...16