Home
last modified time | relevance | path

Searched refs:help_options (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/distutils/
Ddist.py552 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/
Ddist.py567 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/
Dflags.h69 FlagList::HelpOptions help_options = FlagList::HelpOptions());
Dflags.cc540 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/
Dbdist.py50 help_options = [ variable in bdist
Dbuild.py51 help_options = [ variable in build
Dbuild_clib.py47 help_options = [ variable in build_clib
Dsdist.py89 help_options = [ variable in sdist
Dbuild_ext.py101 help_options = [ variable in build_ext
/external/python/cpython2/Lib/distutils/command/
Dbuild.py50 help_options = [ variable in build
Dbdist.py53 help_options = [ variable in bdist
Dbuild_clib.py49 help_options = [ variable in build_clib
Dsdist.py89 help_options = [ variable in sdist
Dbuild_ext.py103 help_options = [ variable in build_ext