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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compileall.py 1 import compileall namespace
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 namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compileall.py 1 import compileall namespace
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 namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 796 $(TESTPYTHON) $(srcdir)/Lib/compileall.py
1028 $(PYTHON_FOR_BUILD) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \
1033 $(PYTHON_FOR_BUILD) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \
1038 $(PYTHON_FOR_BUILD) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 797 $(TESTPYTHON) $(srcdir)/Lib/compileall.py
1029 $(PYTHON_FOR_BUILD) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \
1034 $(PYTHON_FOR_BUILD) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \
1039 $(PYTHON_FOR_BUILD) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \
    [all...]

Completed in 1057 milliseconds