/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.h | 115 const string& help_text); 128 const string& help_text); 304 string help_text; member
|
D | command_line_interface.cc | 712 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/ |
D | commands.py | 50 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
|
D | ext.py | 80 help_text='Don\'t install C extensions', 87 help_text='Don\'t build C extensions',
|
D | data.py | 132 help_text='Do not install documentation files',
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/ |
D | commands.py | 50 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
|
D | ext.py | 80 help_text='Don\'t install C extensions', 87 help_text='Don\'t build C extensions',
|
D | data.py | 132 help_text='Do not install documentation files',
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/ |
D | commands.py | 49 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
|
D | ext.py | 79 help_text='Don\'t install C extensions', 86 help_text='Don\'t build C extensions',
|
D | data.py | 132 help_text='Do not install documentation files',
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/ |
D | commands.py | 49 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
|
D | ext.py | 79 help_text='Don\'t install C extensions', 86 help_text='Don\'t build C extensions',
|
D | data.py | 132 help_text='Do not install documentation files',
|
/external/autotest/client/tests/monotonic_time/src/ |
D | time_test.c | 54 const char help_text[] = variable 68 printf("%s", help_text); in help()
|
/external/u-boot/scripts/kconfig/ |
D | menu.c | 863 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/ |
D | admin.py | 131 self.fields['labels'].help_text = ('Please enter a comma seperated '
|
D | models.py | 1802 help_text='''
|
/external/python/cpython3/Lib/ |
D | optparse.py | 322 help_text = self.expand_default(option) 323 help_lines = textwrap.wrap(help_text, self.help_width)
|
D | argparse.py | 525 help_text = self._expand_help(action) 526 help_lines = self._split_lines(help_text, help_width)
|
/external/python/cpython2/Lib/ |
D | optparse.py | 316 help_text = self.expand_default(option) 317 help_lines = textwrap.wrap(help_text, self.help_width)
|
D | argparse.py | 521 help_text = self._expand_help(action) 522 help_lines = self._split_lines(help_text, help_width)
|
/external/tensorflow/ |
D | configure.py | 1579 def config_info_line(name, help_text): argument 1581 print('\t--config=%-12s\t# %s' % (name, help_text))
|
/external/selinux/python/sepolicy/sepolicy/ |
D | gui.py | 263 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/ |
D | pcre2grep.c | 359 const char *help_text; member 1175 printf("%.*s%s" STDOUT_NL, n, " ", op->help_text); in help()
|