Searched defs:Usage (Results 1 - 4 of 4) sorted by relevance

/art/cmdline/
H A Dcmdline_parse_result.h34 static CmdlineParseResult Usage(const std::string& message) { function in struct:art::CmdlineParseResult
/art/runtime/
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/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/dex2oat/
H A Ddex2oat.cc162 NO_RETURN static void Usage(const char* fmt, ...) { function in namespace:art
170 UsageError("Usage: dex2oat [options]...");
451 Usage("Missing char %c in option %s\n", c, s.c_str());
475 Usage("Invalid double value %s for option %s\n", substring.c_str(), option.c_str());
556 Usage("No arguments specified");
600 Usage("Failed to parse --zip-fd argument '%s' as an integer", zip_fd_str);
603 Usage("--zip-fd passed a negative value %d", zip_fd_);
614 Usage("Failed to parse --oat-fd argument '%s' as an integer", oat_fd_str);
617 Usage("--oat-fd passed a negative value %d", oat_fd_);
626 Usage("Faile
[all...]

Completed in 75 milliseconds