Home
last modified time | relevance | path

Searched refs:help_text (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/util/nanotool/
Dnanotool.cpp95 const char *help_text = in PrintUsage() local
146 fprintf(stderr, "Usage: %s [options]\n\n%s\n", name, help_text); in PrintUsage()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Doptparse.py315 help_text = self.expand_default(option)
316 help_lines = textwrap.wrap(help_text, self.help_width)
Dargparse.py515 help_text = self._expand_help(action)
516 help_lines = self._split_lines(help_text, help_width)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Doptparse.py316 help_text = self.expand_default(option)
317 help_lines = textwrap.wrap(help_text, self.help_width)
Dargparse.py517 help_text = self._expand_help(action)
518 help_lines = self._split_lines(help_text, help_width)