Searched refs:UsageError (Results 1 – 5 of 5) sorted by relevance
/art/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 69 static void UsageError(const char* fmt, ...) { in UsageError() function 82 UsageError("Command: %s", CommandLine().c_str()); in Usage() 83 UsageError(" Performs a dexopt analysis on the given dex file and returns whether or not"); in Usage() 84 UsageError(" the dex file needs to be dexopted."); in Usage() 85 UsageError("Usage: dexoptanalyzer [options]..."); in Usage() 86 UsageError(""); in Usage() 87 UsageError(" --dex-file=<filename>: the dex file which should be analyzed."); in Usage() 88 UsageError(""); in Usage() 89 UsageError(" --isa=<string>: the instruction set for which the analysis should be performed."); in Usage() 90 UsageError(""); in Usage() [all …]
|
/art/dex2oat/ |
D | dex2oat.cc | 202 static void UsageError(const char* fmt, ...) { in UsageError() function 215 UsageError("Command: %s", CommandLine().c_str()); in Usage() 217 UsageError("Usage: dex2oat [options]..."); in Usage() 218 UsageError(""); in Usage() 219 UsageError(" -j<number>: specifies the number of threads used for compilation."); in Usage() 220 UsageError(" Default is the number of detected hardware threads available on the"); in Usage() 221 UsageError(" host system."); in Usage() 222 UsageError(" Example: -j12"); in Usage() 223 UsageError(""); in Usage() 224 UsageError(" --dex-file=<dex-file>: specifies a .dex, .jar, or .apk file to compile."); in Usage() [all …]
|
/art/profman/ |
D | profman.cc | 81 static void UsageError(const char* fmt, ...) { in UsageError() function 94 UsageError("Command: %s", CommandLine().c_str()); in Usage() 95 UsageError("Usage: profman [options]..."); in Usage() 96 UsageError(""); in Usage() 97 UsageError(" --dump-only: dumps the content of the specified profile files"); in Usage() 98 UsageError(" to standard output (default) in a human readable form."); in Usage() 99 UsageError(""); in Usage() 100 UsageError(" --dump-output-to-fd=<number>: redirects --dump-only output to a file descriptor."); in Usage() 101 UsageError(""); in Usage() 102 UsageError(" --dump-classes-and-methods: dumps a sorted list of classes and methods that are"); in Usage() [all …]
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 50 static void UsageError(const char* fmt, ...) { in UsageError() function 63 UsageError("Command: %s", CommandLine().c_str()); in Usage() 64 UsageError("Usage: hiddenapi [options]..."); in Usage() 65 UsageError(""); in Usage() 66 UsageError(" --dex=<filename>: specify dex file whose members' access flags are to be set."); in Usage() 67 UsageError(" At least one --dex parameter must be specified."); in Usage() 68 UsageError(""); in Usage() 69 UsageError(" --light-greylist=<filename>:"); in Usage() 70 UsageError(" --dark-greylist=<filename>:"); in Usage() 71 UsageError(" --blacklist=<filename>: text files with signatures of methods/fields to be marked"); in Usage() [all …]
|
/art/patchoat/ |
D | patchoat.cc | 1099 static void UsageError(const char* fmt, ...) { in UsageError() function 1112 UsageError("Command: %s", CommandLine().c_str()); in Usage() 1113 UsageError("Usage: patchoat [options]..."); in Usage() 1114 UsageError(""); in Usage() 1115 UsageError(" --instruction-set=<isa>: Specifies the instruction set the patched code is"); in Usage() 1116 UsageError(" compiled for (required)."); in Usage() 1117 UsageError(""); in Usage() 1118 UsageError(" --input-image-location=<file.art>: Specifies the 'location' of the image file to"); in Usage() 1119 UsageError(" be patched."); in Usage() 1120 UsageError(""); in Usage() [all …]
|