Home
last modified time | relevance | path

Searched refs:attr_strs (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/buildtools/checkdeps/
Dgraphdeps.py237 attr_strs = []
239 attr_strs.append('style=filled,fillcolor=%s' % attrs['hilite'])
240 attr_strs.append('penwidth=%d' % (attrs['degree'] or 1))
241 nodes.append(' "%s" [%s];' % (node, ','.join(attr_strs)))
/third_party/selinux/libsepol/cil/src/
Dcil_copy_ast.c651 if (orig->attr_strs != NULL) { in cil_copy_expandtypeattribute()
652 cil_copy_list(orig->attr_strs, &new->attr_strs); in cil_copy_expandtypeattribute()
Dcil_internal.h554 struct cil_list *attr_strs; member
Dcil_build_ast.c3238 cil_list_init(&expandattr->attr_strs, CIL_TYPE); in cil_gen_expandtypeattribute()
3239 cil_list_append(expandattr->attr_strs, CIL_STRING, parse_current->next->data); in cil_gen_expandtypeattribute()
3241 rc = cil_fill_list(parse_current->next->cl_head, CIL_TYPE, &expandattr->attr_strs); in cil_gen_expandtypeattribute()
3276 cil_list_destroy(&expandattr->attr_strs, CIL_TRUE); in cil_destroy_expandtypeattribute()
Dcil_write_ast.c1072 write_expr(out, attr->attr_strs); in cil_write_ast_node()
Dcil.c2331 (*expandattr)->attr_strs = NULL; in cil_expandtypeattribute_init()
Dcil_resolve_ast.c472 cil_list_for_each(curr, expandattr->attr_strs) { in cil_resolve_expandtypeattribute()