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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
unixccompiler.py 44 def _darwin_compiler_fixup(compiler_so, cc_args):
64 stripArch = '-arch' in cc_args
65 stripSysroot = '-isysroot' in cc_args
93 if '-isysroot' in cc_args:
94 idx = cc_args.index('-isysroot')
95 sysroot = cc_args[idx+1]
172 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
175 compiler_so = _darwin_compiler_fixup(compiler_so, cc_args + extra_postargs)
177 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
emxccompiler.py 77 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
86 self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +
ccompiler.py 419 cc_args = pp_opts + ['-c']
421 cc_args[:0] = ['-g']
423 cc_args[:0] = before
424 return cc_args
617 cc_args = self._get_cc_args(pp_opts, debug, extra_preargs)
624 self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
629 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
    [all...]
  /external/python/cpython2/Lib/
_osx_support.py 304 def compiler_fixup(compiler_so, cc_args):
322 stripArch = '-arch' in cc_args
323 stripSysroot = '-isysroot' in cc_args
352 if '-isysroot' in cc_args:
353 idx = cc_args.index('-isysroot')
354 sysroot = cc_args[idx+1]
  /external/python/cpython3/Lib/
_osx_support.py 304 def compiler_fixup(compiler_so, cc_args):
322 stripArch = '-arch' in cc_args
323 stripSysroot = '-isysroot' in cc_args
352 if '-isysroot' in cc_args:
353 idx = cc_args.index('-isysroot')
354 sysroot = cc_args[idx+1]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_osx_support.py 298 def compiler_fixup(compiler_so, cc_args):
316 stripArch = '-arch' in cc_args
317 stripSysroot = '-isysroot' in cc_args
346 if '-isysroot' in cc_args:
347 idx = cc_args.index('-isysroot')
348 sysroot = cc_args[idx+1]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_osx_support.py 298 def compiler_fixup(compiler_so, cc_args):
316 stripArch = '-arch' in cc_args
317 stripSysroot = '-isysroot' in cc_args
346 if '-isysroot' in cc_args:
347 idx = cc_args.index('-isysroot')
348 sysroot = cc_args[idx+1]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 298 def compiler_fixup(compiler_so, cc_args):
316 stripArch = '-arch' in cc_args
317 stripSysroot = '-isysroot' in cc_args
346 if '-isysroot' in cc_args:
347 idx = cc_args.index('-isysroot')
348 sysroot = cc_args[idx+1]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 298 def compiler_fixup(compiler_so, cc_args):
316 stripArch = '-arch' in cc_args
317 stripSysroot = '-isysroot' in cc_args
346 if '-isysroot' in cc_args:
347 idx = cc_args.index('-isysroot')
348 sysroot = cc_args[idx+1]
  /bionic/tools/versioner/src/
Driver.cpp 172 const driver::ArgStringList& cc_args = driver_cmd.getArguments(); local
174 if (cc_args.size() == 0) {
178 std::vector<std::string> result(cc_args.begin(), cc_args.end());
  /external/python/cpython2/Lib/distutils/
unixccompiler.py 115 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
119 cc_args + extra_postargs)
121 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
emxccompiler.py 77 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
86 self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +
ccompiler.py 369 cc_args = pp_opts + ['-c']
371 cc_args[:0] = ['-g']
373 cc_args[:0] = before
374 return cc_args
567 cc_args = self._get_cc_args(pp_opts, debug, extra_preargs)
574 self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
579 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
    [all...]
  /external/python/cpython3/Lib/distutils/
unixccompiler.py 111 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
115 cc_args + extra_postargs)
117 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
ccompiler.py 355 cc_args = pp_opts + ['-c']
357 cc_args[:0] = ['-g']
359 cc_args[:0] = before
360 return cc_args
567 cc_args = self._get_cc_args(pp_opts, debug, extra_preargs)
574 self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
579 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
unixccompiler.py 113 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
117 cc_args + extra_postargs)
119 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
emxccompiler.py 77 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
86 self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +
ccompiler.py 369 cc_args = pp_opts + ['-c']
371 cc_args[:0] = ['-g']
373 cc_args[:0] = before
374 return cc_args
567 cc_args = self._get_cc_args(pp_opts, debug, extra_preargs)
574 self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
579 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
unixccompiler.py 113 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
117 cc_args + extra_postargs)
119 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
emxccompiler.py 77 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
86 self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +
ccompiler.py 369 cc_args = pp_opts + ['-c']
371 cc_args[:0] = ['-g']
373 cc_args[:0] = before
374 return cc_args
567 cc_args = self._get_cc_args(pp_opts, debug, extra_preargs)
574 self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
579 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 113 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
117 cc_args + extra_postargs)
119 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
emxccompiler.py 77 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
86 self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 113 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
117 cc_args + extra_postargs)
119 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
emxccompiler.py 77 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
86 self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +

Completed in 508 milliseconds

1 2