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

12

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
script_helper.py 10 import py_compile
115 py_compile.compile(script_name, doraise=True)
test_import.py 5 import py_compile
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/
script_helper.py 10 import py_compile
115 py_compile.compile(script_name, doraise=True)
test_import.py 5 import py_compile
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/
script_helper.py 10 import py_compile
115 py_compile.compile(script_name, doraise=True)
test_import.py 5 import py_compile
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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_import.py 4 import py_compile
151 py_compile.compile(filename)
323 py_compile.compile(self.file_name, dfile="another_module.py")
331 py_compile.compile(self.file_name, dfile=target)
339 py_compile.compile(self.file_name)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_import.py 5 import py_compile
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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 444 with the standard py_compile module, or indirectly by writing a
522 # "Direct" byte-compilation: use the py_compile module to compile
527 from py_compile import compile
535 # 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...]
  /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...]
  /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...]

Completed in 6412 milliseconds

12