Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer.cc76 static void UsageError(const char* fmt, ...) { in UsageError() function
89 UsageError("Command: %s", CommandLine().c_str()); in Usage()
90 UsageError(" Performs a dexopt analysis on the given dex file and returns whether or not"); in Usage()
91 UsageError(" the dex file needs to be dexopted."); in Usage()
92 UsageError("Usage: dexoptanalyzer [options]..."); in Usage()
93 UsageError(""); in Usage()
94 UsageError(" --dex-file=<filename>: the dex file which should be analyzed."); in Usage()
95 UsageError(""); in Usage()
96 UsageError(" --isa=<string>: the instruction set for which the analysis should be performed."); in Usage()
97 UsageError(""); in Usage()
[all …]
/art/dex2oat/
Ddex2oat.cc209 static void UsageError(const char* fmt, ...) { in UsageError() function
222 UsageError("Command: %s", CommandLine().c_str()); in Usage()
224 UsageError("Usage: dex2oat [options]..."); in Usage()
225 UsageError(""); in Usage()
226 UsageError(" -j<number>: specifies the number of threads used for compilation."); in Usage()
227 UsageError(" Default is the number of detected hardware threads available on the"); in Usage()
228 UsageError(" host system."); in Usage()
229 UsageError(" Example: -j12"); in Usage()
230 UsageError(""); in Usage()
231 UsageError(" --cpu-set=<set>: sets the cpu affinity to <set>. The <set> argument is a comma"); in Usage()
[all …]
/art/profman/
Dprofman.cc87 static void UsageError(const char* fmt, ...) { in UsageError() function
100 UsageError("Command: %s", CommandLine().c_str()); in Usage()
101 UsageError("Usage: profman [options]..."); in Usage()
102 UsageError(""); in Usage()
103 UsageError(" --dump-only: dumps the content of the specified profile files"); in Usage()
104 UsageError(" to standard output (default) in a human readable form."); in Usage()
105 UsageError(""); in Usage()
106 UsageError(" --dump-output-to-fd=<number>: redirects --dump-only output to a file descriptor."); in Usage()
107 UsageError(""); in Usage()
108 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 …]