/external/python/cryptography/src/_cffi_src/ |
D | utils.py | 9 from distutils.ccompiler import new_compiler 109 compiler = new_compiler(compiler=cmd.compiler)
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_build_clib.py | 122 from distutils.ccompiler import new_compiler 125 compiler = new_compiler()
|
D | setuptools_build_ext.py | 13 from distutils.ccompiler import new_compiler 127 compiler = self.shlib_compiler = new_compiler(
|
/external/python/cpython3/Lib/distutils/command/ |
D | build_clib.py | 99 from distutils.ccompiler import new_compiler 100 self.compiler = new_compiler(compiler=self.compiler,
|
D | config.py | 95 from distutils.ccompiler import CCompiler, new_compiler 97 self.compiler = new_compiler(compiler=self.compiler,
|
D | build_ext.py | 279 from distutils.ccompiler import new_compiler 306 self.compiler = new_compiler(compiler=self.compiler,
|
/external/python/cpython2/Lib/distutils/command/ |
D | build_clib.py | 100 from distutils.ccompiler import new_compiler 101 self.compiler = new_compiler(compiler=self.compiler,
|
D | config.py | 99 from distutils.ccompiler import CCompiler, new_compiler 101 self.compiler = new_compiler(compiler=self.compiler,
|
D | build_ext.py | 279 from distutils.ccompiler import new_compiler 306 self.compiler = new_compiler(compiler=self.compiler,
|
/external/python/setuptools/setuptools/_distutils/command/ |
D | build_clib.py | 99 from distutils.ccompiler import new_compiler 100 self.compiler = new_compiler(compiler=self.compiler,
|
D | config.py | 95 from distutils.ccompiler import CCompiler, new_compiler 97 self.compiler = new_compiler(compiler=self.compiler,
|
D | build_ext.py | 278 from distutils.ccompiler import new_compiler 305 self.compiler = new_compiler(compiler=self.compiler,
|
/external/pigweed/pw_arduino_build/py/pw_arduino_build/ |
D | builder.py | 718 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/ |
D | py35compat.py | 21 compiler = ccompiler.new_compiler()
|
/external/python/setuptools/setuptools/command/ |
D | build_ext.py | 7 from distutils.ccompiler import new_compiler 165 compiler = self.shlib_compiler = new_compiler(
|
/external/python/cpython3/Tools/c-analyzer/c_parser/preprocessor/ |
D | common.py | 75 compiler = distutils.ccompiler.new_compiler(
|
/external/python/cffi/testing/embedding/ |
D | test_basic.py | 118 c = distutils.ccompiler.new_compiler()
|
/external/python/setuptools/setuptools/_distutils/ |
D | ccompiler.py | 997 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): function
|
/external/python/cpython2/Lib/distutils/ |
D | ccompiler.py | 963 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): function
|
/external/python/cpython3/Lib/distutils/ |
D | ccompiler.py | 990 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): function
|
/external/python/cpython3/Doc/library/ |
D | zipapp.rst | 354 >>> from distutils.ccompiler import new_compiler 362 >>> cc = new_compiler()
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 1734 compiler = ccompiler.new_compiler()
|
/external/python/setuptools/docs/deprecated/distutils/ |
D | apiref.rst | 364 .. 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/ |
D | apiref.rst | 339 .. 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/ |
D | apiref.rst | 364 .. 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
|