Searched defs:help_text (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dprettydiff.py35 help_text = "Shows the pretty diff in the default browser" variable in class:PrettyDiff
H A Dlayouttestsserver.py38 help_text = __doc__ variable in class:LayoutTestsServer
H A Dcommitannouncer.py40 help_text = "Start an IRC bot for announcing new git commits." variable in class:CommitAnnouncerCommand
H A Dflakytests.py40 help_text = "Update FlakyTests file from the flakiness dashboard" variable in class:FlakyTests
H A Drebaselineserver.py54 help_text = __doc__ variable in class:RebaselineServer
H A Dqueries.py47 help_text = "Print the newest crash log for the given process" variable in class:CrashLog
63 help_text = 'Print the expected result for the given test(s) on the given port(s)' variable in class:PrintExpectations
155 help_text = 'Prints the baseline locations for given test(s) on the given port(s)' variable in class:PrintBaselines
H A Drebaseline.py114 help_text = "Copy existing baselines down one level in the baseline order to ensure new baselines don't break existing passing platforms." variable in class:CopyExistingBaselinesInternal
186 help_text = "Rebaseline a single test from a buildbot. Only intended for use by other webkit-patch commands." variable in class:RebaselineTest
234 help_text = "Reshuffles the baselines for the given tests to use as litte space on disk as possible." variable in class:OptimizeBaselines
277 help_text = "Analyzes the baselines for the given tests and prints results that are identical." variable in class:AnalyzeBaselines
540 help_text = "Rebaseline based off JSON passed to stdin. Intended to only be called from other scripts." variable in class:RebaselineJson
554 help_text = "Rebaselines the tests indicated in TestExpectations." variable in class:RebaselineExpectations
602 help_text = "Rebaseline tests with results from the build bots. Shows the list of failing tests on the builders if no test names are provided." variable in class:Rebaseline
651 help_text = "Rebaselines any NeedsRebaseline lines in TestExpectations that have cycled through all the bots." variable in class:AutoRebaseline
868 help_text = "Calls webkit-patch auto-rebaseline in a loop." variable in class:RebaselineOMatic
/external/chromium_org/tools/gn/
H A Derr.h45 const std::string& help_text = std::string());
50 const std::string& help_text = std::string());
55 const std::string& help_text = std::string());
62 const std::string& help_text() const { return help_text_; } function in class:Err
H A Derr.cc120 const std::string& help_text)
123 help_text_(help_text) {
134 const std::string& help_text)
137 help_text_(help_text) {
118 Err(const ParseNode* node, const std::string& msg, const std::string& help_text) argument
132 Err(const Value& value, const std::string msg, const std::string& help_text) argument
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h103 // * help_text: Text describing this flag in the --help output.
113 const string& help_text);
250 string help_text; member in struct:google::protobuf::compiler::CommandLineInterface::GeneratorInfo
H A Dcommand_line_interface.cc557 const string& help_text) {
560 info.help_text = help_text;
1093 << iter->second.help_text << endl;
555 RegisterGenerator(const string& flag_name, CodeGenerator* generator, const string& help_text) argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
H A Dmulticommandtool.py51 def __init__(self, help_text, argument_names=None, options=None, long_help=None, requires_local_commits=False):
52 self.help_text = help_text
125 help_text = self.name_with_arguments().ljust(len(self.name_with_arguments()) + 3) + self.help_text + "\n\n"
127 help_text += "%s\n\n" % self.long_help
128 help_text += self.option_parser.format_option_help(IndentedHelpFormatter())
129 return help_text
142 # FIXME: This should just be rolled into Command. help_text and argument_names do not need to be instance variables.
144 help_text variable in class:AbstractDeclarativeCommand
173 help_text = "Display information about this program or its subcommands" variable in class:HelpCommand
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h103 // * help_text: Text describing this flag in the --help output.
113 const string& help_text);
126 const string& help_text);
275 string help_text; member in struct:google::protobuf::compiler::CommandLineInterface::GeneratorInfo
H A Dcommand_line_interface.cc577 const string& help_text) {
581 info.help_text = help_text;
588 const string& help_text) {
593 info.help_text = help_text;
1174 << iter->second.help_text << endl;
575 RegisterGenerator(const string& flag_name, CodeGenerator* generator, const string& help_text) argument
585 RegisterGenerator(const string& flag_name, const string& option_flag_name, CodeGenerator* generator, const string& help_text) argument
/external/lldb/include/lldb/Interpreter/
H A DCommandObject.h58 const char *help_text; member in struct:lldb_private::CommandObject::ArgumentTableEntry
/external/lldb/source/Interpreter/
H A DCommandObject.cpp524 const char* help_text = entry->help_function(); local
527 interpreter.OutputFormattedHelpText (str, name_str.GetData(), "--", help_text,
532 interpreter.OutputHelpText(str, name_str.GetData(), "--", help_text,
537 interpreter.OutputFormattedHelpText (str, name_str.GetData(), "--", entry->help_text, name_str.GetSize());
914 std::string help_text (GetHelp());
915 help_text.append (" This command takes 'raw' input (no need to quote stuff).");
916 interpreter.OutputFormattedHelpText (output_strm, "", "", help_text.c_str(), 1);
949 std::string help_text (GetHelp());
950 help_text.append (" This command takes 'raw' input (no need to quote stuff).");
951 interpreter.OutputFormattedHelpText (output_strm, "", "", help_text
[all...]
H A DCommandInterpreter.cpp2699 const char *help_text,
2709 text_strm.Printf ("%-*s %s %s", (int)max_word_len, word_text, separator, help_text);
2781 const char *help_text,
2789 text_strm.Printf ("%-*s %s %s", max_word_len, word_text, separator, help_text);
2696 OutputFormattedHelpText(Stream &strm, const char *word_text, const char *separator, const char *help_text, size_t max_word_len) argument
2778 OutputHelpText(Stream &strm, const char *word_text, const char *separator, const char *help_text, uint32_t max_word_len) argument
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.cc266 std::string help_text = object.helpText().utf8(); local
267 return help_text.insert(0, "AXHelp: ");
/external/pcre/dist/
H A Dpcregrep.c300 const char *help_text; member in struct:option_item
921 printf("%.*s%s\n", n, " ", op->help_text);

Completed in 779 milliseconds