• Home
  • Raw
  • Download

Lines Matching refs:Usage

171 NO_RETURN static void Usage(const char* fmt, ...) {  in Usage()  function
578 ParseUintOption(option, "--zip-fd", &zip_fd_, Usage); in ParseZipFd()
582 ParseUintOption(option, "--oat-fd", &oat_fd_, Usage); in ParseOatFd()
589 ParseUintOption(option, arg_name, &fd, Usage); in ParseFdForCollection()
594 ParseUintOption(option, "-j", &thread_count_, Usage, /* is_long_option */ false); in ParseJ()
603 Usage("Failed to parse hexadecimal value for option %s", option.data()); in ParseBase()
628 Usage("%s", parser_options->error_msg.c_str()); in ParseInstructionSetVariant()
640 Usage("Problem initializing default instruction set features variant: %s", in ParseInstructionSetFeatures()
648 Usage("Error parsing '%s': %s", option.data(), parser_options->error_msg.c_str()); in ParseInstructionSetFeatures()
661 Usage("Unknown compiler backend: %s", backend_str.data()); in ParseCompilerBackend()
676 Usage("Unknown image format: %s", format_str.data()); in ParseImageFormat()
685 Usage("Can't have both --image and (--app-image-fd or --app-image-file)"); in ProcessOptions()
695 Usage("Output must be supplied with either --oat-file or --oat-fd"); in ProcessOptions()
699 Usage("--oat-file should not be used with --oat-fd"); in ProcessOptions()
703 Usage("--oat-symbols should not be used with --oat-fd"); in ProcessOptions()
707 Usage("--oat-symbols should not be used with --host"); in ProcessOptions()
711 Usage("--oat-fd should not be used with --image"); in ProcessOptions()
716 Usage("--oat-file arguments do not match --oat-symbols arguments"); in ProcessOptions()
720 Usage("--oat-file arguments do not match --image arguments"); in ProcessOptions()
726 Usage("--android-root unspecified and ANDROID_ROOT not set"); in ProcessOptions()
740 Usage("--image-classes should only be used with --image"); in ProcessOptions()
744 Usage("--image-classes should not be used with --boot-image"); in ProcessOptions()
748 Usage("--image-classes-zip should be used with --image-classes"); in ProcessOptions()
752 Usage("--compiled-classes should only be used with --image"); in ProcessOptions()
756 Usage("--compiled-classes should not be used with --boot-image"); in ProcessOptions()
760 Usage("--compiled-classes-zip should be used with --compiled-classes"); in ProcessOptions()
764 Usage("Input must be supplied with either --dex-file or --zip-fd"); in ProcessOptions()
768 Usage("--dex-file should not be used with --zip-fd"); in ProcessOptions()
772 Usage("--dex-file should not be used with --zip-location"); in ProcessOptions()
780 Usage("--dex-location arguments do not match --dex-file arguments"); in ProcessOptions()
785 Usage("--oat-file arguments must be singular or match --dex-file arguments"); in ProcessOptions()
790 Usage("--zip-location should be supplied with --zip-fd"); in ProcessOptions()
795 Usage("Non-zero --base not specified"); in ProcessOptions()
802 Usage("Profile file should not be specified with both --profile-file-fd and --profile-file"); in ProcessOptions()
816 Usage("Problem initializing default instruction set features variant: %s", in ProcessOptions()
872 Usage("--multi-image can only be used when creating boot images"); in ProcessOptions()
875 Usage("--multi-image cannot be used with multiple image names"); in ProcessOptions()
916 Usage("--multi-image used with unusable oat filename %s", base_oat.c_str()); in ExpandOatAndImageFilenames()
928 Usage("--multi-image used with unusable image filename %s", base_img.c_str()); in ExpandOatAndImageFilenames()
1053 Usage("No arguments specified"); in ParseArgs()
1120 ParseUintOption(option, "--profile-file-fd", &profile_file_fd_, Usage); in ParseArgs()
1125 Usage("Missing required argument for --runtime-arg"); in ParseArgs()
1140 ParseUintOption(option, "--swap-fd", &swap_fd_, Usage); in ParseArgs()
1144 ParseUintOption(option, "--app-image-fd", &app_image_fd_, Usage); in ParseArgs()
1156 Usage("Cannot use --force-determinism with read barriers or non-CMS garbage collector"); in ParseArgs()
1159 } else if (!compiler_options_->ParseCompilerOption(option, Usage)) { in ParseArgs()
1160 Usage("Unknown argument %s", option.data()); in ParseArgs()