Home
last modified time | relevance | path

Searched refs:WithHelp (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dparsed_options.cc87 .WithHelp("The classpath, separated by ':'") in MakeParser()
94 ….WithHelp("Switches for advanced logging. Multiple categories can be enabled separated by ','. Eg:… in MakeParser()
98 .WithHelp("Print this help text.") in MakeParser()
107 .WithHelp("Load native agents.") in MakeParser()
130 .WithHelp("Start as zygote") in MakeParser()
188 .WithHelp("JDWP options. Eg suspend=n,server=y.") in MakeParser()
223 .WithHelp("Allows one to control the logging of explicit GCs. Defaults to 'true'") in MakeParser()
291 .WithHelp("profile-saver options -Xps-<key>:<value>") in MakeParser()
373 .WithHelp("Load and initialize the specified art-plugin.") in MakeParser()
409 .WithHelp("Control the representation of jmethodID and jfieldID values") in MakeParser()
/art/cmdline/
Dcmdline_parser.h178 ArgumentBuilder<TArg>& WithHelp(const char* sv) { in WithHelp() function
320 UntypedArgumentBuilder& WithHelp(const char* sv) { in WithHelp() function