HomeSort by relevance Sort by last modified time
    Searched full:help (Results 151 - 175 of 9541) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/docs/html/training/
building-graphics.jd 11 these classes will help you get there.</p
  /frameworks/volley/
custom_rules.xml 2 <project name="volley-rules" default="help">
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
README.webm 8 defines that help automatically allow assembly to work cross-platform.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Help.java 26 * Handles app help.
28 public class Help {
33 public Help(Context context, Config config) {
46 inflater.inflate(R.menu.help, menu);
  /prebuilts/go/darwin-x86/src/cmd/go/
mkalldocs.sh 9 ./go.latest help documentation | sed 's; \*/; * /;' >alldocs.go
  /prebuilts/go/linux-x86/src/cmd/go/
mkalldocs.sh 9 ./go.latest help documentation | sed 's; \*/; * /;' >alldocs.go
  /external/selinux/policycoreutils/sepolicy/
sepolicy.py 330 help=_('Graphical User Interface for SELinux Policy'))
333 help=_("Domain name(s) of man pages to be created"))
335 help=argparse.SUPPRESS)
363 help=_('Generate SELinux man pages'))
366 help=_("path in which the generated SELinux man pages will be stored"))
368 help=_("name of the OS for man pages"))
370 help=_("Generate HTML man pages structure for selected SELinux man page"))
372 help=_("Alternate root directory, defaults to /"))
374 help=_("With this flag, alternative root path needs to include file context files and policy.xml file"))
378 help=_("All domains")
    [all...]
  /external/autotest/cli/
query_results 18 help='Comma-separated list of column names to display') variable
20 help=("The WHERE condition for the query witten in the 'new style' " variable
25 help='Specifies a test attribute to include as a field. The attribute ' variable
32 help='Specifies a test label to include as a field. See ' variable
35 help='Specifies an iteration result to include as a field. ' variable
40 help='Specifies a machine label to include as a field. See ' variable
43 help='Specifies a job keyval to include as a field. See ' variable
46 help='Specifies an iteration attribute to include as a ' variable
51 dest='separator', help = 'output separator')
53 help='Do not display line counts before each line' variable
57 This will append the tag column if it isn\\'t provided.') variable
59 help=('Return results only for machines currently ' variable
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
DisplayUsageException.java 20 * Exception used to abort command-line processing because the user has asked for help (using either
21 * --help or -h).
26 super("(User asked for --help. This message should not appear anywhere.)");
  /external/iproute2/doc/
rtstat.sgml 22 Hopefully it can help understanding performance and DoS and other related
41 <item><tt/-h/, <tt/-help/ - show help page and version of the utility.
  /external/iproute2/man/man8/
genl.8 19 .BR help " | " list " | " monitor " | " get
40 .B help
41 This command just prints a help text for the
57 .B \-h, \-help
tipc-nametable.8 20 .BR "\-h" , " --help"
21 Show help about last valid command. For example
22 .B tipc nametable --help
23 will show nametable help and
24 .B tipc --help
25 will show general help. The position of the option in the string is irrelevant.
  /external/libcxx/utils/sym_check/
sym_extract.py 13 help='The library to extract symbols from')
15 help='The output file. stdout is used if not given',
18 help='Output only the name of the symbol',
  /external/libnl/src/
genl-ctrl-list.c 27 " -h, --help Show this help\n"
50 { "help", 0, 0, 'h' },
nl-neightbl-list.c 22 " -h, --help Show this help\n"
47 { "help", 0, 0, 'h' },
  /external/libpng/scripts/
libpng-config-body.in 21 --help print this help and exit
44 --help)
  /external/opencv3/samples/cpp/
edge.cpp 27 static void help() function
41 help();
50 help();
imagelist_creator.cpp 16 static void help(char** av) function
28 help(av);
37 help(av);
  /toolchain/binutils/binutils-2.25/binutils/
objdump.h 33 /* Help displayed for --help. */
34 void (*help)(FILE *stream); member in struct:objdump_private_desc
  /external/webrtc/tools/valgrind-webrtc/
webrtc_tests.py 91 help=('Location of the compiler output. Can only be used '
93 parser.add_option("--target", help="Debug or Release")
94 parser.add_option('-t', '--test', help='Test to run.')
96 help='Generate baseline data instead of validating')
98 help='Additional arguments to --gtest_filter')
100 help='Argument for --gtest_repeat')
102 help="Randomize tests' orders on every iteration.")
105 help="Drop in to debugger on assertion failure. Also "
110 help='Verbose output - enable debug log messages')
112 help='Specify a valgrind tool to run the tests under'
    [all...]
  /system/core/mkbootimg/
mkbootimg 131 parser.add_argument('--kernel', help='path to the kernel', type=FileType('rb'),
133 parser.add_argument('--ramdisk', help='path to the ramdisk', type=FileType('rb'))
134 parser.add_argument('--second', help='path to the 2nd bootloader', type=FileType('rb'))
135 parser.add_argument('--cmdline', help='extra arguments to be passed on the '
137 parser.add_argument('--base', help='base address', type=parse_int, default=0x10000000)
138 parser.add_argument('--kernel_offset', help='kernel offset', type=parse_int, default=0x00008000)
139 parser.add_argument('--ramdisk_offset', help='ramdisk offset', type=parse_int, default=0x01000000)
140 parser.add_argument('--second_offset', help='2nd bootloader offset', type=parse_int,
142 parser.add_argument('--os_version', help='operating system version', type=parse_os_version,
144 parser.add_argument('--os_patch_level', help='operating system patch level'
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/tools/
flash_device.py 24 parser.add_argument('build_path', help='Path to android build.')
26 help='Device(s) to flash.')
28 help='Verbose level (multiple times for more)')
30 help='If set, wipes user data')
31 parser.add_argument('--blacklist-file', help='Device blacklist file.')
  /external/chromium-trace/catapult/systrace/profile_chrome/
main.py 79 timed_options.add_option('-t', '--time', help='Profile for N seconds and '
85 cont_options.add_option('--continuous', help='Profile continuously until '
87 cont_options.add_option('--ring-buffer', help='Use the trace buffer as a '
94 chrome_opts.add_option('-c', '--categories', help='Select Chrome tracing '
103 help='Deprecated, use --trace-frame-viewer.',
106 help='Enable enough trace categories for '
109 help='Enable enough trace categories for '
111 chrome_opts.add_option('--trace-gpu', help='Enable extra trace categories '
113 chrome_opts.add_option('--trace-flow', help='Enable extra trace categories '
115 chrome_opts.add_option('--trace-memory', help='Enable extra trace categories
    [all...]
  /external/iproute2/examples/
gaiconf 46 function help ()
67 help
80 help
87 help
127 help
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
HelpCommandHandler.java 25 * CommandHandler for the HELP command. By default, return an empty help message,
26 * along with a reply code of 214. You can customize the returned help message by
60 * Set the help message String to be returned by this command
62 * @param helpMessage - the help message

Completed in 5157 milliseconds

1 2 3 4 5 67 8 91011>>