HomeSort by relevance Sort by last modified time
    Searched refs:py_compile (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/libcap-ng/libcap-ng-0.7/
py-compile 120 import sys, os, py_compile
133 py_compile.compile(filepath, filepath + 'c', path)
138 import sys, os, py_compile
150 py_compile.compile(filepath, filepath + 'o', path)
  /external/python/cpython2/Lib/test/
test_py_compile.py 3 import py_compile
34 py_compile.compile(self.source_path, self.pyc_path)
39 py_compile.compile(os.path.basename(self.source_path),
44 py_compile.compile(os.path.relpath(self.source_path),
test_compileall.py 4 import py_compile
38 py_compile.compile(self.source_path)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_py_compile.py 3 import py_compile
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),
test_compileall.py 4 import py_compile
39 py_compile.compile(self.source_path)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_py_compile.py 3 import py_compile
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),
test_compileall.py 4 import py_compile
39 py_compile.compile(self.source_path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_py_compile.py 3 import py_compile
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),
test_compileall.py 4 import py_compile
39 py_compile.compile(self.source_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_py_compile.py 3 import py_compile
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),
test_compileall.py 4 import py_compile
39 py_compile.compile(self.source_path)
  /external/python/cpython3/Lib/test/
test_py_compile.py 3 import py_compile
37 py_compile.compile(self.source_path, self.pyc_path)
51 py_compile.compile(self.source_path, self.pyc_path)
59 py_compile.compile(self.source_path, os.devnull)
62 py_compile.compile(self.source_path)
67 py_compile.compile(os.path.basename(self.source_path),
73 py_compile.compile(os.path.relpath(self.source_path),
90 py_compile.compile(self.source_path, self.pyc_path)
97 self.assertIsNone(py_compile.compile(bad_coding, doraise=False))
104 # py_compile foo.bar.py -> __pycache__/foo.cpython-34.py
    [all...]
test_modulefinder.py 4 import py_compile
308 py_compile.compile(source_path, cfile=bytecode_path)
test_multiprocessing_main_handling.py 13 import py_compile
189 py_compile.compile(script_name, doraise=True)
206 py_compile.compile(script_name, doraise=True)
224 compiled_name = py_compile.compile(script_name, doraise=True)
266 compiled_name = py_compile.compile(script_name, doraise=True)
  /device/linaro/bootloader/edk2/BaseTools/Tests/
CheckPythonSyntax.py 20 import py_compile
31 py_compile.compile(filename, doraise=True)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_compileall.py 4 import py_compile
39 py_compile.compile(self.source_path)
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
template_expander.py 66 py_compile=True,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
compileall.py 11 See module py_compile for details of the actual byte-compilation.
15 import py_compile
99 ok = py_compile.compile(fullname, None, dfile, True)
100 except py_compile.PyCompileError,err:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
compileall.py 11 See module py_compile for details of the actual byte-compilation.
15 import py_compile
99 ok = py_compile.compile(fullname, None, dfile, True)
100 except py_compile.PyCompileError,err:
  /external/python/cpython2/Lib/
compileall.py 11 See module py_compile for details of the actual byte-compilation.
15 import py_compile
99 ok = py_compile.compile(fullname, None, dfile, True)
100 except py_compile.PyCompileError,err:
  /external/python/cpython2/Tools/nuget/
make_zip.py 4 import py_compile
133 py_compile.compile(str(s), str(pyc), str(rel), doraise=True, optimize=2)
134 except py_compile.PyCompileError:
  /external/python/cpython3/Lib/test/support/
script_helper.py 11 import py_compile
239 init_name = py_compile.compile(init_name, doraise=True)
240 script_name = py_compile.compile(script_name, doraise=True)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
compileall.py 11 See module py_compile for details of the actual byte-compilation.
15 import py_compile
101 ok = py_compile.compile(fullname, None, dfile, True)
102 except py_compile.PyCompileError,err:
  /prebuilts/gdb/linux-x86/lib/python2.7/
compileall.py 11 See module py_compile for details of the actual byte-compilation.
15 import py_compile
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/
compileall.py 11 See module py_compile for details of the actual byte-compilation.
15 import py_compile
101 ok = py_compile.compile(fullname, None, dfile, True)
102 except py_compile.PyCompileError,err:

Completed in 489 milliseconds

1 2 3