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

  /art/dexoptanalyzer/
dexoptanalyzer.cc 65 static void UsageError(const char* fmt, ...) {
78 UsageError("Command: %s", CommandLine().c_str());
79 UsageError(" Performs a dexopt analysis on the given dex file and returns whether or not");
80 UsageError(" the dex file needs to be dexopted.");
81 UsageError("Usage: dexoptanalyzer [options]...");
82 UsageError("");
83 UsageError(" --dex-file=<filename>: the dex file which should be analyzed.");
84 UsageError("");
85 UsageError(" --isa=<string>: the instruction set for which the analysis should be performed.");
86 UsageError("");
    [all...]
  /art/dex2oat/
dex2oat.cc 194 static void UsageError(const char* fmt, ...) {
207 UsageError("Command: %s", CommandLine().c_str());
209 UsageError("Usage: dex2oat [options]...");
210 UsageError("");
211 UsageError(" -j<number>: specifies the number of threads used for compilation.");
212 UsageError(" Default is the number of detected hardware threads available on the");
213 UsageError(" host system.");
214 UsageError(" Example: -j12");
215 UsageError("");
216 UsageError(" --dex-file=<dex-file>: specifies a .dex, .jar, or .apk file to compile.")
    [all...]
  /art/profman/
profman.cc 75 static void UsageError(const char* fmt, ...) {
88 UsageError("Command: %s", CommandLine().c_str());
89 UsageError("Usage: profman [options]...");
90 UsageError("");
91 UsageError(" --dump-only: dumps the content of the specified profile files");
92 UsageError(" to standard output (default) in a human readable form.");
93 UsageError("");
94 UsageError(" --dump-output-to-fd=<number>: redirects --dump-only output to a file descriptor.");
95 UsageError("");
96 UsageError(" --dump-classes-and-methods: dumps a sorted list of classes and methods that are")
    [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 111 def UsageError(self, user_input):
158 self.UsageError(inp)
166 self.UsageError(inp)
173 self.UsageError(inp)
179 self.UsageError(inp)
  /art/patchoat/
patchoat.cc 715 static void UsageError(const char* fmt, ...) {
728 UsageError("Command: %s", CommandLine().c_str());
729 UsageError("Usage: patchoat [options]...");
730 UsageError("");
731 UsageError(" --instruction-set=<isa>: Specifies the instruction set the patched code is");
732 UsageError(" compiled for (required).");
733 UsageError("");
734 UsageError(" --input-image-location=<file.art>: Specifies the 'location' of the image file to");
735 UsageError(" be patched.");
736 UsageError("");
    [all...]
  /external/protobuf/conformance/
conformance_test_runner.cc 241 void UsageError() {
287 if (++arg == argc) UsageError();
293 UsageError();
297 UsageError();

Completed in 205 milliseconds