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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
dist.py 123 negative_opt = {'quiet': 'verbose'} variable
410 alias = self.negative_opt.get(opt)
457 parser.set_negative_aliases(self.negative_opt)
544 negative_opt = self.negative_opt
545 if hasattr(cmd_class, 'negative_opt'):
546 negative_opt = negative_opt.copy()
547 negative_opt.update(cmd_class.negative_opt)
    [all...]
fancy_getopt.py 402 def fancy_getopt (options, negative_opt, object, args):
404 parser.set_negative_aliases(negative_opt)
  /external/python/cpython2/Lib/distutils/
dist.py 123 negative_opt = {'quiet': 'verbose'} variable
410 alias = self.negative_opt.get(opt)
457 parser.set_negative_aliases(self.negative_opt)
544 negative_opt = self.negative_opt
545 if hasattr(cmd_class, 'negative_opt'):
546 negative_opt = negative_opt.copy()
547 negative_opt.update(cmd_class.negative_opt)
    [all...]
fancy_getopt.py 402 def fancy_getopt (options, negative_opt, object, args):
404 parser.set_negative_aliases(negative_opt)
  /external/python/cpython3/Lib/distutils/
dist.py 118 negative_opt = {'quiet': 'verbose'} variable
415 alias = self.negative_opt.get(opt)
462 parser.set_negative_aliases(self.negative_opt)
548 negative_opt = self.negative_opt
549 if hasattr(cmd_class, 'negative_opt'):
550 negative_opt = negative_opt.copy()
551 negative_opt.update(cmd_class.negative_opt)
    [all...]
fancy_getopt.py 367 def fancy_getopt(options, negative_opt, object, args):
369 parser.set_negative_aliases(negative_opt)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
dist.py 123 negative_opt = {'quiet': 'verbose'} variable
410 alias = self.negative_opt.get(opt)
457 parser.set_negative_aliases(self.negative_opt)
544 negative_opt = self.negative_opt
545 if hasattr(cmd_class, 'negative_opt'):
546 negative_opt = negative_opt.copy()
547 negative_opt.update(cmd_class.negative_opt)
    [all...]
fancy_getopt.py 402 def fancy_getopt (options, negative_opt, object, args):
404 parser.set_negative_aliases(negative_opt)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
dist.py 123 negative_opt = {'quiet': 'verbose'} variable
410 alias = self.negative_opt.get(opt)
457 parser.set_negative_aliases(self.negative_opt)
544 negative_opt = self.negative_opt
545 if hasattr(cmd_class, 'negative_opt'):
546 negative_opt = negative_opt.copy()
547 negative_opt.update(cmd_class.negative_opt)
    [all...]
fancy_getopt.py 402 def fancy_getopt (options, negative_opt, object, args):
404 parser.set_negative_aliases(negative_opt)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 123 negative_opt = {'quiet': 'verbose'} variable
410 alias = self.negative_opt.get(opt)
457 parser.set_negative_aliases(self.negative_opt)
544 negative_opt = self.negative_opt
545 if hasattr(cmd_class, 'negative_opt'):
546 negative_opt = negative_opt.copy()
547 negative_opt.update(cmd_class.negative_opt)
    [all...]
fancy_getopt.py 402 def fancy_getopt (options, negative_opt, object, args):
404 parser.set_negative_aliases(negative_opt)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 123 negative_opt = {'quiet': 'verbose'} variable
410 alias = self.negative_opt.get(opt)
457 parser.set_negative_aliases(self.negative_opt)
544 negative_opt = self.negative_opt
545 if hasattr(cmd_class, 'negative_opt'):
546 negative_opt = negative_opt.copy()
547 negative_opt.update(cmd_class.negative_opt)
    [all...]
fancy_getopt.py 402 def fancy_getopt (options, negative_opt, object, args):
404 parser.set_negative_aliases(negative_opt)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
install_lib.py 53 negative_opt = {'no-compile' : 'compile'} variable in class:install_lib
install.py 160 negative_opt = {'no-compile' : 'compile'} variable in class:install
390 if opt_name in self.negative_opt:
391 opt_name = string.translate(self.negative_opt[opt_name],
  /external/python/cpython2/Lib/distutils/command/
install_lib.py 53 negative_opt = {'no-compile' : 'compile'} variable in class:install_lib
install.py 160 negative_opt = {'no-compile' : 'compile'} variable in class:install
390 if opt_name in self.negative_opt:
391 opt_name = string.translate(self.negative_opt[opt_name],
  /external/python/cpython3/Lib/distutils/command/
install_lib.py 49 negative_opt = {'no-compile' : 'compile'} variable in class:install_lib
install.py 143 negative_opt = {'no-compile' : 'compile'} variable in class:install
383 if opt_name in self.negative_opt:
384 opt_name = self.negative_opt[opt_name]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install_lib.py 53 negative_opt = {'no-compile' : 'compile'} variable in class:install_lib
install.py 189 negative_opt = {'no-compile' : 'compile'} variable in class:install
427 if opt_name in self.negative_opt:
428 opt_name = string.translate(self.negative_opt[opt_name],
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install_lib.py 53 negative_opt = {'no-compile' : 'compile'} variable in class:install_lib
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 53 negative_opt = {'no-compile' : 'compile'} variable in class:install_lib
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 53 negative_opt = {'no-compile' : 'compile'} variable in class:install_lib

Completed in 366 milliseconds

1 2