Lines Matching defs:Usage

162 NO_RETURN static void Usage(const char* fmt, ...) {
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("Failed to parse -j argument '%s' as an integer", thread_count_str);
649 Usage("Failed to parse hexadecimal value for option %s", option.data());
671 Usage("%s", error_msg.c_str());
679 Usage("Problem initializing default instruction set features variant: %s",
686 Usage("Error parsing '%s': %s", option.data(), error_msg.c_str());
696 Usage("Unknown compiler backend: %s", backend_str.data());
705 Usage("Failed to parse --huge-method-max '%s' as an integer", threshold);
708 Usage("--huge-method-max passed a negative value %s", huge_method_threshold);
713 Usage("Failed to parse --large-method-max '%s' as an integer", threshold);
716 Usage("--large-method-max passed a negative value %s", large_method_threshold);
721 Usage("Failed to parse --small-method-max '%s' as an integer", threshold);
724 Usage("--small-method-max passed a negative value %s", small_method_threshold);
729 Usage("Failed to parse --tiny-method-max '%s' as an integer", threshold);
732 Usage("--tiny-method-max passed a negative value %s", tiny_method_threshold);
737 Usage("Failed to parse --num-dex-methods '%s' as an integer", threshold);
740 Usage("--num-dex-methods passed a negative value %s", num_dex_methods_threshold);
745 Usage("Failed to parse --inline-depth-limit '%s' as an integer", limit);
748 Usage("--inline-depth-limit passed a negative value %s", inline_depth_limit);
753 Usage("Failed to parse --inline-max-code-units '%s' as an integer", code_units);
756 Usage("--inline-max-code-units passed a negative value %s", inline_max_code_units);
762 Usage("Missing required argument for --runtime-arg");
832 Usage("Failed to parse --swap-fd argument '%s' as an integer", swap_fd_str);
835 Usage("--swap-fd passed a negative value %d", swap_fd_);
840 Usage("Unknown argument %s", option.data());
857 Usage("Output must be supplied with either --oat-file or --oat-fd");
861 Usage("--oat-file should not be used with --oat-fd");
865 Usage("--oat-symbols should not be used with --oat-fd");
869 Usage("--oat-symbols should not be used with --host");
873 Usage("--oat-fd should not be used with --image");
879 Usage("--android-root unspecified and ANDROID_ROOT not set");
894 Usage("--image-classes should only be used with --image");
898 Usage("--image-classes should not be used with --boot-image");
902 Usage("--image-classes-zip should be used with --image-classes");
906 Usage("--compiled-classes should only be used with --image");
910 Usage("--compiled-classes should not be used with --boot-image");
914 Usage("--compiled-classes-zip should be used with --compiled-classes");
918 Usage("Input must be supplied with either --dex-file or --zip-fd");
922 Usage("--dex-file should not be used with --zip-fd");
926 Usage("--dex-file should not be used with --zip-location");
934 Usage("--dex-location arguments do not match --dex-file arguments");
938 Usage("--zip-location should be supplied with --zip-fd");
943 Usage("Non-zero --base not specified");
960 Usage("Problem initializing default instruction set features variant: %s",
999 Usage("Unknown --compiler-filter value %s", compiler_filter_string);