OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compiler_type
(Results
1 - 20
of
20
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_ccompiler.py
69
compiler_type
= 'unix'
variable in class:CCompilerTestCase.test_customize_compiler.compiler
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_ccompiler.py
69
compiler_type
= 'unix'
variable in class:CCompilerTestCase.test_customize_compiler.compiler
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py
98
compiler_type
= 'cygwin'
variable in class:CygwinCCompiler
129
self.debug_print(self.
compiler_type
+ ": gcc %s, ld %s, dllwrap %s\n" %
331
compiler_type
= 'mingw32'
variable in class:Mingw32CCompiler
emxccompiler.py
33
compiler_type
= 'emx'
variable in class:EMXCCompiler
60
self.debug_print(self.
compiler_type
+ ": gcc %s, ld %s\n" %
sysconfig.py
164
if compiler.
compiler_type
== "unix":
166
elif compiler.
compiler_type
== "mingw32":
bcppcompiler.py
30
compiler_type
= 'bcpp'
variable in class:BCPPCompiler
unixccompiler.py
50
compiler_type
= 'unix'
variable in class:UnixCCompiler
msvccompiler.py
208
compiler_type
= 'msvc'
variable in class:MSVCCompiler
ccompiler.py
37
# '
compiler_type
' is a class attribute that identifies this class. It
40
# 'isinstance'. In concrete CCompiler subclasses, '
compiler_type
'
45
compiler_type
= None
variable in class:CCompiler
[
all
...]
msvc9compiler.py
313
compiler_type
= 'msvc'
variable in class:MSVCCompiler
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py
98
compiler_type
= 'cygwin'
variable in class:CygwinCCompiler
129
self.debug_print(self.
compiler_type
+ ": gcc %s, ld %s, dllwrap %s\n" %
331
compiler_type
= 'mingw32'
variable in class:Mingw32CCompiler
emxccompiler.py
33
compiler_type
= 'emx'
variable in class:EMXCCompiler
60
self.debug_print(self.
compiler_type
+ ": gcc %s, ld %s\n" %
sysconfig.py
164
if compiler.
compiler_type
== "unix":
166
elif compiler.
compiler_type
== "mingw32":
bcppcompiler.py
30
compiler_type
= 'bcpp'
variable in class:BCPPCompiler
unixccompiler.py
50
compiler_type
= 'unix'
variable in class:UnixCCompiler
msvccompiler.py
208
compiler_type
= 'msvc'
variable in class:MSVCCompiler
ccompiler.py
37
# '
compiler_type
' is a class attribute that identifies this class. It
40
# 'isinstance'. In concrete CCompiler subclasses, '
compiler_type
'
45
compiler_type
= None
variable in class:CCompiler
[
all
...]
msvc9compiler.py
313
compiler_type
= 'msvc'
variable in class:MSVCCompiler
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py
716
if self.compiler.
compiler_type
== 'mingw32':
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py
716
if self.compiler.
compiler_type
== 'mingw32':
[
all
...]
Completed in 366 milliseconds