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

12 3 4 5 6 7 8 91011>>

  /external/qemu/android/
help.h 28 /* output main help screen into a single dynamic string */
31 /* output all help into a single dynamic string */
34 /* appends the help for a given command-line option into a dynamic string
39 /* appends the help for a given help topic into a dynamic string
  /frameworks/base/docs/html/design/patterns/
help.jd 1 page.title=Help
8 <p>This page covers design patterns for making help accessible in your app and tips for creating help content for users who are eager for assistance.</p>
10 <h2 id="your-app">Designing Help into Your App</h2>
12 <h3>Don't show unsolicited help, except in very limited cases</h3>
17 <li><strong>They're usually not necessary.</strong> If you have usability concerns about an aspect of your app, don't just throw help at the problem. Try to solve it in the UI. Apply Android design patterns, styles, and building blocks, and you'll go a long way in reducing the need to educate your users.</li>
19 <p>The only reason for showing pure help content to new users unsolicited is:<br>
22 <p>For example, we use help content to teach users how to place apps on their Home Screen. This functionality is:</p>
39 <p class="clearfix">Bottom line: when it comes to offering help in your app, it's much better to <strong>let users come to you</strong> when they need it.</p>
42 <h3 id="standard-design">Follow the standard design for navigating to help</h3
    [all...]
  /external/clang/test/SemaObjCXX/
NSString-type.mm 5 void (^block)(void) = @"help"; // expected-error {{cannot initialize a variable of type 'void (^)()' with an rvalue of type 'NSString *'}}
7 void (^block2)(void) = @"help"; // expected-error {{cannot initialize a variable of type 'void (^)()' with an rvalue of type 'NSString *'}}
8 void (^block3)(void) = @"help"; // expected-error {{cannot initialize a variable of type 'void (^)()' with an rvalue of type 'NSString *'}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.appserver_3.1.400.v20100427.jar 
  /external/chromium/chrome/browser/resources/help_app/
manifest.json 3 "name": "Help",
9 "description": "Chrome OS Help",
  /external/e2fsprogs/lib/ss/
std_rqs.ct 8 help;
12 "List topics for which help is available.",
  /external/oprofile/libopt++/
popt_options.cpp 213 option::option(bool & value, char const * name, char short_name, char const * help)
214 : the_option(new option_imp<void>(value, name, short_name, help))
222 char const * help, char const * arg_help)
224 (value, name, short_name, help, arg_help))
232 char const * help, char const * arg_help)
234 (value, name, short_name, help, arg_help))
242 char const * help, char const * arg_help)
244 (value, name, short_name, help, arg_help))
250 char const * help, char const * arg_help,
255 data, 0, help, arg_help }
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
helpbase-ant.jar 
  /dalvik/dx/
README.txt 3 things; use "dx --help" to see a modicum of self-documentation.
  /dalvik/vm/mterp/armv5te/
OP_NOP.S 7 /* insert fake function header to help gdb find the stack frame */
  /external/e2fsprogs/lib/et/test_cases/
continuation.et 6 See the ovpasswd man page for help in choosing a good password."
  /external/v8/tools/
test-wrapper-gypbuild.py 51 help='Architecture and mode in the format "arch.mode"',
54 help='Base output directory',
57 help='Skip presubmit checks',
62 help="The test modes in which to run (comma-separated)",
65 help='The architectures to run tests for (comma-separated)',
69 result.add_option("-v", "--verbose", help="Verbose output",
72 help="The style of progress indicator (verbose, dots, color, mono)",
74 result.add_option("--report", help="Print a summary of the tests to be run",
76 result.add_option("--download-data", help="Download missing test suite data",
78 result.add_option("-s", "--suite", help="A test suite"
    [all...]
  /external/linux-tools-perf/util/
parse-options.h 74 * `help`::
75 * the short help associated to what the option does.
102 const char *help; member in struct:option
112 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) }
113 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) }
114 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b) }
115 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h) }
116 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }
117 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .defval = (i) }
118 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), .value = (v), .help = (h), .defval = (p)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests.py 192 help="Ignored, for old-run-webkit-tests compat only.", **kwargs)
205 help="(DEPRECATED)"),
206 # FIXME: --help should display which configuration is default.
209 help='Set the configuration to Debug'),
212 help='Set the configuration to Release'),
221 help="use the Chromium port"),
223 default=False, help="create a dialog on DumpRenderTree startup"),
225 default=False, help="enable Windows GP fault error box"),
227 type="string", help="JavaScript flags to pass to tests"),
230 help="Enable additional stress test to JavaScript optimization")
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 22 'help' => \&help,
27 my $help = {};
85 $help->{help} = << 'EOH';
86 help: Describe the usage of this program or its subcommands. label
87 Usage: help [SUBCOMMAND...]
90 sub help { subroutine
94 print $help->{$cmd};
101 foreach my $cmd (keys %$help) {
    [all...]
  /external/llvm/utils/
clang-parse-diagnostics-file 13 default=False, help="dump all messages.")
15 default=False, help="dump 'error' messages.")
17 default=False, help="dump 'fatal error' messages.")
19 default=False, help="dump 'ignored' messages.")
21 default=False, help="dump 'note' messages.")
23 default=False, help="dump 'warning' messages.")
  /external/bluetooth/bluez/compat/
hidd.1 21 \fB\-h\fR, \fB\-\-help\fR
22 Display help
  /external/bluetooth/glib/docs/reference/glib/
gtester-report.xml 30 <term><option>-h</option>, <option>--help</option></term>
32 print help and exit
  /external/grub/docs/
mbchk.1 12 \fB\-h\fR, \fB\-\-help\fR display this help and exit
  /external/icu4c/extra/uconv/
README 4 program. Please check its manual page, or run uconv -h, for help.
6 Help, as well as error messages, are displayed through the use of a
  /external/markdown/markdown/
commandline.py 47 help="write output to OUTPUT_FILE",
50 help="encoding for input and output files",)
53 help="suppress all messages")
56 help="print info messages")
59 help="safe mode ('replace', 'remove' or 'escape' user's HTML tag)")
62 help="Format of output. One of 'xhtml1' (default) or 'html4'.")
65 help="print debug messages")
67 help = "load extension EXTENSION", metavar="EXTENSION")
  /sdk/monkeyrunner/src/resources/com/android/monkeyrunner/
text.cs 1 MonkeyRunner help
2 <?cs each:item = help ?>
  /build/core/
help.mk 17 ifeq ($(MAKECMDGOALS),help)
24 .PHONY: help
25 help:
37 @echo "help You're reading it right now"
  /external/bzip2/
words0 6 Also in README.COMPILATION.PROBLEMS are some hints that may help
  /external/iptables/extensions/
libxt_standard.c 18 .help = standard_help,

Completed in 1076 milliseconds

12 3 4 5 6 7 8 91011>>