Searched refs:check_attributes (Results 1 – 4 of 4) sorted by relevance
/external/autotest/server/ |
D | subcommand_unittest.py | 40 def check_attributes(cmd, func, args, subdir=None, debug=None, function 56 check_attributes(cmd, func, (2, 3)) 72 check_attributes(cmd, func, (2, 3), subdir='/foo/dir',
|
/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 | 350 (check_attributes): Break when vendor name isn't terminated. 452 (check_attributes): Make sure d_buf is not NULL. 529 * elflint.c (check_attributes): Call get_uleb128 with end pointer. 2210 * elflint.c (check_attributes): Likewise. 2227 * elflint.c (check_attributes): Implement it for real. 2233 (check_attributes): New function.
|
D | elflint.c | 3389 check_attributes (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_attributes() function 4170 check_attributes (ebl, ehdr, shdr, cnt); in check_sections()
|