Lines Matching refs:Usage

94 NO_RETURN static void Usage(const char *fmt, ...) {  in Usage()  function
223 Usage("Failed to parse %s '%s' as an integer", option_name.c_str(), value.c_str()); in ParseUintValue()
226 Usage("%s passed a negative value %" PRId64, option_name.c_str(), parsed_integer_value); in ParseUintValue()
230 Usage("%s passed a value %" PRIu64 " above max (%" PRIu64 ")", in ParseUintValue()
261 Usage("Failed to parse %s '%s' as an integer", option_name.c_str(), value_string); in ParseBoolOption()
302 Usage("No arguments specified"); in ParseArgs()
365 Usage("--special-package needs to be specified as pkg_name:threshold"); in ParseArgs()
416 Usage("Unknown argument '%s'", raw_option); in ParseArgs()
422 Usage("Profile files should not be specified with both --profile-file-fd and --profile-file"); in ParseArgs()
425 Usage("Reference profile should not be specified with both " in ParseArgs()
429 Usage("APK files should not be specified with both --apk-fd and --apk"); in ParseArgs()
452 Usage("No profile files specified."); in ProcessProfiles()
455 Usage("No reference profile file specified."); in ProcessProfiles()
459 Usage("Options --profile-file-fd and --reference-profile-file-fd " in ProcessProfiles()
535 Usage("The number of apk-fds must match the number of dex-locations."); in OpenApkFilesFromLocations()
543 Usage("The number of apk-fds must match the number of dex-locations."); in OpenApkFilesFromLocations()
651 Usage("No profile files or reference profile specified."); in DumpProfileInfo()
806 Usage("No profile files or reference profile specified."); in DumpClassesAndMethods()
1240 Usage("APK files must be specified"); in CreateBootProfile()
1243 Usage("DEX locations must be specified"); in CreateBootProfile()
1246 Usage("Reference profile must be specified with --reference-profile-file or " in CreateBootProfile()
1250 Usage("Profile must be specified with --reference-profile-file or " in CreateBootProfile()
1295 Usage("APK files must be specified"); in CreateProfile()
1298 Usage("DEX locations must be specified"); in CreateProfile()
1301 Usage("Reference profile must be specified with --reference-profile-file or " in CreateProfile()
1305 Usage("Profile must be specified with --reference-profile-file or " in CreateProfile()
1378 Usage("Invalid percentage for --generate-test-profile-method-percentage"); in GenerateTestProfile()
1381 Usage("Invalid percentage for --generate-test-profile-class-percentage"); in GenerateTestProfile()
1386 Usage("APK files must be specified when passing DEX locations to --generate-test-profile"); in GenerateTestProfile()
1389 Usage("DEX locations must be specified when passing APK files to --generate-test-profile"); in GenerateTestProfile()
1436 Usage("Only one profile file should be specified."); in CopyAndUpdateProfileKey()
1439 Usage("No reference profile file specified."); in CopyAndUpdateProfileKey()
1443 Usage("No apk files specified"); in CopyAndUpdateProfileKey()