OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:help_text
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
findusers.py
34
help_text
= "Find users matching substring"
variable in class:FindUsers
adduserstogroups.py
34
help_text
= "Add users matching subtring to specified groups"
variable in class:AddUsersToGroups
prettydiff.py
35
help_text
= "Shows the pretty diff in the default browser"
variable in class:PrettyDiff
flakytests.py
36
help_text
= "Generate FlakyTests file from the flakiness dashboard"
variable in class:FlakyTests
gardenomatic.py
32
help_text
= "Command for gardening the WebKit tree."
variable in class:GardenOMatic
commitannouncer.py
40
help_text
= "Start an IRC bot for announcing new git commits."
variable in class:CommitAnnouncerCommand
rebaselineserver.py
52
help_text
= __doc__
variable in class:RebaselineServer
queries.py
47
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
rebaseline.py
109
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
181
help_text
= "Rebaseline a single test from a buildbot. Only intended for use by other webkit-patch commands."
variable in class:RebaselineTest
229
help_text
= "Reshuffles the baselines for the given tests to use as litte space on disk as possible."
variable in class:OptimizeBaselines
258
help_text
= "Analyzes the baselines for the given tests and prints results that are identical."
variable in class:AnalyzeBaselines
482
help_text
= "Rebaseline based off JSON passed to stdin. Intended to only be called from other scripts."
variable in class:RebaselineJson
496
help_text
= "Rebaselines the tests indicated in TestExpectations."
variable in class:RebaselineExpectations
544
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
593
help_text
= "Rebaselines any NeedsRebaseline lines in TestExpectations that have cycled through all the bots."
variable in class:AutoRebaseline
852
help_text
= "Calls webkit-patch auto-rebaseline in a loop."
variable in class:RebaselineOMatic
[
all
...]
/external/chromium_org/tools/gn/
err.h
45
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
input_conversion.cc
32
std::string
help_text
=
local
38
help_text
.append(input);
40
help_text
.append("\nThe exact error was:");
42
Err result(origin, "Script result wasn't a valid value.",
help_text
);
45
nested.
help_text
()));
/external/protobuf/src/google/protobuf/compiler/
command_line_interface.h
103
// *
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
/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):
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
= Non
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/
command_line_interface.h
103
// *
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
Completed in 407 milliseconds