Searched refs:Usage (Results 1 - 6 of 6) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc162 NO_RETURN static void Usage(const char* fmt, ...) { function in namespace:art
170 UsageError("Usage: dex2oat [options]...");
453 Usage("Missing char %c in option %s\n", c, s.c_str());
477 Usage("Invalid double value %s for option %s\n", substring.c_str(), option.c_str());
562 Usage("No arguments specified");
606 Usage("Failed to parse --zip-fd argument '%s' as an integer", zip_fd_str);
609 Usage("--zip-fd passed a negative value %d", zip_fd_);
620 Usage("Failed to parse --oat-fd argument '%s' as an integer", oat_fd_str);
623 Usage("--oat-fd passed a negative value %d", oat_fd_);
632 Usage("Faile
[all...]
/art/patchoat/
H A Dpatchoat.cc808 NO_RETURN static void Usage(const char *fmt, ...) { function in namespace:art
815 UsageError("Usage: patchoat [options]...");
949 Usage("No arguments specified");
990 Usage("Unknown or invalid instruction set %s", isa_str);
994 Usage("Only one of --input-oat-file, --input-oat-location and --input-oat-fd may be used.");
1000 Usage("Only one of --input-oat-file, --input-oat-location and --input-oat-fd may be used.");
1006 Usage("Only one of --input-oat-file, --input-oat-location and --input-oat-fd may be used.");
1011 Usage("Failed to parse --input-oat-fd argument '%s' as an integer", oat_fd_str);
1014 Usage("--input-oat-fd pass a negative value %d", input_oat_fd);
1020 Usage("Onl
[all...]
/art/runtime/
H A Dparsed_options.h68 void Usage(const char* fmt, ...);
H A Dparsed_options.cc277 // TODO: Move Usage information into this DSL.
314 Usage("%s is not a valid instruction set.", isa_str);
330 Usage("vfprintf argument was nullptr");
343 Usage("exit argument was nullptr");
354 Usage("abort was nullptr\n");
413 Usage("%s\n", parse_result.GetMessage().c_str());
416 Usage("%s\n", parse_result.GetMessage().c_str());
428 Usage(nullptr);
522 Usage("The number of boot class path files does not match"
566 void ParsedOptions::Usage(cons function in class:art::ParsedOptions
[all...]
/art/cmdline/
H A Dcmdline_parse_result.h34 static CmdlineParseResult Usage(const std::string& message) { function in struct:art::CmdlineParseResult
H A Dcmdline_types.h81 return Result::Usage(
523 return Result::Usage(std::string("Unknown -Xgc option ") + gc_option);
615 return Result::Usage(std::string("Unknown -verbose option ") + verbose_options[j]);
737 return StringResult::Usage(std::string() + "Missing char " + c + " in option " + s);

Completed in 103 milliseconds