HomeSort by relevance Sort by last modified time
    Searched full:long_help (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
multicommandtool.py 51 def __init__(self, help_text, argument_names=None, options=None, long_help=None, requires_local_commits=False):
53 self.long_help = long_help
126 if self.long_help:
127 help_text += "%s\n\n" % self.long_help
146 long_help = None variable in class:AbstractDeclarativeCommand
148 Command.__init__(self, self.help_text, self.argument_names, options=options, long_help=self.long_help, **kwargs)
multicommandtool_unittest.py 170 command_with_options = TrivialCommand(options=[make_option("--my_option")], long_help="LONG HELP")
  /external/lldb/source/Interpreter/
CommandObject.cpp 452 const char *long_help = GetHelpLong(); local
457 else if (long_help && strcasestr (long_help, search_word))
922 const char *long_help = GetHelpLong(); local
959 const char *long_help = GetHelpLong(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
queries.py 49 long_help = """Finds the newest crash log matching the given process name

Completed in 356 milliseconds