Lines Matching refs:UsageError

61 static void UsageError(const char* fmt, ...) {  in UsageError()  function
74 UsageError("Command: %s", CommandLine().c_str()); in Usage()
75 UsageError("Usage: hiddenapi [command_name] [options]..."); in Usage()
76 UsageError(""); in Usage()
77 UsageError(" Command \"encode\": encode API list membership in boot dex files"); in Usage()
78 UsageError(" --input-dex=<filename>: dex file which belongs to boot class path"); in Usage()
79 UsageError(" --output-dex=<filename>: file to write encoded dex into"); in Usage()
80 UsageError(" input and output dex files are paired in order of appearance"); in Usage()
81 UsageError(""); in Usage()
82 UsageError(" --api-flags=<filename>:"); in Usage()
83 UsageError(" CSV file with signatures of methods/fields and their respective flags"); in Usage()
84 UsageError(""); in Usage()
85 UsageError(" --no-force-assign-all:"); in Usage()
86 UsageError(" Disable check that all dex entries have been assigned a flag"); in Usage()
87 UsageError(""); in Usage()
88 UsageError(" Command \"list\": dump lists of public and private API"); in Usage()
89 UsageError(" --boot-dex=<filename>: dex file which belongs to boot class path"); in Usage()
90 UsageError(" --public-stub-classpath=<filenames>:"); in Usage()
91 UsageError(" --system-stub-classpath=<filenames>:"); in Usage()
92 UsageError(" --test-stub-classpath=<filenames>:"); in Usage()
93 UsageError(" --core-platform-stub-classpath=<filenames>:"); in Usage()
94 UsageError(" colon-separated list of dex/apk files which form API stubs of boot"); in Usage()
95 UsageError(" classpath. Multiple classpaths can be specified"); in Usage()
96 UsageError(""); in Usage()
97 UsageError(" --out-api-flags=<filename>: output file for a CSV file with API flags"); in Usage()
98 UsageError(""); in Usage()