HomeSort by relevance Sort by last modified time
    Searched refs:UsageError (Results 1 - 8 of 8) sorted by null

  /art/dexoptanalyzer/
dexoptanalyzer.cc 69 static void UsageError(const char* fmt, ...) {
82 UsageError("Command: %s", CommandLine().c_str());
83 UsageError(" Performs a dexopt analysis on the given dex file and returns whether or not");
84 UsageError(" the dex file needs to be dexopted.");
85 UsageError("Usage: dexoptanalyzer [options]...");
86 UsageError("");
87 UsageError(" --dex-file=<filename>: the dex file which should be analyzed.");
88 UsageError("");
89 UsageError(" --isa=<string>: the instruction set for which the analysis should be performed.");
90 UsageError("");
    [all...]
  /art/dex2oat/
dex2oat.cc 202 static void UsageError(const char* fmt, ...) {
215 UsageError("Command: %s", CommandLine().c_str());
217 UsageError("Usage: dex2oat [options]...");
218 UsageError("");
219 UsageError(" -j<number>: specifies the number of threads used for compilation.");
220 UsageError(" Default is the number of detected hardware threads available on the");
221 UsageError(" host system.");
222 UsageError(" Example: -j12");
223 UsageError("");
224 UsageError(" --dex-file=<dex-file>: specifies a .dex, .jar, or .apk file to compile.")
    [all...]
  /art/profman/
profman.cc 81 static void UsageError(const char* fmt, ...) {
94 UsageError("Command: %s", CommandLine().c_str());
95 UsageError("Usage: profman [options]...");
96 UsageError("");
97 UsageError(" --dump-only: dumps the content of the specified profile files");
98 UsageError(" to standard output (default) in a human readable form.");
99 UsageError("");
100 UsageError(" --dump-output-to-fd=<number>: redirects --dump-only output to a file descriptor.");
101 UsageError("");
102 UsageError(" --dump-classes-and-methods: dumps a sorted list of classes and methods that are")
    [all...]
  /art/tools/hiddenapi/
hiddenapi.cc 50 static void UsageError(const char* fmt, ...) {
63 UsageError("Command: %s", CommandLine().c_str());
64 UsageError("Usage: hiddenapi [options]...");
65 UsageError("");
66 UsageError(" --dex=<filename>: specify dex file whose members' access flags are to be set.");
67 UsageError(" At least one --dex parameter must be specified.");
68 UsageError("");
69 UsageError(" --light-greylist=<filename>:");
70 UsageError(" --dark-greylist=<filename>:");
71 UsageError(" --blacklist=<filename>: text files with signatures of methods/fields to be marked")
    [all...]
  /external/toolchain-utils/
verify_compiler.py 20 def UsageError(parser, message):
62 UsageError(parser, 'Cannot use both --file and --all_files.')
64 UsageError(parser, 'Cannot use both --file and --root_dir.')
66 UsageError(parser, 'Missing --root_dir option.')
68 UsageError(parser, 'Missing --all_files option.')
70 UsageError(parser, 'Must specify either --file or --all_files.')
75 UsageError(parser, 'Cannot find %s' % filename)
78 UsageError(parser, '%s is not a valid compiler (gcc or clang).' % compiler)
80 UsageError(parser, '%s does not exist.' % root_dir)
update_telemetry_defaults.py 110 def UsageError(self, user_input):
157 self.UsageError(inp)
165 self.UsageError(inp)
172 self.UsageError(inp)
178 self.UsageError(inp)
  /art/patchoat/
patchoat.cc     [all...]
  /external/protobuf/conformance/
conformance_test_runner.cc 241 void UsageError() {
287 if (++arg == argc) UsageError();
293 UsageError();
297 UsageError();

Completed in 722 milliseconds