Searched refs:negative_opt (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
H A Ddist.py123 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...]
H A Dfancy_getopt.py402 def fancy_getopt (options, negative_opt, object, args):
404 parser.set_negative_aliases(negative_opt)
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/
H A Ddist.py123 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...]
H A Dfancy_getopt.py402 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/
H A Ddist.py123 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...]
H A Dfancy_getopt.py402 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/
H A Ddist.py123 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...]
H A Dfancy_getopt.py402 def fancy_getopt (options, negative_opt, object, args):
404 parser.set_negative_aliases(negative_opt)
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
H A Dinstall.py189 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],
H A Dinstall_lib.py53 negative_opt = {'no-compile' : 'compile'} variable in class:install_lib
H A Dbuild_py.py31 negative_opt = {'no-compile' : 'compile'} variable in class:build_py
H A Dsdist.py94 negative_opt = {'no-defaults': 'use-defaults', variable in class:sdist
H A Dbdist_rpm.py135 negative_opt = {'no-keep-temp': 'keep-temp', variable in class:bdist_rpm
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
H A Dinstall.py189 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],
H A Dinstall_lib.py53 negative_opt = {'no-compile' : 'compile'} variable in class:install_lib
H A Dbuild_py.py31 negative_opt = {'no-compile' : 'compile'} variable in class:build_py
H A Dsdist.py94 negative_opt = {'no-defaults': 'use-defaults', variable in class:sdist
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dinstall.py189 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],
H A Dinstall_lib.py53 negative_opt = {'no-compile' : 'compile'} variable in class:install_lib
H A Dbuild_py.py31 negative_opt = {'no-compile' : 'compile'} variable in class:build_py
H A Dsdist.py94 negative_opt = {'no-defaults': 'use-defaults', variable in class:sdist
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dinstall.py189 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],
H A Dinstall_lib.py53 negative_opt = {'no-compile' : 'compile'} variable in class:install_lib
H A Dbuild_py.py31 negative_opt = {'no-compile' : 'compile'} variable in class:build_py
H A Dsdist.py94 negative_opt = {'no-defaults': 'use-defaults', variable in class:sdist

Completed in 4417 milliseconds

12