Searched refs:usage (Results 1 - 10 of 10) sorted by relevance

/art/test/
H A Drun-all-tests37 usage="no"
108 usage="yes"
160 usage="yes"
167 if [ "$usage" = "yes" ]; then
170 echo "usage:"
H A Drun-test111 usage="no"
145 usage="yes"
276 usage="yes"
299 usage="yes"
307 usage="yes"
317 usage="yes"
344 usage="yes"
509 usage="yes"
514 usage="yes"
517 if [ "$usage"
[all...]
/art/dexdump/
H A Ddexdump_main.cc39 * Shows usage.
41 static void usage(void) { function in namespace:art
131 usage();
/art/cmdline/
H A Dcmdline.h192 std::string usage; local
194 usage += // Required.
200 usage += StringPrintf( // Optional.
207 usage += // Optional.
212 return usage;
/art/tools/dexfuzz/src/dexfuzz/
H A DOptions.java83 * Print out usage information about dexfuzz, and then exit.
85 public static void usage() { method in class:Options
147 * accordingly. Report an error and print usage info if the flag is not
201 usage();
204 usage();
210 * accordingly. Report an error and print usage info if the key is not
262 usage();
301 usage();
H A DDexFuzz.java51 Options.usage();
/art/dexlist/
H A Ddexlist.cc205 * Shows usage.
207 static void usage(void) { function in namespace:art
264 usage();
/art/imgdiag/
H A Dimgdiag.cc1106 std::string usage; local
1108 usage +=
1114 usage += Base::GetUsage();
1116 usage += // Optional.
1124 return usage;
/art/oatdump/
H A Doatdump.cc2452 std::string usage; local
2454 usage +=
2474 usage += Base::GetUsage();
2476 usage += // Optional.
2518 return usage;
/art/tools/dmtracedump/
H A Dtracedump.cc2505 int32_t usage(const char* program) { function
2508 "usage: %s [-ho] [-s sortable] [-d trace-file-name] [-g outfile] "
2570 if (parseOptions(argc, argv) || argc - optind != 1) return usage(argv[0]);

Completed in 203 milliseconds