Home
last modified time | relevance | path

Searched refs:new_compiler (Results 1 – 25 of 25) sorted by relevance

/external/python/cryptography/src/_cffi_src/
Dutils.py9 from distutils.ccompiler import new_compiler
109 compiler = new_compiler(compiler=cmd.compiler)
/external/python/cpython2/Lib/distutils/tests/
Dtest_build_clib.py122 from distutils.ccompiler import new_compiler
125 compiler = new_compiler()
Dsetuptools_build_ext.py13 from distutils.ccompiler import new_compiler
127 compiler = self.shlib_compiler = new_compiler(
/external/python/cpython3/Lib/distutils/command/
Dbuild_clib.py99 from distutils.ccompiler import new_compiler
100 self.compiler = new_compiler(compiler=self.compiler,
Dconfig.py95 from distutils.ccompiler import CCompiler, new_compiler
97 self.compiler = new_compiler(compiler=self.compiler,
Dbuild_ext.py279 from distutils.ccompiler import new_compiler
306 self.compiler = new_compiler(compiler=self.compiler,
/external/python/cpython2/Lib/distutils/command/
Dbuild_clib.py100 from distutils.ccompiler import new_compiler
101 self.compiler = new_compiler(compiler=self.compiler,
Dconfig.py99 from distutils.ccompiler import CCompiler, new_compiler
101 self.compiler = new_compiler(compiler=self.compiler,
Dbuild_ext.py279 from distutils.ccompiler import new_compiler
306 self.compiler = new_compiler(compiler=self.compiler,
/external/python/setuptools/setuptools/_distutils/command/
Dbuild_clib.py99 from distutils.ccompiler import new_compiler
100 self.compiler = new_compiler(compiler=self.compiler,
Dconfig.py95 from distutils.ccompiler import CCompiler, new_compiler
97 self.compiler = new_compiler(compiler=self.compiler,
Dbuild_ext.py278 from distutils.ccompiler import new_compiler
305 self.compiler = new_compiler(compiler=self.compiler,
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dbuilder.py718 new_compiler = os.path.join(self.compiler_path_override,
721 arg, new_compiler, 1)
733 new_compiler = os.path.join(self.compiler_path_override,
736 r".*\.exe$", new_compiler, flags=re.IGNORECASE):
737 new_compiler += ".exe"
739 if os.path.isfile(new_compiler):
741 new_compiler, line)
/external/python/setuptools/setuptools/_distutils/tests/
Dpy35compat.py21 compiler = ccompiler.new_compiler()
/external/python/setuptools/setuptools/command/
Dbuild_ext.py7 from distutils.ccompiler import new_compiler
165 compiler = self.shlib_compiler = new_compiler(
/external/python/cpython3/Tools/c-analyzer/c_parser/preprocessor/
Dcommon.py75 compiler = distutils.ccompiler.new_compiler(
/external/python/cffi/testing/embedding/
Dtest_basic.py118 c = distutils.ccompiler.new_compiler()
/external/python/setuptools/setuptools/_distutils/
Dccompiler.py997 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): function
/external/python/cpython2/Lib/distutils/
Dccompiler.py963 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): function
/external/python/cpython3/Lib/distutils/
Dccompiler.py990 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): function
/external/python/cpython3/Doc/library/
Dzipapp.rst354 >>> from distutils.ccompiler import new_compiler
362 >>> cc = new_compiler()
/external/python/cpython3/Lib/test/support/
D__init__.py1734 compiler = ccompiler.new_compiler()
/external/python/setuptools/docs/deprecated/distutils/
Dapiref.rst364 .. function:: new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0)
405 :func:`distutils.CCompiler.new_compiler` factory function instead.
798 .. % be created using \function{distutils.ccompiler.new_compiler()} factory
/external/python/cpython2/Doc/distutils/
Dapiref.rst339 .. function:: new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0)
380 :func:`distutils.CCompiler.new_compiler` factory function instead.
773 .. % be created using \function{distutils.ccompiler.new_compiler()} factory
/external/python/cpython3/Doc/distutils/
Dapiref.rst364 .. function:: new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0)
405 :func:`distutils.CCompiler.new_compiler` factory function instead.
798 .. % be created using \function{distutils.ccompiler.new_compiler()} factory