HomeSort by relevance Sort by last modified time
    Searched refs:help (Results 176 - 200 of 391) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/iptables/extensions/
libipt_owner.c 15 help(void) function
239 .help = &help,
libipt_realm.c 19 help(void) function
259 .help = &help,
libipt_recent.c 41 help(void) function
228 .help = &help,
libipt_string.c 35 help(void) function
341 .help = help,
libip6t_hashlimit.c 31 help(void) function
357 .help = &help,
libip6t_rt.c 19 help(void) function
349 .help = &help,
libip6t_tcp.c 12 help(void) function
403 .help = &help,
libipt_dccp.c 37 static void help(void) function
361 .help = &help,
libipt_hashlimit.c 31 help(void) function
357 .help = &help,
libipt_policy.c 24 static void help(void) function
424 .help = help,
libipt_tcp.c 13 help(void) function
404 .help = &help,
  /packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java 187 menu.add(0, StkApp.MENU_ID_HELP, 2, R.string.help);
230 // send help needed response.
324 private void sendResponse(int resId, int itemId, boolean help) {
329 args.putBoolean(StkAppService.HELP, help);
StkInputActivity.java 188 private void sendResponse(int resId, String input, boolean help) {
195 args.putBoolean(StkAppService.HELP, help);
205 menu.add(0, StkApp.MENU_ID_HELP, 2, R.string.help);
  /external/v8/tools/
test.py 1084 result.add_option("-m", "--mode", help="The test modes in which to run (comma-separated)",
1086 result.add_option("-v", "--verbose", help="Verbose output",
1088 result.add_option("-S", dest="scons_flags", help="Flag to pass through to scons",
1091 help="The style of progress indicator (verbose, dots, color, mono)",
1093 result.add_option("--no-build", help="Don't build requirements",
1095 result.add_option("--build-only", help="Only build requirements, don't run the tests",
1097 result.add_option("--report", help="Print a summary of the tests to be run",
1099 result.add_option("-s", "--suite", help="A test suite",
1101 result.add_option("-t", "--timeout", help="Timeout in seconds",
1103 result.add_option("--arch", help='The architecture to run tests for'
    [all...]
  /external/bluetooth/bluez/tools/
bccmd.c 215 { "help", 0, 0, 'h' },
219 static int opt_help(int argc, char *argv[], int *help)
226 if (help)
227 *help = 1;
235 #define OPT_HELP(range, help) \
236 opt_help(argc, argv, (help)); \
611 { "help", 0, 0, 'h' },
615 static int opt_pskey(int argc, char *argv[], uint16_t *stores, int *reset, int *help)
654 if (help)
655 *help = 1
    [all...]
  /build/tools/dexpreopt/
dexpreopt.py 849 parser.add_option('--kernel', help='Passed to emulator')
850 parser.add_option('--ramdisk', help='Passed to emulator')
851 parser.add_option('--image', help='Passed to emulator')
852 parser.add_option('--system', help='Passed to emulator')
853 parser.add_option('--outsystemdir', help='Destination /system directory')
854 parser.add_option('--tmpdir', help='Optional temp directory to use')
  /external/e2fsprogs/config/
config.rpath 128 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
142 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
152 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  /external/elfutils/config/
config.rpath 128 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
142 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
152 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  /external/icu4c/tools/ctestfw/
ctest.c 66 static void help ( const char *argv0 );
666 help(argv[0]);
675 help(argv[0]);
712 else if (strcmp( argv[i], "-h" )==0 || strcmp( argv[i], "--help" )==0)
714 help( argv[0] );
724 help( argv[0] );
810 static void help ( const char *argv0 ) function
  /external/icu4c/tools/genrb/
gendtjar.pl 42 "--help" => \$help
46 if($help){
384 --help
  /external/webkit/WebKitTools/wx/build/
settings.py 191 opt.add_option('--wxpython', action='store_true', default=False, help='Create the wxPython bindings.')
193 help='Specify a different compiler prefix (do this if you used COMPILER_PREFIX when building wx itself)')
194 opt.add_option('--macosx-version', action='store', default='', help="Version of OS X to build for.")
  /external/openssl/apps/
CA.pl 66 if ( /^(-\?|-h|-help)$/ ) {
  /external/qemu/android/
help.c 1 #include "android/help.h"
15 /* XXX: TODO: put most of the help stuff in auto-generated files */
42 " Try 'android --help' for more commands.\n\n"
48 " For more information on this topic, see -help-sdk-images.\n\n"
53 " See -help-build-images for the details.\n"
79 " (see -help-virtual-device for details). Each AVD is created in reference\n"
87 " The image files are documented in -help-disk-images. By default, an AVD\n"
126 " For more details, see the corresponding -help-<option> section.\n\n"
140 " information above doesn't apply. See -help-sdk-images for more details.\n"
172 " corresponding platform/add-on directories. See -help-sdk-images\n
1485 char help[32]; local
    [all...]