Searched refs:UsageError (Results 1 - 2 of 2) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc155 static void UsageError(const char* fmt, ...) { function in namespace:art
168 UsageError("Command: %s", CommandLine().c_str());
170 UsageError("Usage: dex2oat [options]...");
171 UsageError("");
172 UsageError(" -j<number>: specifies the number of threads used for compilation.");
173 UsageError(" Default is the number of detected hardware threads available on the");
174 UsageError(" host system.");
175 UsageError(" Example: -j12");
176 UsageError("");
177 UsageError("
[all...]
/art/patchoat/
H A Dpatchoat.cc801 static void UsageError(const char* fmt, ...) { function in namespace:art
814 UsageError("Command: %s", CommandLine().c_str());
815 UsageError("Usage: patchoat [options]...");
816 UsageError("");
817 UsageError(" --instruction-set=<isa>: Specifies the instruction set the patched code is");
818 UsageError(" compiled for. Required if you use --input-oat-location");
819 UsageError("");
820 UsageError(" --input-oat-file=<file.oat>: Specifies the exact filename of the oat file to be");
821 UsageError(" patched.");
822 UsageError("");
[all...]

Completed in 64 milliseconds