Searched refs:py_compile (Results 1 - 25 of 34) sorted by relevance

12

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_py_compile.py3 import py_compile namespace
34 py_compile.compile(self.source_path, self.pyc_path)
40 py_compile.compile(os.path.basename(self.source_path),
46 py_compile.compile(os.path.relpath(self.source_path),
H A Dtest_compileall.py4 import py_compile namespace
39 py_compile.compile(self.source_path)
H A Dtest_sundry.py70 import py_compile namespace
H A Dscript_helper.py10 import py_compile namespace
115 py_compile.compile(script_name, doraise=True)
H A Dtest_import.py5 import py_compile namespace
207 py_compile.compile(filename)
456 py_compile.compile(self.file_name, dfile="another_module.py")
464 py_compile.compile(self.file_name, dfile=target)
472 py_compile.compile(self.file_name)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_py_compile.py3 import py_compile namespace
34 py_compile.compile(self.source_path, self.pyc_path)
40 py_compile.compile(os.path.basename(self.source_path),
46 py_compile.compile(os.path.relpath(self.source_path),
H A Dtest_compileall.py4 import py_compile namespace
39 py_compile.compile(self.source_path)
H A Dtest_sundry.py70 import py_compile namespace
H A Dscript_helper.py10 import py_compile namespace
115 py_compile.compile(script_name, doraise=True)
H A Dtest_import.py5 import py_compile namespace
207 py_compile.compile(filename)
456 py_compile.compile(self.file_name, dfile="another_module.py")
464 py_compile.compile(self.file_name, dfile=target)
472 py_compile.compile(self.file_name)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_py_compile.py3 import py_compile namespace
34 py_compile.compile(self.source_path, self.pyc_path)
40 py_compile.compile(os.path.basename(self.source_path),
46 py_compile.compile(os.path.relpath(self.source_path),
H A Dtest_compileall.py4 import py_compile namespace
39 py_compile.compile(self.source_path)
H A Dtest_sundry.py70 import py_compile namespace
H A Dscript_helper.py10 import py_compile namespace
115 py_compile.compile(script_name, doraise=True)
H A Dtest_import.py5 import py_compile namespace
207 py_compile.compile(filename)
456 py_compile.compile(self.file_name, dfile="another_module.py")
464 py_compile.compile(self.file_name, dfile=target)
472 py_compile.compile(self.file_name)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_py_compile.py3 import py_compile namespace
34 py_compile.compile(self.source_path, self.pyc_path)
40 py_compile.compile(os.path.basename(self.source_path),
46 py_compile.compile(os.path.relpath(self.source_path),
H A Dtest_compileall.py4 import py_compile namespace
39 py_compile.compile(self.source_path)
H A Dtest_sundry.py70 import py_compile namespace
H A Dscript_helper.py10 import py_compile namespace
115 py_compile.compile(script_name, doraise=True)
H A Dtest_import.py5 import py_compile namespace
207 py_compile.compile(filename)
456 py_compile.compile(self.file_name, dfile="another_module.py")
464 py_compile.compile(self.file_name, dfile=target)
472 py_compile.compile(self.file_name)
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dcompileall.py11 See module py_compile for details of the actual byte-compilation.
15 import py_compile namespace
101 ok = py_compile.compile(fullname, None, dfile, True)
102 except py_compile.PyCompileError,err:
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dcompileall.py11 See module py_compile for details of the actual byte-compilation.
15 import py_compile namespace
101 ok = py_compile.compile(fullname, None, dfile, True)
102 except py_compile.PyCompileError,err:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcompileall.py11 See module py_compile for details of the actual byte-compilation.
15 import py_compile namespace
101 ok = py_compile.compile(fullname, None, dfile, True)
102 except py_compile.PyCompileError,err:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcompileall.py11 See module py_compile for details of the actual byte-compilation.
15 import py_compile namespace
101 ok = py_compile.compile(fullname, None, dfile, True)
102 except py_compile.PyCompileError,err:
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
H A Dutil.py376 with the standard py_compile module, or indirectly by writing a
454 # "Direct" byte-compilation: use the py_compile module to compile
459 from py_compile import compile
467 # Terminology from the py_compile module:

Completed in 767 milliseconds

12