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

<<11121314151617181920>>

  /frameworks/opt/mailcommon/res/values/
webview_context_menu_strings.xml 44 <!-- Menu item that displays the help page for Gmail. [CHAR LIMIT=50]-->
45 <string name="contextmenu_help">Help</string>
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu_linux.c 346 int help = 0; local
354 if ((status = dhd_option(&argv, &ifname, &help)) == CMD_OPT) {
372 int help = 0; local
377 if ((status = dhd_option(&argv, &ifname, &help)) == CMD_OPT) {
378 if (help)
411 /* provide for help on a particular command */
412 if (help && *argv) {
417 printf("%s: Unrecognized command \"%s\", type -h for help\n",
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 346 int help = 0; local
354 if ((status = dhd_option(&argv, &ifname, &help)) == CMD_OPT) {
372 int help = 0; local
377 if ((status = dhd_option(&argv, &ifname, &help)) == CMD_OPT) {
378 if (help)
411 /* provide for help on a particular command */
412 if (help && *argv) {
417 printf("%s: Unrecognized command \"%s\", type -h for help\n",
  /hardware/ti/wlan/wl1271/stad/build/linux/
Makefile 107 .PHONY: help
108 help:
  /ndk/build/tools/
patch-sources.sh 36 echo "ERROR: Missing source directory. See --help for usage."
47 echo "ERROR: Missing patches directory. See --help for usage."
  /packages/apps/Stk/res/values-en-rGB/
strings.xml 21 <string name="help" msgid="9209980881219397319">"Help"</string>
  /packages/apps/Stk/res/values-nl/
strings.xml 21 <string name="help" msgid="9209980881219397319">"Help"</string>
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorActionBarAdvisor.java 70 MenuManager helpMenu = new MenuManager("&Help", IWorkbenchActionConstants.M_HELP);
93 // contents of Help menu
  /external/linux-tools-perf/
perf.c 19 "perf [--version] [--help] COMMAND [ARGS]";
22 "See 'perf help COMMAND' for more information on a specific command.";
103 * For legacy reasons, the "version" and "help"
107 if (!strcmp(cmd, "--help") || !strcmp(cmd, "--version"))
317 { "help", cmd_help, 0 },
356 /* Turn "perf cmd --help" into "perf help cmd" */
357 if (argc > 1 && !strcmp(argv[1], "--help")) {
359 argv[0] = cmd = "help";
444 cmd = "perf-help";
    [all...]
  /external/oprofile/
oprofile_android 107 print " -h, --help : show this help text"
138 print " --help : show help for additional opreport options"
143 print " --help : show help for additional opannotate options"
156 'hs:vd', ['help', 'serial=', 'dir=', 'verbose'])
163 if o in ('-h', '--help'):
443 ['source', 'assembly', 'help', 'image-path='])
458 if o in ('--help')
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 8 # type perl genlingware.pl -help to get help
76 "help" => \$HELP
80 ## Help
83 $help = <<EOHELP
88 $0 -help
90 print this help
104 die $help if $HELP;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 3 # Generate a short man page from --help and --version output.
43 `$this_program' generates a man page out of `--help' and `--version' output.
56 --help print this help, then exit
59 EXECUTABLE should accept `--help' and `--version' options although
62 -h, --help-option=STRING help option string
71 my $help_option = '--help';
85 'h|help-option=s' => \$help_option,
92 help => sub { print $help_info; exit }
    [all...]
  /development/samples/Support4Demos/res/values/
styles.xml 28 fullscreen theme, because they don't support some feature that help
  /development/tools/emulator/system/libqemu/
test_host_1.c 133 " -? -h --help Print this message\n"
161 if (!strcmp(arg, "-?") || !strcmp(arg, "-h") || !strcmp(arg, "--help")) {
165 fprintf(stderr, "-unix option needs an argument! See --help for details.\n");
173 fprintf(stderr, "-tcp option needs an argument! See --help for details.\n");
  /docs/source.android.com/src/tech/dalvik/
index.md 23 Much of the documentation in this directory is intended to help
  /external/android-mock/src/com/google/android/testing/mocking/
GeneratedMockJar.readme 21 running java -jar MockGenerator.jar --help for more information.
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Driver2.java 25 * Basic JDBC driver implementation to help with tests
TestHelper_Driver5.java 25 * Basic JDBC driver implementation to help with tests
  /external/bison/lib/
xalloc-die.c 40 its first argument is 0. To help compilers understand the
  /external/bison/m4/
m4.m4 26 case `$M4 --help < /dev/null 2>&1` in
  /external/bluetooth/bluez/tools/
hid2hci.8 41 .B --help
  /external/bluetooth/glib/debian/
README.debian 15 The GIMP Tool Kit (gtk) is a set of widgets to help you program
  /external/bluetooth/glib/docs/reference/glib/tmpl/
option.sgml 46 nicely formatted help output. Unless it is explicitly turned off with
48 <option>--help</option>, <option>-?</option>, <option>--help-all</option>
49 and <option>--help-</option><replaceable>groupname</replaceable> options
58 Help Options:
59 -?, --help Show help options
60 --help-all Show all help options
61 --help-gtk Show GTK+ Option
    [all...]
  /external/bluetooth/glib/gio/tests/
live-g-file.txt 15 To see the list of available parameters just run 'live-g-file --help'
  /external/bluetooth/glib/po/
README.translators 24 If you need help with this, ask, but please don't commit

Completed in 1257 milliseconds

<<11121314151617181920>>