Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/buildgen/plugins/
Dcheck_attrs.py107 def check_attributes(entity, kind, errors): function
/external/rust/crates/grpcio-sys/grpc/tools/buildgen/plugins/
Dcheck_attrs.py102 def check_attributes(entity, kind, errors): function
/external/rust/crates/bytemuck_derive/src/
Dtraits.rs29 fn check_attributes(_ty: &Data, _attributes: &[Attribute]) -> Result<()> { in check_attributes() method
84 fn check_attributes(_ty: &Data, attributes: &[Attribute]) -> Result<()> { in check_attributes() method
145 fn check_attributes(ty: &Data, attributes: &[Attribute]) -> Result<()> { in check_attributes() method
200 fn check_attributes(ty: &Data, attributes: &[Attribute]) -> Result<()> { in check_attributes() method
322 fn check_attributes(_ty: &Data, attributes: &[Attribute]) -> Result<()> { in check_attributes() method
/external/autotest/server/
Dsubcommand_unittest.py46 def check_attributes(cmd, func, args, subdir=None, debug=None, function
/external/mbedtls/programs/ssl/
Dssl_client2.c3056 psa_key_attributes_t check_attributes = PSA_KEY_ATTRIBUTES_INIT; in main() local
Dssl_server2.c4195 psa_key_attributes_t check_attributes = PSA_KEY_ATTRIBUTES_INIT; in main() local
/external/elfutils/src/
Delflint.c3482 check_attributes (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_attributes() function