/third_party/alsa-utils/alsamixer/ |
D | colors.h | 6 struct attributes { struct 9 int ctl_bar_hi; 11 int ctl_bar_lo; 36 extern struct attributes attrs; argument
|
/third_party/boost/boost/coroutine/ |
D | attributes.hpp | 24 struct attributes struct 26 std::size_t size; 27 flag_unwind_t do_unwind; 29 attributes() BOOST_NOEXCEPT : in attributes() argument 34 explicit attributes( std::size_t size_) BOOST_NOEXCEPT : in attributes() argument 39 explicit attributes( flag_unwind_t do_unwind_) BOOST_NOEXCEPT : in attributes() function 44 explicit attributes( in attributes() function
|
/third_party/mbedtls/include/psa/ |
D | crypto_struct.h | 359 static inline void psa_set_key_id( psa_key_attributes_t *attributes, in psa_set_key_id() 376 const psa_key_attributes_t *attributes ) in psa_get_key_id() 382 static inline void mbedtls_set_key_owner_id( psa_key_attributes_t *attributes, in mbedtls_set_key_owner_id() 389 static inline void psa_set_key_lifetime( psa_key_attributes_t *attributes, in psa_set_key_lifetime() 404 const psa_key_attributes_t *attributes ) in psa_get_key_lifetime() 418 static inline void psa_set_key_usage_flags(psa_key_attributes_t *attributes, in psa_set_key_usage_flags() 426 const psa_key_attributes_t *attributes ) in psa_get_key_usage_flags() 431 static inline void psa_set_key_algorithm( psa_key_attributes_t *attributes, in psa_set_key_algorithm() 438 const psa_key_attributes_t *attributes ) in psa_get_key_algorithm() 450 static inline void psa_set_key_type( psa_key_attributes_t *attributes, in psa_set_key_type() [all …]
|
/third_party/mbedtls/tests/src/drivers/ |
D | test_driver_signature.c | 55 const psa_key_attributes_t *attributes, in sign_hash() 132 const psa_key_attributes_t *attributes, in verify_hash() 207 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_sign_message() 261 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_sign_message() 285 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_verify_message() 326 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_verify_message() 348 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_sign_hash() 375 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_sign_hash() 395 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_verify_hash() 412 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_verify_hash()
|
D | test_driver_key_management.c | 193 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_generate_key() 243 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_generate_key() 254 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_import_key() 321 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_import_key() 415 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_export_key() 494 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_export_public_key() 559 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_export_public_key() 672 psa_key_attributes_t *attributes, in mbedtls_test_opaque_get_builtin_key() 720 psa_key_attributes_t *attributes, in mbedtls_test_opaque_copy_key()
|
D | test_driver_cipher.c | 43 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_cipher_encrypt() 91 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_cipher_decrypt() 138 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_cipher_encrypt_setup() 169 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_cipher_decrypt_setup() 314 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_cipher_encrypt() 336 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_cipher_decrypt() 356 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_cipher_encrypt_setup() 370 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_cipher_decrypt_setup()
|
D | test_driver_mac.c | 35 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_mac_compute() 87 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_mac_sign_setup() 127 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_mac_verify_setup() 298 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_mac_compute() 334 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_mac_sign_setup() 361 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_mac_verify_setup()
|
/third_party/mbedtls/library/ |
D | psa_crypto_client.c | 33 void psa_reset_key_attributes( psa_key_attributes_t *attributes ) in psa_reset_key_attributes() 39 psa_status_t psa_set_key_domain_parameters( psa_key_attributes_t *attributes, in psa_set_key_domain_parameters() 70 const psa_key_attributes_t *attributes, in psa_get_key_domain_parameters()
|
D | psa_crypto_driver_wrappers.c | 110 const psa_key_attributes_t *attributes, in psa_driver_wrapper_sign_message() 185 const psa_key_attributes_t *attributes, in psa_driver_wrapper_verify_message() 256 const psa_key_attributes_t *attributes, in psa_driver_wrapper_sign_hash() 340 const psa_key_attributes_t *attributes, in psa_driver_wrapper_verify_hash() 434 const psa_key_attributes_t *attributes, in psa_driver_wrapper_get_key_buffer_size_from_key_data() 478 const psa_key_attributes_t *attributes, in psa_driver_wrapper_get_key_buffer_size() 514 const psa_key_attributes_t *attributes, in psa_driver_wrapper_generate_key() 586 const psa_key_attributes_t *attributes, in psa_driver_wrapper_import_key() 668 const psa_key_attributes_t *attributes, in psa_driver_wrapper_export_key() 726 const psa_key_attributes_t *attributes, in psa_driver_wrapper_export_public_key() [all …]
|
D | psa_crypto_ecp.c | 168 const psa_key_attributes_t *attributes, in mbedtls_psa_ecp_import_key() 259 const psa_key_attributes_t *attributes, in mbedtls_psa_ecp_export_public_key() 287 const psa_key_attributes_t *attributes, in mbedtls_psa_ecp_generate_key() 337 const psa_key_attributes_t *attributes, in mbedtls_psa_ecdsa_sign_hash() 411 const psa_key_attributes_t *attributes, in mbedtls_psa_ecdsa_verify_hash()
|
D | psa_crypto_mac.c | 156 const psa_key_attributes_t *attributes, in cmac_setup() 276 const psa_key_attributes_t *attributes, in psa_mac_setup() 326 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_sign_setup() 337 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_verify_setup() 461 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_compute()
|
D | psa_crypto_cipher.c | 133 const psa_key_attributes_t *attributes, in psa_cipher_setup() 210 const psa_key_attributes_t *attributes, in mbedtls_psa_cipher_encrypt_setup() 221 const psa_key_attributes_t *attributes, in mbedtls_psa_cipher_decrypt_setup() 448 const psa_key_attributes_t *attributes, in mbedtls_psa_cipher_encrypt() 502 const psa_key_attributes_t *attributes, in mbedtls_psa_cipher_decrypt()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsAttributeLocationTests.cpp | 73 bool hasAttributeAliasing (const vector<Attribute>& attributes, const map<string, deUint32>& bindin… in hasAttributeAliasing() 111 string generateAttributeDefinitions (const vector<Attribute>& attributes) in generateAttributeDefinitions() 129 string generateConditionUniformDefinitions (const vector<Attribute>& attributes) in generateConditionUniformDefinitions() 173 string generateOutputCode (const vector<Attribute>& attributes) in generateOutputCode() 227 string generateVertexShaderTemplate (const vector<Attribute>& attributes) in generateVertexShaderTemplate() 254 string createVertexShaderSource (glu::RenderContext& renderCtx, const vector<Attribute>& attributes… in createVertexShaderSource() 412 …Log& log, glu::RenderContext& renderCtx, deUint32 program, const vector<Attribute>& attributes, bo… in createAndAttachShaders() 483 void logAttributes (TestLog& log, const vector<Attribute>& attributes) in logAttributes() 497 …ery (TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Attribute>& attributes) in checkActiveAttribQuery() 602 …(TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Attribute>& attributes, co… in checkAttribLocationQuery() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | FormattedValueFieldPositionIteratorImpl.java | 38 …public static boolean nextPosition(List<FieldPosition> attributes, ConstrainedFieldPosition cfpos)… in nextPosition() 60 … AttributedCharacterIterator toCharacterIterator(CharSequence cs, List<FieldPosition> attributes) { in toCharacterIterator() 79 …public static void addOverlapSpans(List<FieldPosition> attributes, Format.Field spanField, int fir… in addOverlapSpans() 115 public static void sort(List<FieldPosition> attributes) { in sort()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | FormattedValueFieldPositionIteratorImpl.java | 40 …public static boolean nextPosition(List<FieldPosition> attributes, ConstrainedFieldPosition cfpos)… in nextPosition() 62 … AttributedCharacterIterator toCharacterIterator(CharSequence cs, List<FieldPosition> attributes) { in toCharacterIterator() 81 …public static void addOverlapSpans(List<FieldPosition> attributes, Format.Field spanField, int fir… in addOverlapSpans() 117 public static void sort(List<FieldPosition> attributes) { in sort()
|
/third_party/gn/src/gn/ |
D | xml_element_writer.cc | 24 const XmlAttributes& attributes) in XmlElementWriter() 29 const XmlAttributes& attributes, in XmlElementWriter() 65 const XmlAttributes& attributes) { in SubElement()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | attribute.cpp | 133 TAttributes *attributes = nullptr; in makeAttributes() local 143 TAttributes *attributes = nullptr; in makeAttributes() local 165 void TParseContext::handleSelectionAttributes(const TAttributes& attributes, TIntermNode* node) in handleSelectionAttributes() 194 void TParseContext::handleSwitchAttributes(const TAttributes& attributes, TIntermNode* node) in handleSwitchAttributes() 223 void TParseContext::handleLoopAttributes(const TAttributes& attributes, TIntermNode* node) in handleLoopAttributes()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglChooseConfigTests.cpp | 113 …& eglTestCtx, const char* name, const char* description, bool checkOrder, const EGLint* attributes) in ChooseConfigCase() 126 …nst char* description, bool checkOrder, const std::vector<std::pair<EGLenum, EGLint> >& attributes) in ChooseConfigCase() 161 void executeTest (const std::vector<std::pair<EGLenum, EGLint> >& attributes, bool checkOrder) in executeTest() 214 void fillDontCare (std::vector<std::pair<EGLenum, EGLint> >& attributes) in fillDontCare() 250 } attributes[] = in getValue() local 321 std::vector<std::pair<EGLenum, EGLint> > attributes; in iterate() local 360 …std::vector<std::pair<EGLenum, EGLint> > attributes = genRandomAttributes(m_attribSet, numAttribs,… in iterate() local 417 static const struct AttribSpec attributes[] = in genRandomAttributes() local 496 std::vector<std::pair<EGLenum, EGLint> > attributes; in iterate() local 541 } attributes[] = in init() local
|
/third_party/flutter/skia/third_party/externals/libpng/scripts/ |
D | intprefix.c | 15 #define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ argument 18 #define PNG_INTERNAL_CALLBACK(type, name, args, attributes)\ argument
|
D | symbols.c | 19 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument 21 #define PNG_REMOVED(ordinal, type, name, args, attributes)\ argument
|
/third_party/libpng/scripts/ |
D | intprefix.c | 15 #define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ argument 18 #define PNG_INTERNAL_CALLBACK(type, name, args, attributes)\ argument
|
D | symbols.c | 19 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument 21 #define PNG_REMOVED(ordinal, type, name, args, attributes)\ argument
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | intprefix.c | 15 #define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ argument 18 #define PNG_INTERNAL_CALLBACK(type, name, args, attributes)\ argument
|
D | symbols.c | 19 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument 21 #define PNG_REMOVED(ordinal, type, name, args, attributes)\ argument
|
/third_party/typescript/tests/baselines/reference/ |
D | tsxElementResolution12.js | 25 var attributes: any; variable 44 var attributes; variable
|