Searched refs:usage (Results 51 - 67 of 67) sorted by relevance

123

/system/extras/latencytop/
H A Dlatencytop.c64 static void usage(const char *cmd);
97 usage(argv[0]);
117 usage(argv[0]);
419 static void usage(const char *cmd) { function
/system/core/include/system/
H A Dwindow.h107 int usage; member in struct:ANativeWindowBuffer
581 * native_window_set_usage(..., usage)
582 * Sets the intended usage flags for the next buffers
584 * By default (if this function is never called), a usage of
592 struct ANativeWindow* window, int usage)
594 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage);
591 native_window_set_usage( struct ANativeWindow* window, int usage) argument
/system/core/toolbox/
H A Diftop.c221 static void usage(const char *cmd) function
223 fprintf(stderr, "usage: %s [ -r repeats] [ -d delay ]\n", cmd);
254 usage(argv[0]);
257 usage(argv[0]);
H A Dgetevent.c473 static void usage(int argc, char *argv[]) function
573 usage(argc, argv);
585 usage(argc, argv);
H A Dnewfs_msdos.c235 static void usage(void);
360 usage();
365 usage();
1054 * Print usage message.
1057 usage(void) function
1060 "usage: newfs_msdos [ -options ] special [disktype]\n"
/system/extras/cpustats/
H A Dcpustats.c67 static void usage(char *cmd);
82 usage(argv[0]);
91 usage(argv[0]);
101 usage(argv[0]);
420 * Print the usage message.
422 static void usage(char *cmd) { function
/system/core/fastboot/
H A Dfastboot.c268 void usage(void) function
272 "usage: fastboot [ <option> ] <command>\n"
740 #define require(n) do { if (argc < (n)) {usage(); exit(1);}} while (0)
867 usage();
880 usage();
891 usage();
997 usage();
/system/bluetooth/tools/
H A Dpipetest.c405 static void usage() { function
418 usage();
427 usage();
H A Dasocket_test.c701 static void usage() { function
720 usage();
730 usage();
740 usage();
H A Dsocktest.c775 static void usage() { function
794 usage();
804 usage();
814 usage();
/system/extras/showmap/
H A Dshowmap.c318 int usage = 1; local
345 usage = 0;
355 if (usage) {
/system/core/toolbox/grep/
H A Dgrep.c71 /* 4*/ "usage: %s [-abcDEFGHhIiJLlmnOoPqRSsUVvwxZz] [-A num] [-B num] [-C[num]]\n",
155 * Prints usage information and returns 2.
158 usage(void) function
629 usage();
640 usage();
658 usage();
/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c396 usage(char *argv0) function
498 usage(argv[0]);
503 usage(argv[0]);
/system/core/debuggerd/
H A Ddebuggerd.c495 static void usage() { function
518 usage();
523 usage();
/system/core/sdcard/
H A Dsdcard.c45 * See usage() for command line options.
1240 static int usage() function
1242 ERROR("usage: sdcard [-t<threads>] <source_path> <dest_path> <uid> <gid>\n"
1323 return usage();
1331 return usage();
1335 return usage();
1341 return usage();
1345 return usage();
1349 return usage();
1353 return usage();
[all...]
/system/extras/tests/memtest/
H A Dmemtest.cpp71 static void usage(char* p) { function
108 usage(argv[0]);
124 usage(argv[0]);
/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp128 void usage() function in namespace:__anon517
271 usage();

Completed in 86 milliseconds

123