Home
last modified time | relevance | path

Searched refs:UsageError (Results 1 – 4 of 4) 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/dex2oat/
Ddex2oat.cc194 static void UsageError(const char* fmt, ...) { in UsageError() function
207 UsageError("Command: %s", CommandLine().c_str()); in Usage()
209 UsageError("Usage: dex2oat [options]..."); in Usage()
210 UsageError(""); in Usage()
211 UsageError(" -j<number>: specifies the number of threads used for compilation."); in Usage()
212 UsageError(" Default is the number of detected hardware threads available on the"); in Usage()
213 UsageError(" host system."); in Usage()
214 UsageError(" Example: -j12"); in Usage()
215 UsageError(""); in Usage()
216 UsageError(" --dex-file=<dex-file>: specifies a .dex, .jar, or .apk file to compile."); in Usage()
[all …]
/art/profman/
Dprofman.cc75 static void UsageError(const char* fmt, ...) { in UsageError() function
88 UsageError("Command: %s", CommandLine().c_str()); in Usage()
89 UsageError("Usage: profman [options]..."); in Usage()
90 UsageError(""); in Usage()
91 UsageError(" --dump-only: dumps the content of the specified profile files"); in Usage()
92 UsageError(" to standard output (default) in a human readable form."); in Usage()
93 UsageError(""); in Usage()
94 UsageError(" --dump-output-to-fd=<number>: redirects --dump-only output to a file descriptor."); in Usage()
95 UsageError(""); in Usage()
96 UsageError(" --dump-classes-and-methods: dumps a sorted list of classes and methods that are"); in Usage()
[all …]
/art/patchoat/
Dpatchoat.cc715 static void UsageError(const char* fmt, ...) { in UsageError() function
728 UsageError("Command: %s", CommandLine().c_str()); in Usage()
729 UsageError("Usage: patchoat [options]..."); in Usage()
730 UsageError(""); in Usage()
731 UsageError(" --instruction-set=<isa>: Specifies the instruction set the patched code is"); in Usage()
732 UsageError(" compiled for (required)."); in Usage()
733 UsageError(""); in Usage()
734 UsageError(" --input-image-location=<file.art>: Specifies the 'location' of the image file to"); in Usage()
735 UsageError(" be patched."); in Usage()
736 UsageError(""); in Usage()
[all …]