HomeSort by relevance Sort by last modified time
    Searched refs:negative_opt (Results 1 - 25 of 35) 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)
  /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],
bdist_rpm.py 135 negative_opt = {'no-keep-temp': 'keep-temp', variable in class:bdist_rpm
build_py.py 31 negative_opt = {'no-compile' : 'compile'} variable in class:build_py
sdist.py 94 negative_opt = {'no-defaults': 'use-defaults', variable in class:sdist
  /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],
bdist_rpm.py 135 negative_opt = {'no-keep-temp': 'keep-temp', variable in class:bdist_rpm
build_py.py 31 negative_opt = {'no-compile' : 'compile'} variable in class:build_py
  /prebuilts/gdb/linux-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/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
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/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
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],

Completed in 230 milliseconds

1 2