Searched defs:new_compiler (Results 1 - 10 of 10) sorted by relevance

/external/python/cpython2/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,
/external/python/cpython2/Lib/distutils/tests/
H A Dtest_build_clib.py122 from distutils.ccompiler import new_compiler namespace
125 compiler = new_compiler()
H A Dsetuptools_build_ext.py13 from distutils.ccompiler import new_compiler namespace
127 compiler = self.shlib_compiler = new_compiler(
/external/python/cpython3/Lib/distutils/command/
H A Dbuild_clib.py99 from distutils.ccompiler import new_compiler namespace
100 self.compiler = new_compiler(compiler=self.compiler,
H A Dconfig.py95 from distutils.ccompiler import CCompiler, new_compiler namespace
97 self.compiler = new_compiler(compiler=self.compiler,
H A Dbuild_ext.py278 from distutils.ccompiler import new_compiler namespace
305 self.compiler = new_compiler(compiler=self.compiler,
/external/python/cpython2/Lib/distutils/
H A Dccompiler.py42 # dictionary (see below -- used by the 'new_compiler()' factory
963 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): function
/external/python/cpython3/Lib/distutils/
H A Dccompiler.py34 # dictionary (see below -- used by the 'new_compiler()' factory
989 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): function

Completed in 181 milliseconds