Home
last modified time | relevance | path

Searched refs:UsageError (Results 1 – 5 of 5) sorted by relevance

/art/dexoptanalyzer/
Ddexoptanalyzer.cc65 static void UsageError(const char* fmt, ...) { in UsageError() function
78 UsageError("Command: %s", CommandLine().c_str()); in Usage()
79 UsageError(" Performs a dexopt analysis on the given dex file and returns whether or not"); in Usage()
80 UsageError(" the dex file needs to be dexopted."); in Usage()
81 UsageError("Usage: dexoptanalyzer [options]..."); in Usage()
82 UsageError(""); in Usage()
83 UsageError(" --dex-file=<filename>: the dex file which should be analyzed."); in Usage()
84 UsageError(""); in Usage()
85 UsageError(" --isa=<string>: the instruction set for which the analysis should be performed."); in Usage()
86 UsageError(""); in Usage()
[all …]
/art/profman/
Dprofman.cc94 static void UsageError(const char* fmt, ...) { in UsageError() function
107 UsageError("Command: %s", CommandLine().c_str()); in Usage()
108 UsageError("Usage: profman [options]..."); in Usage()
109 UsageError(""); in Usage()
110 UsageError(" --dump-only: dumps the content of the specified profile files"); in Usage()
111 UsageError(" to standard output (default) in a human readable form."); in Usage()
112 UsageError(""); in Usage()
113 UsageError(" --dump-output-to-fd=<number>: redirects --dump-only output to a file descriptor."); in Usage()
114 UsageError(""); in Usage()
115 UsageError(" --dump-classes-and-methods: dumps a sorted list of classes and methods that are"); in Usage()
[all …]
/art/tools/hiddenapi/
Dhiddenapi.cc61 static void UsageError(const char* fmt, ...) { in UsageError() function
74 UsageError("Command: %s", CommandLine().c_str()); in Usage()
75 UsageError("Usage: hiddenapi [command_name] [options]..."); in Usage()
76 UsageError(""); in Usage()
77 UsageError(" Command \"encode\": encode API list membership in boot dex files"); in Usage()
78 UsageError(" --input-dex=<filename>: dex file which belongs to boot class path"); in Usage()
79 UsageError(" --output-dex=<filename>: file to write encoded dex into"); in Usage()
80 UsageError(" input and output dex files are paired in order of appearance"); in Usage()
81 UsageError(""); in Usage()
82 UsageError(" --api-flags=<filename>:"); in Usage()
[all …]
/art/odrefresh/
Dodrefresh.cc98 static void UsageError(const char* fmt, ...) { in UsageError() function
110 UsageError("Try '--help' for more information."); in ArgumentError()
116 UsageError("Usage: %s ACTION", name.c_str()); in UsageHelp()
117 UsageError("On-device refresh tool for boot class path extensions and system server"); in UsageHelp()
118 UsageError("following an update of the ART APEX."); in UsageHelp()
119 UsageError(""); in UsageHelp()
120 UsageError("Valid ACTION choices are:"); in UsageHelp()
121 UsageError(""); in UsageHelp()
122 UsageError( in UsageHelp()
124 UsageError("--compile Compile boot class path extensions and system_server jars"); in UsageHelp()
[all …]
/art/dex2oat/
Ddex2oat.cc220 static void UsageError(const char* fmt, ...) { in UsageError() function
233 UsageError("Command: %s", CommandLine().c_str()); in Usage()
235 UsageError("Usage: dex2oat [options]..."); in Usage()
236 UsageError(""); in Usage()
242 UsageError(oss.str().c_str()); in Usage()