Lines Matching refs:Usage

216 NO_RETURN static void Usage(const char* fmt, ...) {  in Usage()  function
544 Usage("Invalid cpu \"d\" specified in --cpu-set argument (nprocessors = %d)", in SetCpuAffinity()
873 Usage("Failed to parse hexadecimal value for option %s", option.data()); in ParseBase()
885 Usage("%s", parser_options->error_msg.c_str()); in ParseInstructionSetVariant()
894 Usage("Problem initializing default instruction set features variant: %s", in ParseInstructionSetFeatures()
902 Usage("Error parsing '%s': %s", option.c_str(), parser_options->error_msg.c_str()); in ParseInstructionSetFeatures()
913 Usage("--android-root unspecified and ANDROID_ROOT not set"); in ProcessOptions()
932 Usage("Can't have both (--image or --image-fd) and (--app-image-fd or --app-image-file)"); in ProcessOptions()
938 Usage("Can't have both --image and --image-fd"); in ProcessOptions()
942 Usage("Output must be supplied with either --oat-file or --oat-fd"); in ProcessOptions()
946 Usage("Can't have both --input-vdex-fd and --input-vdex"); in ProcessOptions()
950 Usage("Can't have both --output-vdex-fd and --output-vdex"); in ProcessOptions()
954 Usage("--oat-file should not be used with --oat-fd"); in ProcessOptions()
958 Usage("VDEX and OAT output must be specified either with one --oat-file " in ProcessOptions()
963 Usage("--image-fd must be used with --oat_fd and --output_vdex_fd"); in ProcessOptions()
967 Usage("--oat-symbols should not be used with --oat-fd"); in ProcessOptions()
971 Usage("--oat-symbols should not be used with --host"); in ProcessOptions()
975 Usage("--output-vdex-fd should not be used with --image"); in ProcessOptions()
979 Usage("--oat-fd should not be used with --image"); in ProcessOptions()
984 Usage("An input vdex should not be passed with a .dm file"); in ProcessOptions()
989 Usage("--oat-file arguments do not match --oat-symbols arguments"); in ProcessOptions()
993 Usage("--oat-file arguments do not match --image arguments"); in ProcessOptions()
1002 Usage("Input must be supplied with either --dex-file or --zip-fd"); in ProcessOptions()
1006 Usage("--dex-file should not be used with --zip-fd"); in ProcessOptions()
1010 Usage("--dex-file should not be used with --zip-location"); in ProcessOptions()
1016 Usage("--dex-location arguments do not match --dex-file arguments"); in ProcessOptions()
1021 Usage("--oat-file arguments must be singular or match --dex-file arguments"); in ProcessOptions()
1026 Usage("--zip-location should be supplied with --zip-fd"); in ProcessOptions()
1031 Usage("Non-zero --base not specified for boot image"); in ProcessOptions()
1035 Usage("Non-zero --base specified for app image or boot image extension"); in ProcessOptions()
1041 Usage("--multi-image or --single-image specified for non-image compilation"); in ProcessOptions()
1048 Usage("--single-image specified for primary boot image"); in ProcessOptions()
1051 Usage("--multi-image specified for app image"); in ProcessOptions()
1055 Usage("--single-image not specified for --image-fd"); in ProcessOptions()
1061 Usage("Profile file should not be specified with both --profile-file-fd and --profile-file"); in ProcessOptions()
1074 Usage("Problem initializing default instruction set features variant: %s", in ProcessOptions()
1091 Usage("Do not specify --updatable-bcp-packages-file for boot image compilation."); in ProcessOptions()
1144 Usage("Failed to read list of passes to run."); in ProcessOptions()
1159 Usage("Unsupported profile specification in boot image location (%s) for extension.", in ProcessOptions()
1179 Usage("Unusable boot image filename %s", image_filenames_[0].c_str()); in ExpandOatAndImageFilenames()
1185 Usage("Unusable boot image oat filename %s", oat_filenames_[0].c_str()); in ExpandOatAndImageFilenames()
1199 Usage("Unusable boot image symbol filename %s", oat_unstripped_[0].c_str()); in ExpandOatAndImageFilenames()
1236 Usage("Unable to write invocation file"); in InsertCompileOptions()
1303 Usage("Failed to parse command line: %s", error_msg.c_str()); in ParseArgs()
1372 Usage("Unable to open invocation file '%s' for writing due to %s.", in ParseArgs()
1399 Usage("Option --class-loader-context has an incorrect format: %s", in ParseArgs()
1408 Usage("Option --class-loader-context-fds has incorrect format: %s", in ParseArgs()
1417 Usage("Option --stored-class-loader-context has an incorrect format: %s", in ParseArgs()
1423 Usage( in ParseArgs()
1430 Usage("Option --stored-class-loader-context should only be used if " in ParseArgs()
1443 Usage(error_msg.c_str()); in ParseArgs()