Searched refs:new_compiler (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
H A Dbuild_clib.py100 from distutils.ccompiler import new_compiler namespace
101 self.compiler = new_compiler(compiler=self.compiler,
H A Dconfig.py99 from distutils.ccompiler import CCompiler, new_compiler namespace
101 self.compiler = new_compiler(compiler=self.compiler,
H A Dbuild_ext.py279 from distutils.ccompiler import new_compiler namespace
306 self.compiler = new_compiler(compiler=self.compiler,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
H A Dtest_build_clib.py125 from distutils.ccompiler import new_compiler, customize_compiler namespace
127 compiler = new_compiler()
H A Dsetuptools_build_ext.py13 from distutils.ccompiler import new_compiler namespace
127 compiler = self.shlib_compiler = new_compiler(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
H A Dccompiler.py92 # dictionary (see below -- used by the 'new_compiler()' factory
1012 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): function

Completed in 128 milliseconds