HomeSort by relevance Sort by last modified time
    Searched full:help (Results 101 - 125 of 4257) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/iproute2/genl/
genl.c 104 fprintf(stderr, "Usage: genl [ OPTIONS ] OBJECT | help }\n"
133 } else if (matches(argv[1], "-help") == 0) {
137 "\"genl -help\".\n", argv[1]);
154 if (matches(argv[1], "help") == 0)
157 "-help\".\n", argv[1]);
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.h 40 const char *help; member in struct:cmd
70 .help = (_help), \
73 #define COMMAND(section, name, args, cmd, flags, idby, handler, help) \
74 __COMMAND(&(__section ## _ ## section), name, #name, args, cmd, flags, 0, idby, handler, help)
88 .help = (_help), \
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 6 # type perl symshift.pl -help to get help
68 "help" => \$HELP
72 ## Help
75 $help = <<EOHELP
79 $0 -help
81 print this help
108 die $help if $HELP;
    [all...]
  /external/clang/utils/ABITest/
ABITestGen.py 354 help="autogeneration mode (random or linear) [default %default]",
357 help="autogenerate COUNT functions according to MODE",
360 help="start autogeneration with the Nth function type [default %default]",
363 help="maximum index for random autogeneration [default %default]",
366 help="random number generator seed [default %default]",
369 help="use random value for initial random number generator seed",
372 help="add a test index to skip",
375 help="write output to FILE [default %default]",
378 help="write header file for output to FILE [default %default]",
381 help="write function tests to FILE [default %default]"
    [all...]
  /external/bluetooth/glib/glib/
goption.c 188 * the first line of <option>--help</option> output, after the
268 * @help_enabled: %TRUE to enable <option>--help</option>, %FALSE to disable it
270 * Enables or disables automatic generation of <option>--help</option>
272 * <option>--help</option>, <option>-?</option>, <option>--help-all</option>
273 * and <option>--help-</option><replaceable>groupname</replaceable> and creates
291 * Returns whether automatic <option>--help</option> generation
294 * Returns: %TRUE if automatic help generation is turned on.
396 * treated differently when generating <option>--help</option> output.
442 * the <option>--help</option> output for the options in @entrie
825 gchar *help; local
    [all...]
  /external/oprofile/libpopt/
popthelp.c 58 * Auto help table options.
64 { "help", '?', 0, NULL, '?', N_("Show this help message"), NULL },
75 { "help", '?', 0, NULL, '?', N_("Show this help message"), NULL },
212 * Display help text for an option.
226 const char * help = D_(translation_domain, opt->descrip); local
267 char * t = malloc((help ? strlen(help) : 0) +
272 if (help) {
    [all...]
  /external/webkit/Tools/Scripts/
webkit-tools-completion.sh 44 -h|--help)
45 command="help";
53 __webkit-patch_generate_reply "--help apply-from-bug bugs-to-commit commit-message land land-from-bug obsolete-attachments patches-to-commit post upload tree-status rollout reviewed-patches"
92 complete -W "--continue --fix-merged --help --no-continue --no-warnings --warnings -c -f -h -w" resolve-ChangeLogs
93 complete -W "--bug --diff --git-commit --git-index --git-reviewer --help --no-update --no-write --open --update --write -d -h -o" prepare-ChangeLog
94 complete -W "--clean --debug --help -h" build-webkit
95 complete -o default -W "--add-platform-exceptions --complex-text --configuration --guard-malloc --help --http --ignore-tests --launch-safari --leaks --merge-leak-depth --new-test-results --no-http --no-launch-safari --no-new-test-results --no-sample-on-timeout --no-strip-editing-callbacks --pixel-tests --platform --port --quiet --random --reset-results --results-directory --reverse --root --sample-on-timeout --singly --skipped --slowest --strict --strip-editing-callbacks --threaded --timeout --tolerance --use-remote-links-to-tests --valgrind --verbose -1 -c -g -h -i -l -m -o -p -q -t -v" run-webkit-tests
build-api-tests 40 --help Show this help message
45 'help' => \$showHelp,
build-dumprendertree 43 --help Show this help message
52 'help' => \$showHelp,
build-webkittestrunner 40 --help Show this help message
45 'help' => \$showHelp,
webkit-build-directory 46 -h|--help Show this help message
57 'help|h' => \$showHelp,
  /external/webkit/Tools/Scripts/webkitpy/tool/
main.py 52 make_option("-v", "--verbose", action="store_true", dest="verbose", default=False, help="enable all logging"),
53 make_option("-d", "--directory", action="append", dest="patch_directories", default=[], help="Directory to look at for changed files"),
54 make_option("--dry-run", action="store_true", dest="dry_run", default=False, help="do not touch remote servers"),
55 make_option("--status-host", action="store", dest="status_host", type="string", help="Hostname (e.g. localhost or commit.webkit.org) where status updates should be posted."),
56 make_option("--bot-id", action="store", dest="bot_id", type="string", help="Identifier for this bot (if multiple bots are running for a queue)"),
57 make_option("--irc-password", action="store", dest="irc_password", type="string", help="Password to use when communicating via IRC."),
58 make_option("--port", action="store", dest="port", default=None, help="Specify a port (e.g., mac, qt, gtk, ...)."),
  /external/bluetooth/glib/
mkinstalldirs 11 Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..."
16 -h | --help | --h*) # -h for help
  /external/grub/util/
grub-md5-crypt 32 -h | --help)
37 -h, --help print this message and exit
58 echo "Try \`$progname --help' for more information."
grub-md5-crypt.in 32 -h | --help)
37 -h, --help print this message and exit
58 echo "Try \`$progname --help' for more information."
  /external/libpng/scripts/
libpng-config.in 47 --help print this help and exit
70 --help)
  /external/libvpx/build/make/
gen_msvs_def.sh 31 --help Print this message
45 echo "See ${self_basename} --help for available options."
65 --help|-h) show_help
  /ndk/sources/host-tools/make-3.81/config/
mkinstalldirs 11 Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..."
16 -h | --help | --h*) # -h for help
  /system/core/toolbox/
chmod.c 52 fprintf(stderr, " --help display this help and exit\n");
61 if (argc < 3 || strcmp(argv[1], "--help") == 0) {
  /dalvik/vm/mterp/x86-atom/
OP_NOP.S 35 * insert fake function header to help gdb find the stack frame
  /development/ndk/tests/
run-all.sh 42 --help|-h|-\?)
56 echo "ERROR: Unknown option '$opt', use --help for list of valid ones."
77 echo " --help|-h|-? Print this help"
  /development/samples/JetBoy/res/values/
strings.xml 7 <string name="helpText">Help JET BOY get through the asteroid field! Blast the asteroids in time with the beat and listen to the music respond!\n\nUse your FIRE button to explode each asteroid as it passes through the laser guide.</string>
  /development/testrunner/
runtest.py 29 Do runtest --help to see full list of options.
96 help="To view the list of tests")
98 action="store_true", help="Skip build - just launch")
101 help="Number of make jobs to use when building")
104 help="Do not execute, just preview commands")
107 help="Raw mode (for output to other tools)")
110 help="Suite assignment (for details & usage see "
114 help="Increase verbosity of %s" % sys.argv[0])
117 help="Wait for debugger before launching tests")
119 help="Restrict test to a specific class"
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
first_run_dialog.h 12 // The dialog asks the user's explicit permission for reporting stats to help
  /external/chromium/chrome/common/extensions/docs/static/
cookies.html 31 and for help in viewing the source code,

Completed in 596 milliseconds

1 2 3 45 6 7 8 91011>>