HomeSort by relevance Sort by last modified time
    Searched refs:compiler_type (Results 1 - 25 of 40) sorted by null

1 2

  /external/libcxx/test/libcxx/
compiler.py 23 compiler_type = None
26 compiler_type = 'clang'
29 compiler_type = 'apple-clang'
34 compiler_type = 'gcc'
38 self.type = compiler_type
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/
compiler.py 23 compiler_type = None
26 compiler_type = 'clang'
29 compiler_type = 'apple-clang'
34 compiler_type = 'gcc'
38 self.type = compiler_type
  /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/gdb/darwin-x86/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
  /prebuilts/gdb/linux-x86/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
  /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
  /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

Completed in 657 milliseconds

1 2