Searched refs:exec_str (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_execfile.py | 44 exec_str = String("'exec'", " ") 45 compile_args = open_expr + [Comma(), filename_arg, Comma(), exec_str]
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_execfile.py | 43 exec_str = String(u"'exec'", u" ") 44 compile_args = open_expr + [Comma(), filename_arg, Comma(), exec_str]
|
/external/libcxx/utils/libcxx/test/ |
D | config.py | 190 exec_str = self.get_lit_conf('executor', "None") 191 te = eval(exec_str) 193 self.lit_config.note("Using executor: %r" % exec_str)
|
/external/selinux/libsepol/cil/src/ |
D | cil_internal.h | 578 char *exec_str; member
|
D | cil_copy_ast.c | 753 new->exec_str = orig->exec_str; in cil_copy_rangetransition()
|
D | cil_tree.c | 1146 cil_log(CIL_INFO, " %s", rangetrans->exec_str); in cil_tree_print_node()
|
D | cil.c | 2307 (*rangetrans)->exec_str = NULL; in cil_rangetransition_init()
|
D | cil_resolve_ast.c | 688 rc = cil_resolve_name(current, rangetrans->exec_str, CIL_SYM_TYPES, extra_args, &exec_datum); in cil_resolve_rangetransition()
|
D | cil_build_ast.c | 3444 rangetrans->exec_str = parse_current->next->next->data; in cil_gen_rangetransition()
|