Home
last modified time | relevance | path

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

12

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h115 const string& help_text);
128 const string& help_text);
304 string help_text; member
Dcommand_line_interface.cc712 const string& help_text) { in RegisterGenerator() argument
716 info.help_text = help_text; in RegisterGenerator()
723 const string& help_text) { in RegisterGenerator() argument
728 info.help_text = help_text; in RegisterGenerator()
1407 << iter->second.help_text << std::endl; in PrintHelpText()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dcommands.py50 def add_option(command, long_name, help_text, short_name=None, default=None, argument
61 opt = (long_name, short_name, help_text)
75 i_inherit, long_name, help_text, short_name, default
Dext.py80 help_text='Don\'t install C extensions',
87 help_text='Don\'t build C extensions',
Ddata.py132 help_text='Do not install documentation files',
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dcommands.py50 def add_option(command, long_name, help_text, short_name=None, default=None, argument
61 opt = (long_name, short_name, help_text)
75 i_inherit, long_name, help_text, short_name, default
Dext.py80 help_text='Don\'t install C extensions',
87 help_text='Don\'t build C extensions',
Ddata.py132 help_text='Do not install documentation files',
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Dcommands.py49 def add_option(command, long_name, help_text, short_name=None, default=None, argument
60 opt = (long_name, short_name, help_text)
74 i_inherit, long_name, help_text, short_name, default
Dext.py79 help_text='Don\'t install C extensions',
86 help_text='Don\'t build C extensions',
Ddata.py132 help_text='Do not install documentation files',
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Dcommands.py49 def add_option(command, long_name, help_text, short_name=None, default=None, argument
60 opt = (long_name, short_name, help_text)
74 i_inherit, long_name, help_text, short_name, default
Dext.py79 help_text='Don\'t install C extensions',
86 help_text='Don\'t build C extensions',
Ddata.py132 help_text='Do not install documentation files',
/external/autotest/client/tests/monotonic_time/src/
Dtime_test.c54 const char help_text[] = variable
68 printf("%s", help_text); in help()
/external/u-boot/scripts/kconfig/
Dmenu.c863 const char *help_text = nohelp_text; in menu_get_ext_help() local
868 help_text = menu_get_help(menu); in menu_get_ext_help()
870 str_printf(help, "%s\n", _(help_text)); in menu_get_ext_help()
/external/autotest/frontend/afe/
Dadmin.py131 self.fields['labels'].help_text = ('Please enter a comma seperated '
Dmodels.py1802 help_text='''
/external/python/cpython3/Lib/
Doptparse.py322 help_text = self.expand_default(option)
323 help_lines = textwrap.wrap(help_text, self.help_width)
Dargparse.py525 help_text = self._expand_help(action)
526 help_lines = self._split_lines(help_text, help_width)
/external/python/cpython2/Lib/
Doptparse.py316 help_text = self.expand_default(option)
317 help_lines = textwrap.wrap(help_text, self.help_width)
Dargparse.py521 help_text = self._expand_help(action)
522 help_lines = self._split_lines(help_text, help_width)
/external/tensorflow/
Dconfigure.py1579 def config_info_line(name, help_text): argument
1581 print('\t--config=%-12s\t# %s' % (name, help_text))
/external/selinux/python/sepolicy/sepolicy/
Dgui.py263 self.help_text = builder.get_object("help_textv")
731 help_text = self.help_text.get_buffer()
732 help_text.set_text(buf % {"APP": self.application})
733 self.help_text.set_buffer(help_text)
/external/pcre/dist2/src/
Dpcre2grep.c359 const char *help_text; member
1175 printf("%.*s%s" STDOUT_NL, n, " ", op->help_text); in help()

12