Home
last modified time | relevance | path

Searched refs:src_extensions (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dbcppcompiler.py45 src_extensions = _c_extensions + _cpp_extensions variable in BCPPCompiler
343 if ext not in (self.src_extensions + ['.rc','.res']):
Demxccompiler.py191 if ext not in (self.src_extensions + ['.rc']):
Dmsvccompiler.py225 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler
328 if ext not in self.src_extensions:
Dccompiler.py71 src_extensions = None # list of strings variable in CCompiler
821 if ext not in self.src_extensions:
Dunixccompiler.py77 src_extensions = [".c",".C",".cc",".cxx",".cpp",".m"] variable in UnixCCompiler
Dmsvc9compiler.py330 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler
449 if ext not in self.src_extensions:
Dcygwinccompiler.py276 if ext not in (self.src_extensions + ['.rc','.res']):
/external/python/setuptools/setuptools/_distutils/
Dbcppcompiler.py45 src_extensions = _c_extensions + _cpp_extensions variable in BCPPCompiler
343 if ext not in (self.src_extensions + ['.rc','.res']):
D_msvccompiler.py195 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler
294 **{ext: self.obj_extension for ext in self.src_extensions},
Dmsvccompiler.py221 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler
324 if ext not in self.src_extensions:
Dcygwinccompiler.py249 if ext not in (self.src_extensions + ['.rc','.res']):
Dccompiler.py63 src_extensions = None # list of strings variable in CCompiler
862 if ext not in self.src_extensions:
Dmsvc9compiler.py317 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler
436 if ext not in self.src_extensions:
Dunixccompiler.py132 src_extensions = [".c",".C",".cc",".cxx",".cpp",".m"] variable in UnixCCompiler
/external/python/cpython3/Lib/distutils/
Dbcppcompiler.py45 src_extensions = _c_extensions + _cpp_extensions variable in BCPPCompiler
343 if ext not in (self.src_extensions + ['.rc','.res']):
D_msvccompiler.py191 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler
290 **{ext: self.obj_extension for ext in self.src_extensions},
Dmsvccompiler.py221 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler
324 if ext not in self.src_extensions:
Dccompiler.py63 src_extensions = None # list of strings variable in CCompiler
855 if ext not in self.src_extensions:
Dcygwinccompiler.py258 if ext not in (self.src_extensions + ['.rc','.res']):
Dmsvc9compiler.py319 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler
436 if ext not in self.src_extensions:
Dunixccompiler.py74 src_extensions = [".c",".C",".cc",".cxx",".cpp",".m"] variable in UnixCCompiler
/external/rust/crates/grpcio-sys/grpc/
Dsetup.py23 UnixCCompiler.src_extensions.append('.S')
/external/python/cpython2/
Dsetup.py2011 self.compiler.src_extensions.append('.S')
2059 self.compiler.src_extensions.append('.S')