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

1 23

  /external/python/cpython2/Lib/distutils/
util.py 354 with the standard py_compile module, or indirectly by writing a
432 # "Direct" byte-compilation: use the py_compile module to compile
437 from py_compile import compile
445 # Terminology from the py_compile module:
  /external/python/cpython3/Lib/distutils/
util.py 346 with the standard py_compile module, or indirectly by writing a
427 # "Direct" byte-compilation: use the py_compile module to compile
432 from py_compile import compile
440 # Terminology from the py_compile module:
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
util.py 376 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:
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
util.py 376 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:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 376 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:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 376 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:
  /external/libmojo/third_party/jinja2/
environment.py 603 ignore_errors=True, py_compile=False):
619 If `py_compile` is set to `True` .pyc files will be written to the
631 if py_compile:
634 warn(Warning('py_compile has no effect on pypy or Python 3'))
635 py_compile = False
680 if py_compile:
    [all...]
  /external/python/cpython3/Lib/test/test_importlib/source/
test_file_loader.py 12 import py_compile
258 py_compile.compile(mapping[name])
459 py_compile.compile(mapping['_temp'])
477 py_compile.compile(mapping['_temp'])
  /external/python/cpython3/Lib/test/
test_runpy.py 9 import py_compile
669 compiled_name = py_compile.compile(script_name, doraise=True)
685 compiled_name = py_compile.compile(script_name, doraise=True)
711 compiled_name = py_compile.compile(script_name, doraise=True)
test_compileall.py 7 import py_compile
60 py_compile.compile(self.source_path)
test_pydoc.py 8 import py_compile
597 py_compile.compile(init_path)
    [all...]
  /external/python/cpython2/Lib/test/
test_pydoc.py 6 import py_compile
412 py_compile.compile(init_path)
424 py_compile.compile(init_path)
  /external/python/cpython3/Lib/test/test_import/
__init__.py 9 import py_compile
153 py_compile.compile(filename)
493 py_compile.compile(self.file_name, dfile="another_module.py")
501 py_compile.compile(self.file_name, dfile=target)
511 py_compile.compile(self.file_name)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py     [all...]
  /external/chromium-trace/catapult/third_party/zipfile/
zipfile_2_7_13.py     [all...]
  /external/python/cpython2/Lib/
zipfile.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py     [all...]
  /external/python/cpython3/Lib/
zipfile.py     [all...]

Completed in 676 milliseconds

1 23