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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
bcppcompiler.py 88 compile_opts = extra_preargs or []
89 compile_opts.append ('-c')
91 compile_opts.extend (self.compile_options_debug)
93 compile_opts.extend (self.compile_options)
135 self.spawn ([self.cc] + compile_opts + pp_opts +
msvccompiler.py 358 compile_opts = extra_preargs or []
359 compile_opts.append ('/c')
361 compile_opts.extend(self.compile_options_debug)
363 compile_opts.extend(self.compile_options)
427 self.spawn ([self.cc] + compile_opts + pp_opts +
msvc9compiler.py 478 compile_opts = extra_preargs or []
479 compile_opts.append ('/c')
481 compile_opts.extend(self.compile_options_debug)
483 compile_opts.extend(self.compile_options)
544 self.spawn([self.cc] + compile_opts + pp_opts +
  /external/python/cpython2/Lib/distutils/
bcppcompiler.py 88 compile_opts = extra_preargs or []
89 compile_opts.append ('-c')
91 compile_opts.extend (self.compile_options_debug)
93 compile_opts.extend (self.compile_options)
135 self.spawn ([self.cc] + compile_opts + pp_opts +
msvccompiler.py 358 compile_opts = extra_preargs or []
359 compile_opts.append ('/c')
361 compile_opts.extend(self.compile_options_debug)
363 compile_opts.extend(self.compile_options)
427 self.spawn ([self.cc] + compile_opts + pp_opts +
msvc9compiler.py 478 compile_opts = extra_preargs or []
479 compile_opts.append ('/c')
481 compile_opts.extend(self.compile_options_debug)
483 compile_opts.extend(self.compile_options)
544 self.spawn([self.cc] + compile_opts + pp_opts +
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
bcppcompiler.py 88 compile_opts = extra_preargs or []
89 compile_opts.append ('-c')
91 compile_opts.extend (self.compile_options_debug)
93 compile_opts.extend (self.compile_options)
135 self.spawn ([self.cc] + compile_opts + pp_opts +
msvccompiler.py 358 compile_opts = extra_preargs or []
359 compile_opts.append ('/c')
361 compile_opts.extend(self.compile_options_debug)
363 compile_opts.extend(self.compile_options)
427 self.spawn ([self.cc] + compile_opts + pp_opts +
msvc9compiler.py 478 compile_opts = extra_preargs or []
479 compile_opts.append ('/c')
481 compile_opts.extend(self.compile_options_debug)
483 compile_opts.extend(self.compile_options)
544 self.spawn([self.cc] + compile_opts + pp_opts +
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
bcppcompiler.py 88 compile_opts = extra_preargs or []
89 compile_opts.append ('-c')
91 compile_opts.extend (self.compile_options_debug)
93 compile_opts.extend (self.compile_options)
135 self.spawn ([self.cc] + compile_opts + pp_opts +
msvccompiler.py 358 compile_opts = extra_preargs or []
359 compile_opts.append ('/c')
361 compile_opts.extend(self.compile_options_debug)
363 compile_opts.extend(self.compile_options)
427 self.spawn ([self.cc] + compile_opts + pp_opts +
msvc9compiler.py 478 compile_opts = extra_preargs or []
479 compile_opts.append ('/c')
481 compile_opts.extend(self.compile_options_debug)
483 compile_opts.extend(self.compile_options)
544 self.spawn([self.cc] + compile_opts + pp_opts +
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py 88 compile_opts = extra_preargs or []
89 compile_opts.append ('-c')
91 compile_opts.extend (self.compile_options_debug)
93 compile_opts.extend (self.compile_options)
135 self.spawn ([self.cc] + compile_opts + pp_opts +
msvccompiler.py 358 compile_opts = extra_preargs or []
359 compile_opts.append ('/c')
361 compile_opts.extend(self.compile_options_debug)
363 compile_opts.extend(self.compile_options)
427 self.spawn ([self.cc] + compile_opts + pp_opts +
msvc9compiler.py 478 compile_opts = extra_preargs or []
479 compile_opts.append ('/c')
481 compile_opts.extend(self.compile_options_debug)
483 compile_opts.extend(self.compile_options)
544 self.spawn([self.cc] + compile_opts + pp_opts +
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py 88 compile_opts = extra_preargs or []
89 compile_opts.append ('-c')
91 compile_opts.extend (self.compile_options_debug)
93 compile_opts.extend (self.compile_options)
135 self.spawn ([self.cc] + compile_opts + pp_opts +
msvccompiler.py 358 compile_opts = extra_preargs or []
359 compile_opts.append ('/c')
361 compile_opts.extend(self.compile_options_debug)
363 compile_opts.extend(self.compile_options)
427 self.spawn ([self.cc] + compile_opts + pp_opts +
msvc9compiler.py 478 compile_opts = extra_preargs or []
479 compile_opts.append ('/c')
481 compile_opts.extend(self.compile_options_debug)
483 compile_opts.extend(self.compile_options)
544 self.spawn([self.cc] + compile_opts + pp_opts +
  /external/dnsmasq/src/
dnsmasq.c 21 static char *compile_opts = variable
108 read_opts(argc, argv, compile_opts);
443 my_syslog(LOG_INFO, _("compile time options: %s"), compile_opts);
dnsmasq.h 736 void read_opts (int argc, char **argv, char *compile_opts);
option.c     [all...]

Completed in 3557 milliseconds