Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 25 of 344) 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.h309 static inline void psa_set_key_id(psa_key_attributes_t *attributes, in psa_set_key_id()
325 const psa_key_attributes_t *attributes) in psa_get_key_id()
331 static inline void mbedtls_set_key_owner_id(psa_key_attributes_t *attributes, in mbedtls_set_key_owner_id()
338 static inline void psa_set_key_lifetime(psa_key_attributes_t *attributes, in psa_set_key_lifetime()
352 const psa_key_attributes_t *attributes) in psa_get_key_lifetime()
368 static inline void psa_set_key_usage_flags(psa_key_attributes_t *attributes, in psa_set_key_usage_flags()
376 const psa_key_attributes_t *attributes) in psa_get_key_usage_flags()
381 static inline void psa_set_key_algorithm(psa_key_attributes_t *attributes, in psa_set_key_algorithm()
388 const psa_key_attributes_t *attributes) in psa_get_key_algorithm()
393 static inline void psa_set_key_type(psa_key_attributes_t *attributes, in psa_set_key_type()
[all …]
Dcrypto_compat.h181 psa_key_attributes_t *attributes, in psa_set_key_domain_parameters()
207 const psa_key_attributes_t *attributes, in psa_get_key_domain_parameters()
/third_party/mbedtls/tests/src/drivers/
Dtest_driver_signature.c42 const psa_key_attributes_t *attributes, in sign_hash()
110 const psa_key_attributes_t *attributes, in verify_hash()
176 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_sign_message()
232 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_sign_message()
256 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_verify_message()
299 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_verify_message()
321 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_sign_hash()
349 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_sign_hash()
369 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_verify_hash()
387 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_verify_hash()
Dtest_driver_key_management.c192 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_generate_key()
254 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_generate_key()
265 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_import_key()
347 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_import_key()
446 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_export_key()
530 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_export_public_key()
609 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_export_public_key()
718 psa_key_attributes_t *attributes, in mbedtls_test_opaque_get_builtin_key()
767 psa_key_attributes_t *attributes, in mbedtls_test_opaque_copy_key()
Dtest_driver_cipher.c31 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_cipher_encrypt()
84 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_cipher_decrypt()
132 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_cipher_encrypt_setup()
164 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_cipher_decrypt_setup()
317 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_cipher_encrypt()
339 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_cipher_decrypt()
359 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_cipher_encrypt_setup()
373 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_cipher_decrypt_setup()
Dtest_driver_mac.c23 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_mac_compute()
72 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_mac_sign_setup()
109 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_mac_verify_setup()
265 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_mac_compute()
298 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_mac_sign_setup()
322 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_mac_verify_setup()
Dtest_driver_asymmetric_encryption.c29 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in mbedtls_test_transparent_asymmetric_encrypt()
70 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in mbedtls_test_transparent_asymmetric_decrypt()
114 const psa_key_attributes_t *attributes, const uint8_t *key, in mbedtls_test_opaque_asymmetric_encrypt()
148 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_driver_wrappers.c122 psa_status_t psa_driver_wrapper_sign_message(const psa_key_attributes_t *attributes, const uint8_t … in psa_driver_wrapper_sign_message()
168 psa_status_t psa_driver_wrapper_verify_message(const psa_key_attributes_t *attributes, const uint8_… in psa_driver_wrapper_verify_message()
211 psa_status_t psa_driver_wrapper_sign_hash(const psa_key_attributes_t *attributes, const uint8_t *ke… in psa_driver_wrapper_sign_hash()
278 psa_status_t psa_driver_wrapper_verify_hash(const psa_key_attributes_t *attributes, const uint8_t *… in psa_driver_wrapper_verify_hash()
388const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in psa_driver_wrapper_sign_hash_start()
468const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in psa_driver_wrapper_verify_hash_start()
553 …atus_t psa_driver_wrapper_get_key_buffer_size_from_key_data(const psa_key_attributes_t *attributes, in psa_driver_wrapper_get_key_buffer_size_from_key_data()
591 psa_status_t psa_driver_wrapper_get_key_buffer_size(const psa_key_attributes_t *attributes, size_t … in psa_driver_wrapper_get_key_buffer_size()
619 psa_status_t psa_driver_wrapper_generate_key(const psa_key_attributes_t *attributes, in psa_driver_wrapper_generate_key()
704 psa_status_t psa_driver_wrapper_import_key(const psa_key_attributes_t *attributes, const uint8_t *d… in psa_driver_wrapper_import_key()
[all …]
Dpsa_crypto_driver_wrappers_no_static.c87 const psa_key_attributes_t *attributes, in psa_driver_wrapper_get_key_buffer_size()
123 const psa_key_attributes_t *attributes, in psa_driver_wrapper_export_public_key()
224 psa_key_attributes_t *attributes, in psa_driver_wrapper_get_builtin_key()
Dpsa_crypto_ecp.c210 const psa_key_attributes_t *attributes, in mbedtls_psa_ecp_import_key()
291 const psa_key_attributes_t *attributes, in mbedtls_psa_ecp_export_public_key()
321 const psa_key_attributes_t *attributes, in mbedtls_psa_ecp_generate_key()
366 const psa_key_attributes_t *attributes, in mbedtls_psa_ecdsa_sign_hash()
452 const psa_key_attributes_t *attributes, in mbedtls_psa_ecdsa_verify_hash()
522 const psa_key_attributes_t *attributes, in mbedtls_psa_key_agreement_ecdh()
Dpsa_crypto_rsa.c110 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_import_key()
191 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_export_public_key()
243 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_generate_key()
318 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_sign_hash()
417 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_verify_hash()
516 psa_status_t mbedtls_psa_asymmetric_encrypt(const psa_key_attributes_t *attributes, in mbedtls_psa_asymmetric_encrypt()
610 psa_status_t mbedtls_psa_asymmetric_decrypt(const psa_key_attributes_t *attributes, in mbedtls_psa_asymmetric_decrypt()
Dpsa_crypto_mac.c158 const psa_key_attributes_t *attributes, in cmac_setup()
272 const psa_key_attributes_t *attributes, in psa_mac_setup()
321 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_sign_setup()
332 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_verify_setup()
456 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_compute()
Dpsa_crypto_ffdh.c144 const psa_key_attributes_t *attributes, in mbedtls_psa_ffdh_export_public_key()
202 const psa_key_attributes_t *attributes, in mbedtls_psa_ffdh_generate_key()
238 const psa_key_attributes_t *attributes, in mbedtls_psa_ffdh_import_key()
258 const psa_key_attributes_t *attributes, in mbedtls_psa_ffdh_key_agreement()
/third_party/glslang/glslang/MachineIndependent/
Dattribute.cpp135 TAttributes *attributes = nullptr; in makeAttributes() local
145 TAttributes *attributes = nullptr; in makeAttributes() local
167 void TParseContext::handleSelectionAttributes(const TAttributes& attributes, TIntermNode* node) in handleSelectionAttributes()
196 void TParseContext::handleSwitchAttributes(const TAttributes& attributes, TIntermNode* node) in handleSwitchAttributes()
225 void TParseContext::handleLoopAttributes(const TAttributes& attributes, TIntermNode* node) in handleLoopAttributes()
350 void TParseContext::handleFunctionAttributes(const TSourceLoc& loc, const TAttributes& attributes) in handleFunctionAttributes()
/third_party/mbedtls/3rdparty/p256-m/
Dp256-m_driver_entrypoints.c61 psa_status_t p256_transparent_import_key(const psa_key_attributes_t *attributes, in p256_transparent_import_key()
106 psa_status_t p256_transparent_export_public_key(const psa_key_attributes_t *attributes, in p256_transparent_export_public_key()
139 const psa_key_attributes_t *attributes, in p256_transparent_generate_key()
169 const psa_key_attributes_t *attributes, in p256_transparent_key_agreement()
204 const psa_key_attributes_t *attributes, in p256_transparent_sign_hash()
262 const psa_key_attributes_t *attributes, in p256_transparent_verify_hash()
/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/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
328 std::vector<std::pair<EGLenum, EGLint> > attributes; in iterate() local
371 …std::vector<std::pair<EGLenum, EGLint> > attributes = genRandomAttributes(m_attribSet, numAttribs,… in iterate() local
428 static const struct AttribSpec attributes[] = in genRandomAttributes() local
508 std::vector<std::pair<EGLenum, EGLint> > attributes; in iterate() local
553 } 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/typescript/tests/baselines/reference/
DtsxElementResolution12.js25 var attributes: any; variable
44 var attributes; variable

12345678910>>...14