Home
last modified time | relevance | path

Searched refs:HelpFormatter (Results 1 – 20 of 20) sorted by relevance

/external/smali/smali/src/main/java/org/jf/smali/
DHelpCommand.java61 System.out.println(new HelpFormatter() in run()
72 System.out.println(new HelpFormatter() in run()
78 System.out.println(new HelpFormatter() in run()
/external/smali/baksmali/src/main/java/org/jf/baksmali/
DListHelpCommand.java60 System.out.println(new HelpFormatter() in run()
72 System.out.println(new HelpFormatter() in run()
78 System.out.println(new HelpFormatter() in run()
DHelpCommand.java63 System.out.println(new HelpFormatter() in run()
183 System.out.println(new HelpFormatter() in run()
190 System.out.println(new HelpFormatter() in run()
/external/smali/util/src/main/java/org/jf/util/jcommander/
DCommand.java52 System.out.println(new HelpFormatter() in usage()
DHelpFormatter.java53 public class HelpFormatter { class
58 public HelpFormatter width(int width) { in width()
/external/python/cpython2/Lib/
Doptparse.py155 class HelpFormatter: class
362 class IndentedHelpFormatter (HelpFormatter):
371 HelpFormatter.__init__(
381 class TitledHelpFormatter (HelpFormatter):
390 HelpFormatter.__init__ (
Dargparse.py147 class HelpFormatter(object): class
633 class RawDescriptionHelpFormatter(HelpFormatter):
655 class ArgumentDefaultsHelpFormatter(HelpFormatter):
1567 formatter_class=HelpFormatter,
/external/python/cpython3/Lib/
Doptparse.py161 class HelpFormatter: class
368 class IndentedHelpFormatter (HelpFormatter):
377 HelpFormatter.__init__(
387 class TitledHelpFormatter (HelpFormatter):
396 HelpFormatter.__init__ (
Dargparse.py154 class HelpFormatter(object): class
662 class RawDescriptionHelpFormatter(HelpFormatter):
684 class ArgumentDefaultsHelpFormatter(HelpFormatter):
701 class MetavarTypeHelpFormatter(HelpFormatter):
1692 formatter_class=HelpFormatter,
/external/chromium-trace/catapult/devil/devil/utils/
Dmarkdown.py70 class MarkdownHelpFormatter(argparse.HelpFormatter):
/external/llvm-project/polly/utils/
Dargparse.py182 class HelpFormatter(object): class
656 class RawDescriptionHelpFormatter(HelpFormatter):
678 class ArgumentDefaultsHelpFormatter(HelpFormatter):
1563 formatter_class=HelpFormatter,
/external/python/cpython2/Lib/test/
Dtest_argparse.py4430 "add_help=True)" % argparse.HelpFormatter)
/external/python/cpython3/Lib/test/
Dtest_argparse.py4759 "add_help=True)" % argparse.HelpFormatter)
/external/python/cpython3/Doc/library/
Dargparse.rst142 formatter_class=argparse.HelpFormatter, \
Doptparse.rst844 An instance of optparse.HelpFormatter that will be used for printing help
/external/python/cpython2/Doc/library/
Dargparse.rst141 formatter_class=argparse.HelpFormatter, \
Doptparse.rst846 An instance of optparse.HelpFormatter that will be used for printing help
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst3763 correctly in the ``argparse.HelpFormatter`` class. Initial patch by Zbyszek
/external/python/cpython2/Misc/
DHISTORY2934 HelpFormatter to allow (slight) customization of the formatting.
/external/python/cpython3/Misc/
DHISTORY20318 HelpFormatter to allow (slight) customization of the formatting.