Home
last modified time | relevance | path

Searched refs:check_attributes (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/
Dsubcommand_unittest.py39 def check_attributes(cmd, func, args, subdir=None, debug=None, function
55 check_attributes(cmd, func, (2, 3))
71 check_attributes(cmd, func, (2, 3), subdir='/foo/dir',
/external/ipsec-tools/src/racoon/
Dipsec_doi.c147 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/
DChangeLog350 (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.
Delflint.c3389 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()