Lines Matching refs:Usage

100 NO_RETURN static void Usage(const char *fmt, ...) {  in Usage()  function
241 Usage("Failed to parse %s '%s' as an integer", option_name.c_str(), value.c_str()); in ParseUintValue()
244 Usage("%s passed a negative value %" PRId64, option_name.c_str(), parsed_integer_value); in ParseUintValue()
248 Usage("%s passed a value %" PRIu64 " above max (%" PRIu64 ")", in ParseUintValue()
280 Usage("Failed to parse %s '%s' as an integer", option_name.c_str(), value_string); in ParseBoolOption()
306 Usage("Failed to parse %s '%s' as (app|boot|bprof)", option_name.c_str(), value_string); in ParseOutputProfileType()
345 Usage("No arguments specified"); in ParseArgs()
408 Usage("--special-package needs to be specified as pkg_name:threshold"); in ParseArgs()
481 Usage("Unknown argument '%s'", raw_option); in ParseArgs()
487 Usage("Profile files should not be specified with both --profile-file-fd and --profile-file"); in ParseArgs()
490 Usage("Reference profile should not be specified with both " in ParseArgs()
494 Usage("APK files should not be specified with both --apk-fd and --apk"); in ParseArgs()
519 Usage("No reference profile file specified."); in ProcessProfiles()
523 Usage("Options --profile-file-fd and --reference-profile-file-fd " in ProcessProfiles()
599 Usage("The number of apk-fds must match the number of dex-locations."); in OpenApkFilesFromLocations()
607 Usage("The number of apk-fds must match the number of dex-locations."); in OpenApkFilesFromLocations()
727 Usage("No profile files or reference profile specified."); in DumpProfileInfo()
974 Usage("No profile files or reference profile specified."); in DumpClassesAndMethods()
1698 Usage("APK files must be specified"); in CreateBootProfile()
1701 Usage("DEX locations must be specified"); in CreateBootProfile()
1704 Usage("Reference profile must be specified with --reference-profile-file or " in CreateBootProfile()
1708 Usage("Profile must be specified with --reference-profile-file or " in CreateBootProfile()
1753 Usage("APK files must be specified"); in CreateProfile()
1756 Usage("DEX locations must be specified"); in CreateProfile()
1759 Usage("Reference profile must be specified with --reference-profile-file or " in CreateProfile()
1763 Usage("Profile must be specified with --reference-profile-file or " in CreateProfile()
1848 Usage("Invalid percentage for --generate-test-profile-method-percentage"); in GenerateTestProfile()
1851 Usage("Invalid percentage for --generate-test-profile-class-percentage"); in GenerateTestProfile()
1856 Usage("APK files must be specified when passing DEX locations to --generate-test-profile"); in GenerateTestProfile()
1859 Usage("DEX locations must be specified when passing APK files to --generate-test-profile"); in GenerateTestProfile()
1906 Usage("Only one profile file should be specified."); in CopyAndUpdateProfileKey()
1909 Usage("No reference profile file specified."); in CopyAndUpdateProfileKey()
1913 Usage("No apk files specified"); in CopyAndUpdateProfileKey()