HomeSort by relevance Sort by last modified time
    Searched refs:exec_str (Results 1 - 12 of 12) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_execfile.py 43 exec_str = String(u"'exec'", u" ")
44 compile_args = open_expr + [Comma(), filename_arg, Comma(), exec_str]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_execfile.py 43 exec_str = String(u"'exec'", u" ")
44 compile_args = open_expr + [Comma(), filename_arg, Comma(), exec_str]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_execfile.py 43 exec_str = String(u"'exec'", u" ")
44 compile_args = open_expr + [Comma(), filename_arg, Comma(), exec_str]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_execfile.py 43 exec_str = String(u"'exec'", u" ")
44 compile_args = open_expr + [Comma(), filename_arg, Comma(), exec_str]
  /external/libcxx/test/libcxx/test/
config.py 126 exec_str = self.get_lit_conf('executor', "None")
127 te = eval(exec_str)
129 self.lit_config.note("Using executor: %r" % exec_str)
674 exec_str = ''
676 exec_str = ' '.join(self.lit_config.valgrindArgs) + exec_env_str
677 sub.append(('%exec', exec_str))
679 sub.append(('%run', exec_str + ' %t.exe'))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
config.py 126 exec_str = self.get_lit_conf('executor', "None")
127 te = eval(exec_str)
129 self.lit_config.note("Using executor: %r" % exec_str)
673 exec_str = ''
675 exec_str = ' '.join(self.lit_config.valgrindArgs) + exec_env_str
676 sub.append(('%exec', exec_str))
678 sub.append(('%run', exec_str + ' %t.exe'))
    [all...]
  /external/selinux/libsepol/cil/src/
cil_internal.h 550 char *exec_str; member in struct:cil_rangetransition
cil_copy_ast.c 730 new->exec_str = orig->exec_str;
    [all...]
cil_tree.c 1045 cil_log(CIL_INFO, " %s", rangetrans->exec_str);
    [all...]
cil.c     [all...]
cil_resolve_ast.c 639 rc = cil_resolve_name(current, rangetrans->exec_str, CIL_SYM_TYPES, extra_args, &exec_datum);
    [all...]
cil_build_ast.c     [all...]

Completed in 1051 milliseconds