HomeSort by relevance Sort by last modified time
    Searched full:compileall (Results 1 - 18 of 18) 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
  /art/compiler/driver/
compiler_driver_test.cc 40 void CompileAll(jobject class_loader) LOCKS_EXCLUDED(Locks::mutator_lock_) {
41 TimingLogger timings("CompilerDriverTest::CompileAll", false, false);
43 compiler_driver_->CompileAll(class_loader,
53 CompileAll(class_loader);
105 CompileAll(nullptr);
209 CompileAll(class_loader);
compiler_driver.h 115 void CompileAll(jobject class_loader, const std::vector<const DexFile*>& dex_files,
    [all...]
compiler_driver.cc 497 void CompilerDriver::CompileAll(jobject class_loader,
    [all...]
  /art/compiler/
image_test.cc 74 TimingLogger::ScopedTiming t("CompileAll", &timings);
78 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), &timings);
oat_test.cc 101 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), &timings2);
123 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), &timings);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
py_compile.py 101 See compileall.py for a script/module that uses this module to
compileall.py 160 print "usage: python compileall.py [-l] [-f] [-q] [-d destdir] " \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
py_compile.py 101 See compileall.py for a script/module that uses this module to
compileall.py 160 print "usage: python compileall.py [-l] [-f] [-q] [-d destdir] " \
  /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 \
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3-sources.jar 

Completed in 1310 milliseconds