Searched refs:check_attributes (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/tools/buildgen/plugins/ |
D | check_attrs.py | 95 def check_attributes(entity, kind, errors): function 123 check_attributes(filegroup, 'filegroup', errors) 125 check_attributes(lib, 'lib', errors) 127 check_attributes(target, 'target', errors)
|
/external/llvm-project/mlir/test/Conversion/StandardToLLVM/ |
D | convert-argattrs.mlir | 3 // CHECK-LABEL: func @check_attributes 6 func @check_attributes(%static: memref<10x20xf32> {dialect.a = true, dialect.b = 4 : i64 }) {
|
/external/autotest/server/ |
D | subcommand_unittest.py | 46 def check_attributes(cmd, func, args, subdir=None, debug=None, function 62 check_attributes(cmd, func, (2, 3)) 78 check_attributes(cmd, func, (2, 3), subdir='/foo/dir',
|
/external/llvm-project/llvm/utils/ |
D | update_test_checks.py | 119 ti.args.function_signature, ti.args.check_attributes)
|
D | update_cc_test_checks.py | 201 args.function_signature, args.check_attributes)
|
/external/llvm-project/llvm/utils/UpdateTestChecks/ |
D | common.py | 261 …er_args, raw_tool_output, prefixes, func_dict, func_order, verbose, record_args, check_attributes): argument 267 attrs = m.group('attrs') if check_attributes else ''
|
/external/ipsec-tools/src/racoon/ |
D | ipsec_doi.c | 147 static int (*check_attributes[]) __P((struct isakmp_pl_t *)) = { variable 1509 if (prop->proto_id >= ARRAYLEN(check_attributes)) { 1517 || !check_attributes[prop->proto_id]) { 1527 if (check_attributes[prop->proto_id](trns) != 0)
|
/external/elfutils/src/ |
D | ChangeLog | 1819 (check_attributes): Break when vendor name isn't terminated. 1921 (check_attributes): Make sure d_buf is not NULL. 1998 * elflint.c (check_attributes): Call get_uleb128 with end pointer. 3679 * elflint.c (check_attributes): Likewise. 3696 * elflint.c (check_attributes): Implement it for real. 3702 (check_attributes): New function.
|
D | elflint.c | 3432 check_attributes (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_attributes() function 4228 check_attributes (ebl, ehdr, shdr, cnt); in check_sections()
|