Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/third_party/alsa-utils/alsamixer/
Dcolors.h6 struct attributes { struct
9 int ctl_bar_hi;
11 int ctl_bar_lo;
36 extern struct attributes attrs; argument
/third_party/mbedtls/include/psa/
Dcrypto_struct.h366 static inline void psa_set_key_id(psa_key_attributes_t *attributes, in psa_set_key_id()
382 const psa_key_attributes_t *attributes) in psa_get_key_id()
388 static inline void mbedtls_set_key_owner_id(psa_key_attributes_t *attributes, in mbedtls_set_key_owner_id()
395 static inline void psa_set_key_lifetime(psa_key_attributes_t *attributes, in psa_set_key_lifetime()
409 const psa_key_attributes_t *attributes) in psa_get_key_lifetime()
425 static inline void psa_set_key_usage_flags(psa_key_attributes_t *attributes, in psa_set_key_usage_flags()
433 const psa_key_attributes_t *attributes) in psa_get_key_usage_flags()
438 static inline void psa_set_key_algorithm(psa_key_attributes_t *attributes, in psa_set_key_algorithm()
445 const psa_key_attributes_t *attributes) in psa_get_key_algorithm()
457 static inline void psa_set_key_type(psa_key_attributes_t *attributes, in psa_set_key_type()
[all …]
/third_party/mbedtls/tests/src/drivers/
Dtest_driver_signature.c55 const psa_key_attributes_t *attributes, in sign_hash()
123 const psa_key_attributes_t *attributes, in verify_hash()
189 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_sign_message()
245 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_sign_message()
269 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_verify_message()
312 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_verify_message()
334 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_sign_hash()
362 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_sign_hash()
382 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_verify_hash()
400 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_verify_hash()
Dtest_driver_key_management.c202 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_generate_key()
250 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_generate_key()
261 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_import_key()
327 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_import_key()
426 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_export_key()
510 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_export_public_key()
573 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_export_public_key()
682 psa_key_attributes_t *attributes, in mbedtls_test_opaque_get_builtin_key()
731 psa_key_attributes_t *attributes, in mbedtls_test_opaque_copy_key()
Dtest_driver_cipher.c43 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_cipher_encrypt()
92 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_cipher_decrypt()
140 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_cipher_encrypt_setup()
172 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_cipher_decrypt_setup()
321 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_cipher_encrypt()
343 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_cipher_decrypt()
363 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_cipher_encrypt_setup()
377 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_cipher_decrypt_setup()
Dtest_driver_mac.c35 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_mac_compute()
84 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_mac_sign_setup()
121 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_mac_verify_setup()
277 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_mac_compute()
310 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_mac_sign_setup()
334 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_mac_verify_setup()
Dtest_driver_asymmetric_encryption.c37 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in mbedtls_test_transparent_asymmetric_encrypt()
79 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in mbedtls_test_transparent_asymmetric_decrypt()
124 const psa_key_attributes_t *attributes, const uint8_t *key, in mbedtls_test_opaque_asymmetric_encrypt()
144 const psa_key_attributes_t *attributes, const uint8_t *key, in mbedtls_test_opaque_asymmetric_decrypt()
/third_party/node/deps/v8/src/objects/
Dproperty.cc39 const PropertyAttributes& attributes) { in operator <<()
61 PropertyKind kind, PropertyAttributes attributes, in Descriptor()
80 int field_index, PropertyAttributes attributes, in DataField()
87 PropertyAttributes attributes, in DataField()
99 PropertyAttributes attributes) { in DataConstant()
109 PropertyAttributes attributes) { in DataConstant()
117 PropertyAttributes attributes) { in AccessorConstant()
/third_party/vk-gl-cts/modules/glshared/
DglsAttributeLocationTests.cpp73 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/mbedtls/library/
Dpsa_crypto_client.c29 void psa_reset_key_attributes(psa_key_attributes_t *attributes) in psa_reset_key_attributes()
35 psa_status_t psa_set_key_domain_parameters(psa_key_attributes_t *attributes, in psa_set_key_domain_parameters()
65 const psa_key_attributes_t *attributes, in psa_get_key_domain_parameters()
Dpsa_crypto_driver_wrappers.c119 const psa_key_attributes_t *attributes, in psa_driver_wrapper_sign_message()
194 const psa_key_attributes_t *attributes, in psa_driver_wrapper_verify_message()
265 const psa_key_attributes_t *attributes, in psa_driver_wrapper_sign_hash()
349 const psa_key_attributes_t *attributes, in psa_driver_wrapper_verify_hash()
479 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in psa_driver_wrapper_sign_hash_start()
569 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in psa_driver_wrapper_verify_hash_start()
668 const psa_key_attributes_t *attributes, in psa_driver_wrapper_get_key_buffer_size_from_key_data()
712 const psa_key_attributes_t *attributes, in psa_driver_wrapper_get_key_buffer_size()
748 const psa_key_attributes_t *attributes, in psa_driver_wrapper_generate_key()
820 const psa_key_attributes_t *attributes, in psa_driver_wrapper_import_key()
[all …]
Dpsa_crypto_ecp.c163 const psa_key_attributes_t *attributes, in mbedtls_psa_ecp_import_key()
256 const psa_key_attributes_t *attributes, in mbedtls_psa_ecp_export_public_key()
285 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()
423 const psa_key_attributes_t *attributes, in mbedtls_psa_ecdsa_verify_hash()
493 const psa_key_attributes_t *attributes, in mbedtls_psa_key_agreement_ecdh()
Dpsa_crypto_rsa.c133 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_import_key()
214 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_export_public_key()
272 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_generate_key()
344 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_sign_hash()
443 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_verify_hash()
536 psa_status_t mbedtls_psa_asymmetric_encrypt(const psa_key_attributes_t *attributes, in mbedtls_psa_asymmetric_encrypt()
630 psa_status_t mbedtls_psa_asymmetric_decrypt(const psa_key_attributes_t *attributes, in mbedtls_psa_asymmetric_decrypt()
Dpsa_crypto_cipher.c166 const psa_key_attributes_t *attributes, in psa_cipher_setup()
244 const psa_key_attributes_t *attributes, in mbedtls_psa_cipher_encrypt_setup()
255 const psa_key_attributes_t *attributes, in mbedtls_psa_cipher_decrypt_setup()
483 const psa_key_attributes_t *attributes, in mbedtls_psa_cipher_encrypt()
541 const psa_key_attributes_t *attributes, in mbedtls_psa_cipher_decrypt()
Dpsa_crypto_mac.c169 const psa_key_attributes_t *attributes, in cmac_setup()
283 const psa_key_attributes_t *attributes, in psa_mac_setup()
332 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_sign_setup()
343 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_verify_setup()
467 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_compute()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DFormattedValueFieldPositionIteratorImpl.java40 …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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DFormattedValueFieldPositionIteratorImpl.java38 …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/glslang/glslang/MachineIndependent/
Dattribute.cpp133 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/
DteglChooseConfigTests.cpp113 …& 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/gn/src/gn/
Dxml_element_writer.cc24 const XmlAttributes& attributes) in XmlElementWriter()
29 const XmlAttributes& attributes, in XmlElementWriter()
65 const XmlAttributes& attributes) { in SubElement()
/third_party/skia/third_party/externals/libpng/scripts/
Dintprefix.c15 #define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ argument
18 #define PNG_INTERNAL_CALLBACK(type, name, args, attributes)\ argument
Dsymbols.c19 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
21 #define PNG_REMOVED(ordinal, type, name, args, attributes)\ argument
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c46 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in check_key_attributes_sanity() local
162 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in exercise_cipher_key() local
236 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in exercise_aead_key() local
501 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in mbedtls_test_psa_key_agreement_with_self() local
543 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in mbedtls_test_psa_raw_key_agreement_with_self() local
626 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in exercise_key_agreement_key() local
829 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in exercise_export_key() local
871 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in exercise_export_public_key() local
/third_party/mbedtls/programs/psa/
Dkey_ladder_demo.c201 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in generate() local
229 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in import_key_from_file() local
278 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in derive_key_ladder() local
327 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in derive_wrapping_key() local
365 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in wrap_data() local
452 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in unwrap_data() local
/third_party/typescript/tests/baselines/reference/
DtsxElementResolution12.js25 var attributes: any; variable
44 var attributes; variable

12345678910>>...14