/external/brotli/ |
D | setup.py | 85 if self.compiler.compiler_type == 'msvc': 91 elif self.compiler.compiler_type == 'mingw32': 115 if self.compiler.compiler_type == 'mingw32':
|
/external/libcxx/utils/libcxx/ |
D | compiler.py | 83 compiler_type = None 86 compiler_type = 'clang' 89 compiler_type = 'apple-clang' 94 compiler_type = 'gcc' 98 self.type = compiler_type
|
/external/python/cpython3/Lib/distutils/ |
D | cygwinccompiler.py | 92 compiler_type = 'cygwin' variable in CygwinCCompiler 116 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" % 278 compiler_type = 'mingw32' variable in Mingw32CCompiler
|
D | unixccompiler.py | 47 compiler_type = 'unix' variable in UnixCCompiler
|
D | bcppcompiler.py | 30 compiler_type = 'bcpp' variable in BCPPCompiler
|
D | sysconfig.py | 169 if compiler.compiler_type == "unix":
|
D | _msvccompiler.py | 193 compiler_type = 'msvc' variable in MSVCCompiler
|
D | msvccompiler.py | 204 compiler_type = 'msvc' variable in MSVCCompiler
|
D | ccompiler.py | 37 compiler_type = None variable in CCompiler
|
D | msvc9compiler.py | 303 compiler_type = 'msvc' variable in MSVCCompiler
|
/external/python/cpython2/Lib/distutils/ |
D | cygwinccompiler.py | 84 compiler_type = 'cygwin' variable in CygwinCCompiler 108 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" % 299 compiler_type = 'mingw32' variable in Mingw32CCompiler
|
D | emxccompiler.py | 33 compiler_type = 'emx' variable in EMXCCompiler 60 self.debug_print(self.compiler_type + ": gcc %s, ld %s\n" %
|
D | unixccompiler.py | 50 compiler_type = 'unix' variable in UnixCCompiler
|
D | bcppcompiler.py | 30 compiler_type = 'bcpp' variable in BCPPCompiler
|
D | sysconfig.py | 157 if compiler.compiler_type == "unix":
|
D | msvccompiler.py | 208 compiler_type = 'msvc' variable in MSVCCompiler
|
D | ccompiler.py | 45 compiler_type = None variable in CCompiler
|
D | msvc9compiler.py | 313 compiler_type = 'msvc' variable in MSVCCompiler
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_ccompiler.py | 90 compiler_type = 'unix' variable in CCompilerTestCase.test_customize_compiler.compiler
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_sysconfig.py | 85 compiler_type = 'unix' variable in SysconfigTestCase.test_customize_compiler.compiler
|
/external/grpc-grpc/src/python/grpcio/ |
D | commands.py | 289 compiler = self.compiler.compiler_type
|