Home
last modified time | relevance | path

Searched refs:compiler_type (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/brotli/
Dsetup.py85 if self.compiler.compiler_type == 'msvc':
91 elif self.compiler.compiler_type == 'mingw32':
115 if self.compiler.compiler_type == 'mingw32':
/third_party/python/Lib/distutils/
Dcygwinccompiler.py90 compiler_type = 'cygwin' variable in CygwinCCompiler
114 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" %
276 compiler_type = 'mingw32' variable in Mingw32CCompiler
Dsysconfig.py204 if compiler.compiler_type == "unix":
Dunixccompiler.py47 compiler_type = 'unix' variable in UnixCCompiler
Dbcppcompiler.py30 compiler_type = 'bcpp' variable in BCPPCompiler
D_msvccompiler.py174 compiler_type = 'msvc' variable in MSVCCompiler
Dmsvccompiler.py204 compiler_type = 'msvc' variable in MSVCCompiler
Dccompiler.py37 compiler_type = None variable in CCompiler
Dmsvc9compiler.py302 compiler_type = 'msvc' variable in MSVCCompiler
/third_party/grpc/src/python/grpcio/
Dcommands.py255 compiler = self.compiler.compiler_type
/third_party/python/Lib/distutils/tests/
Dtest_sysconfig.py84 compiler_type = 'unix' variable in SysconfigTestCase.customize_compiler.compiler
/third_party/python/Lib/test/support/
D__init__.py1701 if compiler.compiler_type == "msvc":