Home
last modified time | relevance | path

Searched refs:cc_args (Results 1 – 13 of 13) sorted by relevance

/external/autotest/client/common_lib/cros/
Dcros_config_unittest.py136 cc_args = get_cros_config_args(cros_config_result, fallback_result)
139 cc_args, _mock_cmd_runner, ignore_status=True)
142 cc_args, _mock_cmd_runner)
223 cc_args = get_cros_config_args(cros_config_result, fallback_result)
226 cc_args, _mock_cmd_runner, ignore_status=True)
229 cc_args, _mock_cmd_runner)
/external/python/cpython2/Lib/
D_osx_support.py304 def compiler_fixup(compiler_so, cc_args): argument
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/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/
D_parallel_compile_patch.py45 cc_args = self._get_cc_args(pp_opts, debug, extra_preargs)
52 self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
/external/python/cpython3/Lib/
D_osx_support.py358 def compiler_fixup(compiler_so, cc_args): argument
376 stripArch = '-arch' in cc_args
377 stripSysroot = any(arg for arg in cc_args if arg.startswith('-isysroot'))
416 argvar = cc_args
417 indices = [i for i,x in enumerate(cc_args) if x.startswith('-isysroot')]
/external/python/cpython2/Lib/distutils/
Dccompiler.py369 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): argument
Dunixccompiler.py115 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): argument
119 cc_args + extra_postargs)
121 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
Demxccompiler.py77 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): argument
86 self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +
Dcygwinccompiler.py154 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): argument
163 self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +
/external/python/cpython3/Lib/distutils/
Dccompiler.py355 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): argument
Dunixccompiler.py111 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): argument
115 cc_args + extra_postargs)
117 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
Dcygwinccompiler.py157 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): argument
167 self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +
/external/python/pybind11/pybind11/
Dsetup_helpers.py393 cc_args = compiler._get_cc_args(pp_opts, debug, extra_preargs)
409 compiler._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
/external/igt-gpu-tools/
Dmeson.build23 cc_args = [ variable
74 foreach cc_arg : cc_args