Searched refs:help_options (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython2/Lib/distutils/ |
D | dist.py | 552 isinstance(cmd_class.help_options, list)): 553 help_options = fix_help_options(cmd_class.help_options) 555 help_options = [] 562 help_options) 570 isinstance(cmd_class.help_options, list)): 572 for (help_option, short, desc, func) in cmd_class.help_options: 647 isinstance(klass.help_options, list)): 649 fix_help_options(klass.help_options))
|
/external/python/cpython3/Lib/distutils/ |
D | dist.py | 567 isinstance(cmd_class.help_options, list)): 568 help_options = fix_help_options(cmd_class.help_options) 570 help_options = [] 576 help_options) 584 isinstance(cmd_class.help_options, list)): 586 for (help_option, short, desc, func) in cmd_class.help_options: 661 isinstance(klass.help_options, list)): 663 fix_help_options(klass.help_options))
|
/external/v8/src/flags/ |
D | flags.h | 69 FlagList::HelpOptions help_options = FlagList::HelpOptions());
|
D | flags.cc | 540 HelpOptions help_options) { in SetFlagsFromCommandLine() argument 663 if (help_options.HasUsage()) { in SetFlagsFromCommandLine() 664 PrintF(stdout, "%s", help_options.usage()); in SetFlagsFromCommandLine() 667 if (help_options.ShouldExit()) { in SetFlagsFromCommandLine()
|
/external/python/cpython3/Lib/distutils/command/ |
D | bdist.py | 50 help_options = [ variable in bdist
|
D | build.py | 51 help_options = [ variable in build
|
D | build_clib.py | 47 help_options = [ variable in build_clib
|
D | sdist.py | 89 help_options = [ variable in sdist
|
D | build_ext.py | 101 help_options = [ variable in build_ext
|
/external/python/cpython2/Lib/distutils/command/ |
D | build.py | 50 help_options = [ variable in build
|
D | bdist.py | 53 help_options = [ variable in bdist
|
D | build_clib.py | 49 help_options = [ variable in build_clib
|
D | sdist.py | 89 help_options = [ variable in sdist
|
D | build_ext.py | 103 help_options = [ variable in build_ext
|