Home
last modified time | relevance | path

Searched defs:attribute (Results 201 - 225 of 426) sorted by relevance

12345678910>>...18

/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dc_service_stub_code_emitter.cpp549 EmitCallParameter( StringBuilder &sb, const AutoPtr<ASTType> &type, ASTParamAttr::ParamAttr attribute, const std::string &name) const EmitCallParameter() argument
/foundation/ability/idl_tool/idl_tool_2/util/
H A Doptions.h305 Attribute attribute; member in OHOS::Idl::Options
/foundation/arkui/ace_engine/frameworks/core/components/declaration/clock/
H A Dclock_declaration.h156 auto& attribute = MaybeResetAttribute<ClockAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetHoursWest() local
162 auto& attribute = static_cast<ClockAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetHoursWest() local
230 auto& attribute = static_cast<ClockAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetShowDigit() local
236 auto& attribute = MaybeResetAttribute<ClockAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetShowDigit() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.h42 auto& attribute = static_cast<SpanAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetSpanData() local
48 auto& attribute = MaybeResetAttribute<SpanAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetSpanData() local
66 auto& attribute = static_cast<SpanAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in IsShow() local
72 auto& attribute = MaybeResetAttribute<SpanAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIsShow() local
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h109 PlayerSettingValues(uint8_t attribute, const std::vector<uint8_t> &values) in PlayerSettingValues() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp246 OnGetPlayerAppSettingValues(const RawAddress &rawAddr, int attribute, const std::vector<uint8_t> &values, int result) OnGetPlayerAppSettingValues() argument
H A Dbluetooth_avrcp_ct_stub.cpp278 int32_t attribute = data.ReadInt32(); in GetPlayerAppSettingCurrentValueInner() local
297 int32_t attribute = data.ReadInt32(); in SetPlayerAppSettingCurrentValueInner() local
328 int32_t attribute = data.ReadInt32(); in GetPlayerAppSettingAttributeTextInner() local
368 int32_t attribute = data.ReadInt32(); in GetElementAttributesInner() local
407 int32_t attribute = data.ReadInt32(); in GetFolderItemsInner() local
446 int32_t attribute = data.ReadInt32(); EnableNotificationInner() local
465 int32_t attribute = data.ReadInt32(); DisableNotificationInner() local
485 int32_t attribute = data.ReadInt32(); GetItemAttributesInner() local
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_tags.cpp202 auto attribute = std::make_shared<Attribute>(attrName, attrValue); in ParseAttributes() local
/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.cpp571 void CodecClient::OnInputParameterWithAttrAvailable(uint32_t index, std::shared_ptr<Format> attribute, in OnInputParameterWithAttrAvailable() argument
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/distributed_stream/
H A Ddistributed_stream_test.cpp325 SessionAttribute attribute; in OpenAllSession() local
354 SessionAttribute attribute; OpenCtrlSession() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_schema_test_tools.cpp124 EncrypteAttribute attribute = {option.isEncryptedDb, option.passwd}; in SchemaIndexQuery() local
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbcon_ud.c25 static void ud_update_attr(u8 *dst, u8 *src, int attribute, in ud_update_attr() argument
163 u32 attribute = get_attribute(info, scr_readw(s)); in ud_putcs() local
259 int attribute, use_sw = vc->vc_cursor_type & CUR_SW; in ud_cursor() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbcon_ud.c25 static void ud_update_attr(u8 *dst, u8 *src, int attribute, in ud_update_attr() argument
163 u32 attribute = get_attribute(info, scr_readw(s)); in ud_putcs() local
259 int attribute, use_sw = vc->vc_cursor_type & CUR_SW; in ud_cursor() local
[all...]
/third_party/curl/lib/
H A Dldap.c552 TCHAR *attribute; in ldap_do() local
554 char *attribute; in ldap_do() local
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DIndicInputMethodImpl.java375 public int getRunStart(AttributedCharacterIterator.Attribute attribute) { in getRunStart() argument
389 public int getRunLimit(AttributedCharacterIterator.Attribute attribute) { in getRunLimit() argument
408 public Object getAttribute(AttributedCharacterIterator.Attribute attribute) { in getAttribute() argument
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.cpp569 TiXmlAttribute* attribute = 0; in Clone() local
/third_party/mesa3d/src/egl/main/
H A Deglconfig.c818 _eglGetConfigAttrib(_EGLDisplay *disp, _EGLConfig *conf, EGLint attribute, EGLint *value) _eglGetConfigAttrib() argument
[all...]
/third_party/mesa3d/src/glx/
H A Dglx_pbuffer.c242 __glXGetDrawableAttribute(Display * dpy, GLXDrawable drawable, int attribute, unsigned int *value) __glXGetDrawableAttribute() argument
822 glXQueryDrawable(Display * dpy, GLXDrawable drawable, int attribute, unsigned int *value) glXQueryDrawable() argument
870 glXQueryGLXPbufferSGIX(Display * dpy, GLXPbufferSGIX drawable, int attribute, unsigned int *value) glXQueryGLXPbufferSGIX() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DSurfaceD3D.cpp422 egl::Error SurfaceD3D::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DDisplay.cpp241 bool Display::getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value) in getConfigAttrib() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderPipeline.cpp116 ValidateVertexAttribute( DeviceBase* device, const VertexAttribute* attribute, const EntryPointMetadata& metadata, uint64_t vertexBufferStride, ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes>* attributesSetMask) ValidateVertexAttribute() argument
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp860 const TiXmlAttribute* attribute = 0; in CopyTo() local
/third_party/rust/crates/clap/clap_derive/src/
H A Ditem.rs1269 fn attribute(version: &'static str, old: AttrKind, new: AttrKind, span: Span) -> Self { in attribute() functions
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dest.c219 Attribute *attribute; member
/third_party/vk-gl-cts/modules/egl/
H A DteglQueryConfigTests.cpp53 static bool isAttributePresent (const eglu::Version& version, EGLenum attribute) in isAttributePresent() argument
80 static bool hasRequiredExtension(const eglw::Library& egl, EGLDisplay display, EGLenum attribute) in hasRequiredExtension() argument
299 GetConfigAttribSimpleCase (EglTestContext& eglTestCtx, const char* name, const char* description, EGLenum attribute) in GetConfigAttribSimpleCase() argument
573 EGLenum attribute; in init() member

Completed in 24 milliseconds

12345678910>>...18