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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_compileall.py 1 import compileall
35 """Check that compileall recreates bytecode when the new metadata is
47 compileall.compile_dir(self.directory, force=False, quiet=True)
65 compileall.compile_file(self.source_path, force=False, quiet=True)
69 compileall.compile_dir(self.directory, force=False, quiet=True)
test_sundry.py 16 import compileall
  /external/python/cpython2/Lib/test/
test_compileall.py 1 import compileall
36 """Check that compileall recreates bytecode when the new metadata is
46 compileall.compile_dir(self.directory, force=False, quiet=True)
64 compileall.compile_file(self.source_path, force=False, quiet=True)
68 compileall.compile_dir(self.directory, force=False, quiet=True)
test_sundry.py 16 import compileall
  /external/python/cpython3/Lib/test/
test_compileall.py 2 import compileall
62 """Check that compileall recreates bytecode when the new metadata is
74 compileall.compile_dir(self.directory, force=False, quiet=True)
93 self.assertTrue(compileall.compile_file(self.source_path,
98 self.assertTrue(compileall.compile_dir(self.directory, force=False,
106 self.assertFalse(compileall.compile_file(self.bad_source_path,
108 self.assertFalse(compileall.compile_dir(self.directory,
115 self.assertTrue(compileall.compile_file(pathlib.Path(self.source_path)))
121 self.assertTrue(compileall.compile_file(pathlib.Path(self.source_path),
128 self.assertTrue(compileall.compile_path(quiet=2)
    [all...]
  /external/autotest/utils/
build_externals.py 16 import compileall
89 compileall.compile_dir(install_dir, quiet=True)

Completed in 232 milliseconds