Lines Matching refs:Usage

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