/third_party/mesa3d/src/intel/tools/ |
D | intel_stub_gpu.in | 4 function show_help() { 47 show_help 56 show_help 64 [ -z $1 ] && show_help
|
D | intel_sanitize_gpu.in | 4 function show_help() {
|
D | intel_dump_gpu.in | 4 function show_help() {
|
/third_party/glib/gio/ |
D | gio-tool-set.c | 98 show_help (context, NULL); in handle_set() 105 show_help (context, error->message); in handle_set() 113 show_help (context, _("Location not specified")); in handle_set() 120 show_help (context, _("Attribute not specified")); in handle_set() 130 show_help (context, _("Value not specified")); in handle_set() 137 show_help (context, _("Too many arguments")); in handle_set()
|
D | gio-tool-rename.c | 55 show_help (context, NULL); in handle_rename() 62 show_help (context, error->message); in handle_rename() 70 show_help (context, _("Missing argument")); in handle_rename() 76 show_help (context, _("Too many arguments")); in handle_rename()
|
D | gio-tool-move.c | 108 show_help (context, NULL); in handle_move() 115 show_help (context, error->message); in handle_move() 123 show_help (context, NULL); in handle_move() 132 show_help (context, NULL); in handle_move() 144 show_help (context, message); in handle_move()
|
D | gio-tool-copy.c | 114 show_help (context, NULL); in handle_copy() 121 show_help (context, error->message); in handle_copy() 129 show_help (context, NULL); in handle_copy() 138 show_help (context, NULL); in handle_copy() 150 show_help (context, message); in handle_copy()
|
D | gio-tool-remove.c | 57 show_help (context, NULL); in handle_remove() 64 show_help (context, error->message); in handle_remove() 72 show_help (context, _("No locations given")); in handle_remove()
|
D | gio-tool-mkdir.c | 61 show_help (context, NULL); in handle_mkdir() 68 show_help (context, error->message); in handle_mkdir() 76 show_help (context, _("No locations given")); in handle_mkdir()
|
D | gio-tool-save.c | 168 show_help (context, NULL); in handle_save() 175 show_help (context, error->message); in handle_save() 183 show_help (context, _("No destination given")); in handle_save() 190 show_help (context, _("Too many arguments")); in handle_save()
|
D | gio-tool-launch.c | 62 show_help (context, NULL); in handle_launch() 69 show_help (context, error->message); in handle_launch() 77 show_help (context, _("No desktop file given")); in handle_launch()
|
D | gio-tool-open.c | 81 show_help (context, NULL); in handle_open() 88 show_help (context, error->message); in handle_open() 96 show_help (context, _("No locations given")); in handle_open()
|
D | gio-tool-cat.c | 147 show_help (context, NULL); in handle_cat() 154 show_help (context, error->message); in handle_cat() 162 show_help (context, _("No locations given")); in handle_cat()
|
D | gio-tool-mime.c | 85 show_help (context, NULL); in handle_mime() 92 show_help (context, error->message); in handle_mime() 100 show_help (context, _("Must specify a single mimetype, and maybe a handler")); in handle_mime()
|
D | gio-tool-monitor.c | 214 show_help (context, NULL); in handle_monitor() 221 show_help (context, error->message); in handle_monitor() 229 show_help (context, _("No locations given")); in handle_monitor()
|
D | gio-tool-trash.c | 233 show_help (context, NULL); in handle_trash() 240 show_help (context, error->message); in handle_trash() 303 show_help (context, _("No locations given")); in handle_trash()
|
D | gio-tool-info.c | 356 show_help (context, NULL); in handle_info() 363 show_help (context, error->message); in handle_info() 371 show_help (context, _("No locations given")); in handle_info()
|
D | gio-tool-tree.c | 249 show_help (context, NULL); in handle_tree() 258 show_help (context, error->message); in handle_tree()
|
D | gio-tool-list.c | 187 show_help (context, NULL); in handle_list() 194 show_help (context, error->message); in handle_list()
|
/third_party/ffmpeg/tools/ |
D | target_dec_fate.sh | 28 show_help(){ function 41 test -z "$1" && show_help 42 test ! -d "$1" && echo $1 is not an accessable directory && show_help 43 test ! -f target_dec_fate.sh && echo $0 Must be run from its location && show_help 44 grep 'CONFIG_OSSFUZZ 0' ../config.h && echo not configured for ossfuzz && show_help
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.h | 217 …{ "h", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, … 218 …{ "?", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, … 219 …{ "help", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, … 220 …{ "-help", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, … 260 int show_help(void *optctx, const char *opt, const char *arg);
|
/third_party/skia/third_party/externals/swiftshader/src/ |
D | clang-format-all.sh | 10 show_help() function 30 show_help
|
/third_party/toybox/kconfig/ |
D | mconf.c | 289 static void show_help(struct menu *menu); 652 show_help(submenu); in conf() 696 static void show_help(struct menu *menu) in show_help() function 754 show_help(child); in conf_choice() 757 show_help(menu); in conf_choice() 799 show_help(menu); in conf_string()
|
/third_party/alsa-utils/alsamixer/ |
D | cli.c | 41 static void show_help(void) in show_help() function 83 show_help(); in parse_options()
|
/third_party/toybox/lib/ |
D | help.c | 19 void show_help(FILE *out) in show_help() function
|