HomeSort by relevance Sort by last modified time
    Searched refs:compile_dir (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
compileall.py 19 __all__ = ["compile_dir","compile_file","compile_path"]
21 def compile_dir(dir, maxlevels=10, ddir=None, function
56 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
120 force: as for compile_dir() (default 0)
121 quiet: as for compile_dir() (default 0)
128 success = success and compile_dir(dir, maxlevels, None,
212 if not compile_dir(arg, maxlevels, ddir,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
compileall.py 19 __all__ = ["compile_dir","compile_file","compile_path"]
21 def compile_dir(dir, maxlevels=10, ddir=None, function
56 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
120 force: as for compile_dir() (default 0)
121 quiet: as for compile_dir() (default 0)
128 success = success and compile_dir(dir, maxlevels, None,
199 if not compile_dir(arg, maxlevels, ddir,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
compileall.py 19 __all__ = ["compile_dir","compile_file","compile_path"]
21 def compile_dir(dir, maxlevels=10, ddir=None, function
58 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
122 force: as for compile_dir() (default 0)
123 quiet: as for compile_dir() (default 0)
130 success = success and compile_dir(dir, maxlevels, None,
214 if not compile_dir(arg, maxlevels, ddir,
  /prebuilts/gdb/linux-x86/lib/python2.7/
compileall.py 19 __all__ = ["compile_dir","compile_file","compile_path"]
21 def compile_dir(dir, maxlevels=10, ddir=None, function
58 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
122 force: as for compile_dir() (default 0)
123 quiet: as for compile_dir() (default 0)
130 success = success and compile_dir(dir, maxlevels, None,
214 if not compile_dir(arg, maxlevels, ddir,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py 19 __all__ = ["compile_dir","compile_file","compile_path"]
21 def compile_dir(dir, maxlevels=10, ddir=None, function
58 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
122 force: as for compile_dir() (default 0)
123 quiet: as for compile_dir() (default 0)
130 success = success and compile_dir(dir, maxlevels, None,
214 if not compile_dir(arg, maxlevels, ddir,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py 19 __all__ = ["compile_dir","compile_file","compile_path"]
21 def compile_dir(dir, maxlevels=10, ddir=None, function
58 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
122 force: as for compile_dir() (default 0)
123 quiet: as for compile_dir() (default 0)
130 success = success and compile_dir(dir, maxlevels, None,
214 if not compile_dir(arg, maxlevels, ddir,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_compileall.py 47 compileall.compile_dir(self.directory, force=False, quiet=True)
69 compileall.compile_dir(self.directory, force=False, quiet=True)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_compileall.py 47 compileall.compile_dir(self.directory, force=False, quiet=True)
69 compileall.compile_dir(self.directory, force=False, quiet=True)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_compileall.py 47 compileall.compile_dir(self.directory, force=False, quiet=True)
69 compileall.compile_dir(self.directory, force=False, quiet=True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compileall.py 47 compileall.compile_dir(self.directory, force=False, quiet=True)
69 compileall.compile_dir(self.directory, force=False, quiet=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compileall.py 47 compileall.compile_dir(self.directory, force=False, quiet=True)
69 compileall.compile_dir(self.directory, force=False, quiet=True)
  /external/autotest/utils/
build_externals.py 81 # location as .pyc files contain the path passed to compile_dir().
86 compileall.compile_dir(install_dir, quiet=True)

Completed in 1414 milliseconds