Home
last modified time | relevance | path

Searched defs:attributes (Results 176 - 200 of 378) sorted by relevance

12345678910>>...16

/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp271 std::vector<int32_t> attributes = {}; in GetPlayerAppSettingCurrentValueInner() local
290 std::vector<int32_t> attributes = {}; in SetPlayerAppSettingCurrentValueInner() local
321 std::vector<int32_t> attributes = {}; in GetPlayerAppSettingAttributeTextInner() local
340 int32_t attributes = data.ReadInt32(); GetPlayerAppSettingValueTextInner() local
361 std::vector<int32_t> attributes = {}; GetElementAttributesInner() local
400 std::vector<int32_t> attributes = {}; GetFolderItemsInner() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp379 void BluetoothAvrcpTgServer::NotifyPlayerAppSettingChanged(const std::vector<int32_t> &attributes, in NotifyPlayerAppSettingChanged() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_vendor.cpp339 AvrcCtLpasvPacket::AvrcCtLpasvPacket(uint8_t attributes) in AvrcCtLpasvPacket() argument
463 AvrcCtGcpasvPacket::AvrcCtGcpasvPacket(const std::vector<uint8_t> &attributes) : AvrcCtVendorPacket() in AvrcCtGcpasvPacket() argument
595 AvrcCtSpasvPacket::AvrcCtSpasvPacket(const std::vector<uint8_t> &attributes, const std::vector<uint8_t> &values) in AvrcCtSpasvPacket() argument
713 AvrcCtGpasatPacket::AvrcCtGpasatPacket(std::vector<uint8_t> attributes) argument
954 AvrcCtGeaPacket(uint64_t identifier, std::vector<uint32_t> attributes) AvrcCtGeaPacket() argument
[all...]
/third_party/ffmpeg/libavutil/
H A Dhwcontext_videotoolbox.c168 CFMutableDictionaryRef attributes, iosurface_properties; in vt_pool_alloc() local
/third_party/curl/lib/
H A Dldap.c920 char **attributes; in _ldap_url_parse2() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dlocalebuilder.cpp292 CharString attributes; in addUnicodeLocaleAttribute() local
347 CharString attributes; removeUnicodeLocaleAttribute() local
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DIndicInputMethodImpl.java380 public int getRunStart(Set attributes) { in getRunStart() argument
394 public int getRunLimit(Set attributes) { in getRunLimit() argument
/third_party/mbedtls/programs/psa/
H A Dkey_ladder_demo.c189 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in generate() local
217 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in import_key_from_file() local
266 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; derive_key_ladder() local
315 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; derive_wrapping_key() local
353 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; wrap_data() local
440 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; unwrap_data() local
[all...]
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.h176 struct agx_attribute attributes[AGX_MAX_ATTRIBS]; member
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dmixer.c781 vlVdpVideoMixerSetAttributeValues(VdpVideoMixer mixer, uint32_t attribute_count, VdpVideoMixerAttribute const *attributes, void const *const *attribute_values) vlVdpVideoMixerSetAttributeValues() argument
944 vlVdpVideoMixerGetAttributeValues(VdpVideoMixer mixer, uint32_t attribute_count, VdpVideoMixerAttribute const *attributes, void *const *attribute_values) vlVdpVideoMixerGetAttributeValues() argument
/third_party/node/deps/icu-small/source/common/
H A Dlocalebuilder.cpp292 CharString attributes; in addUnicodeLocaleAttribute() local
347 CharString attributes; removeUnicodeLocaleAttribute() local
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-scopes.cc251 PropertyAttributes attributes; in DeclareEvalHelper() local
631 PropertyAttributes attributes; in RUNTIME_FUNCTION() local
668 PropertyAttributes attributes; in LoadLookupSlot() local
768 PropertyAttributes attributes; StoreLookupSlot() local
[all...]
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
H A Dshader_translator.cpp705 const std::vector<sh::ShaderVariable> *attributes = sh::GetAttributes(compiler); in PrintActiveVariables() local
/third_party/skia/src/ports/
H A DSkFontMgr_config_parser.cpp416 start_element_handler(void *data, const char *tag, const char **attributes) start_element_handler() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_posixpath.py716 attributes = ['relpath', 'samefile', 'sameopenfile', 'samestat'] variable in PosixCommonTest
H A Dtest_ntpath.py896 attributes = ['relpath'] variable in NtCommonTest
/third_party/skia/third_party/externals/tint/src/transform/
H A Dcanonicalize_entry_point_io.cc88 ast::DecorationList attributes; member
250 ast::DecorationList attributes; ProcessNonStructParameter() local
282 auto attributes = CloneShaderIOAttributes(member_ast->decorations); ProcessStructParameter() local
308 auto attributes = CloneShaderIOAttributes(member_ast->decorations); ProcessReturnType() local
315 auto attributes = ProcessReturnType() local
418 ast::DecorationList attributes = std::move(outval.attributes); CreateSpirvOutputVariables() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocalebuilder.cpp292 CharString attributes; in addUnicodeLocaleAttribute() local
347 CharString attributes; removeUnicodeLocaleAttribute() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DDrawVertexAndIndexBufferOOBValidationTests.cpp76 std::vector<PipelineVertexBufferAttributeDesc> attributes = {}; member
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragOpInteractionCase.cpp79 static void computeVertexLayout (const vector<rsg::ShaderInput*>& attributes, int numVertices, vector<glu::VertexArrayBinding>* layout, int* stride) in computeVertexLayout() argument
124 VertexDataStorage::VertexDataStorage (const vector<rsg::ShaderInput*>& attributes, int numVertices) in VertexDataStorage() argument
/third_party/vk-gl-cts/framework/xexml/
H A DxeXMLParser.hpp158 const AttributeMap& attributes (void) const { return m_attributes; } in attributes() function in xe::xml::Parser
/third_party/vk-gl-cts/modules/egl/
H A DteglQueryConfigTests.cpp575 } attributes[] = in init() local
H A DteglQuerySurfaceTests.cpp64 static void logSurfaceAttributes (tcu::TestLog& log, const Library& egl, EGLDisplay display, EGLSurface surface, const EGLint* attributes, int numAttribs) in logSurfaceAttributes() argument
72 static const EGLint attributes[] = in logCommonSurfaceAttributes() local
92 static const EGLint attributes[] = in logPbufferSurfaceAttributes() local
[all...]
/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp706 Attributes attributes; in OnResult() local
H A Dinner_account_iam_manager.cpp422 Attributes attributes; in GetProperty() local

Completed in 24 milliseconds

12345678910>>...16