HomeSort by relevance Sort by last modified time
    Searched refs:cc_cmd (Results 1 - 10 of 10) sorted by null

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/
compiler.py 110 cc_cmd, cc_stdout, cc_stderr, rc = self.compile(
113 return cc_cmd, cc_stdout, cc_stderr, rc
117 return (cc_cmd + ['&&'] + link_cmd, cc_stdout + link_stdout,
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/
compiler.py 119 cc_cmd, cc_stdout, cc_stderr, rc = self.compile(
122 return cc_cmd, cc_stdout, cc_stderr, rc
126 return (cc_cmd + ['&&'] + link_cmd, cc_stdout + link_stdout,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
sysconfig.py 176 cc_cmd = cc + ' ' + cflags
179 compiler=cc_cmd,
180 compiler_so=cc_cmd + ' ' + ccshared,
ccompiler.py 61 cc_cmd = cc + ' ' + cflags
64 compiler=cc_cmd,
65 compiler_so=cc_cmd + ' ' + ccshared,
    [all...]
  /external/libcxx/utils/libcxx/
compiler.py 190 cc_cmd, cc_stdout, cc_stderr, rc = self.compile(
193 return cc_cmd, cc_stdout, cc_stderr, rc
197 return (cc_cmd + ['&&'] + link_cmd, cc_stdout + link_stdout,
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
sysconfig.py 217 cc_cmd = cc + ' ' + cflags
220 compiler=cc_cmd,
221 compiler_so=cc_cmd + ' ' + ccshared,
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
sysconfig.py 217 cc_cmd = cc + ' ' + cflags
220 compiler=cc_cmd,
221 compiler_so=cc_cmd + ' ' + ccshared,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 217 cc_cmd = cc + ' ' + cflags
220 compiler=cc_cmd,
221 compiler_so=cc_cmd + ' ' + ccshared,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 217 cc_cmd = cc + ' ' + cflags
220 compiler=cc_cmd,
221 compiler_so=cc_cmd + ' ' + ccshared,
  /toolchain/binutils/binutils-2.25/ld/testsuite/lib/
ld-lib.exp     [all...]

Completed in 991 milliseconds