Home
last modified time | relevance | path

Searched defs:check_attributes (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck_derive/src/
Dtraits.rs33 fn check_attributes(_ty: &Data, _attributes: &[Attribute]) -> Result<()> { in check_attributes() method
92 fn check_attributes(_ty: &Data, attributes: &[Attribute]) -> Result<()> { in check_attributes() method
137 fn check_attributes(ty: &Data, attributes: &[Attribute]) -> Result<()> { in check_attributes() method
193 fn check_attributes(ty: &Data, attributes: &[Attribute]) -> Result<()> { in check_attributes() method
252 fn check_attributes(ty: &Data, attributes: &[Attribute]) -> Result<()> { in check_attributes() method
398 fn check_attributes(_ty: &Data, attributes: &[Attribute]) -> Result<()> { in check_attributes() method
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/buildgen/plugins/
Dcheck_attrs.py102 def check_attributes(entity, kind, errors): function
/aosp_15_r20/external/grpc-grpc/tools/buildgen/plugins/
H A Dcheck_attrs.py107 def check_attributes(entity, kind, errors): function
/aosp_15_r20/external/autotest/server/
H A Dsubcommand_unittest.py46 def check_attributes(cmd, func, args, subdir=None, debug=None, function
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_client2.c3056 psa_key_attributes_t check_attributes = PSA_KEY_ATTRIBUTES_INIT; in main() local
H A Dssl_server2.c4195 psa_key_attributes_t check_attributes = PSA_KEY_ATTRIBUTES_INIT; in main() local
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_client2.c3168 psa_key_attributes_t check_attributes = PSA_KEY_ATTRIBUTES_INIT; in main() local
H A Dssl_server2.c4284 psa_key_attributes_t check_attributes = PSA_KEY_ATTRIBUTES_INIT; in main() local
/aosp_15_r20/external/elfutils/src/
H A Delflint.c3482 check_attributes (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_attributes() function