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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_execfile.py 43 exec_str = String(u"'exec'", u" ")
44 compile_args = open_expr + [Comma(), filename_arg, Comma(), exec_str]
  /external/python/cpython2/Lib/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/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]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
config.py 137 exec_str = self.get_lit_conf('executor', "None")
138 te = eval(exec_str)
140 self.lit_config.note("Using executor: %r" % exec_str)
641 exec_str = exec_env_str
643 exec_str = ' '.join(self.lit_config.valgrindArgs) + exec_env_str
644 sub.append(('%exec', exec_str))
646 sub.append(('%run', exec_str + ' %t.exe'))
  /external/libcxx/utils/libcxx/test/
config.py 173 exec_str = self.get_lit_conf('executor', "None")
174 te = eval(exec_str)
176 self.lit_config.note("Using executor: %r" % exec_str)
    [all...]
  /external/selinux/libsepol/cil/src/
cil_internal.h 570 char *exec_str; member in struct:cil_rangetransition
cil_copy_ast.c 753 new->exec_str = orig->exec_str;
    [all...]
cil_tree.c 1142 cil_log(CIL_INFO, " %s", rangetrans->exec_str);
    [all...]
cil.c     [all...]
cil_resolve_ast.c 694 rc = cil_resolve_name(current, rangetrans->exec_str, CIL_SYM_TYPES, extra_args, &exec_datum);
    [all...]
cil_build_ast.c     [all...]

Completed in 834 milliseconds