Searched defs:py_compile (Results 1 - 16 of 16) sorted by relevance

/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:
H A Dzipfile.py1436 import py_compile namespace
1440 py_compile.compile(file_py, file_pyc, None, True)
1441 except py_compile.PyCompileError,err:
/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 Dscript_helper.py10 import py_compile namespace
115 py_compile.compile(script_name, doraise=True)
H A Dtest_sundry.py70 import py_compile namespace
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/
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:
H A Dzipfile.py1436 import py_compile namespace
1440 py_compile.compile(file_py, file_pyc, None, True)
1441 except py_compile.PyCompileError,err:
/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 Dscript_helper.py10 import py_compile namespace
115 py_compile.compile(script_name, doraise=True)
H A Dtest_sundry.py70 import py_compile namespace
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/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 332 milliseconds