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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
options.py 32 build = make_option("--no-build", action="store_false", dest="build", default=True, help="Commit without building first, implies --no-test.")
33 build_style = make_option("--build-style", action="store", dest="build_style", default=None, help="Whether to build debug, release, or both.")
34 cc = make_option("--cc", action="store", type="string", dest="cc", help="Comma-separated list of email addresses to carbon-copy.")
35 check_builders = make_option("--ignore-builders", action="store_false", dest="check_builders", default=True, help="Don't check to see if the build.webkit.org builders are green before landing.")
36 check_style = make_option("--ignore-style", action="store_false", dest="check_style", default=True, help="Don't check to see if the patch has proper style before uploading.")
37 clean = make_option("--no-clean", action="store_false", dest="clean", default=True, help="Don't check if the working directory is clean before applying patches")
38 close_bug = make_option("--no-close", action="store_false", dest="close_bug", default=True, help="Leave bug open after landing.")
39 complete_rollout = make_option("--complete-rollout", action="store_true", dest="complete_rollout", help="Commit the revert and re-open the original bug.")
40 component = make_option("--component", action="store", type="string", dest="component", help="Component for the new bug.")
41 confirm = make_option("--no-confirm", action="store_false", dest="confirm", default=True, help="Skip confirmation steps."
    [all...]
  /external/iptables/extensions/
libipt_unclean.c 9 help(void) function
43 .help = &help,
libip6t_eui64.c 16 help(void) function
65 .help = &help,
libip6t_standard.c 12 help(void) function
55 .help = &help,
libipt_MIRROR.c 12 help(void) function
50 .help = &help,
libipt_NOTRACK.c 12 help(void) function
51 .help = &help,
libipt_standard.c 12 help(void) function
57 .help = &help,
libip6t_NFQUEUE.c 21 static void help(void) function
102 .help = &help,
libip6t_condition.c 13 help(void) function
93 .help = &help,
libipt_NFQUEUE.c 21 static void help(void) function
102 .help = &help,
libipt_condition.c 13 help(void) function
93 .help = &help,
libipt_helper.c 13 help(void) function
90 .help = &help,
libipt_quota.c 22 help(void) function
95 .help = &help,
libipt_pkttype.c 27 const char *help; member in struct:pkttypes
52 printf("\t%-14s\t\t%s\n", supported_types[i].name, supported_types[i].help);
58 static void help(void) function
156 .help = &help,
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
driver_test.py 66 help='Platform to test (e.g., "mac", "chromium-mac", etc.') variable
68 help='build type ("Debug" or "Release")') variable
70 help='test timeout in milliseconds (2000 by default)') variable
74 help='disable pixel-to-pixel PNG comparisons') variable
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu_cmd.h 39 char *help; member in struct:cmd
  /development/testrunner/
runtest.py 29 Do runtest --help to see full list of options.
93 help="To view the list of tests")
95 action="store_true", help="Skip build - just launch")
98 help="Number of make jobs to use when building")
101 help="Do not execute, just preview commands")
104 help="Raw mode (for output to other tools)")
107 help="Suite assignment (for details & usage see "
111 help="Increase verbosity of %s" % sys.argv[0])
114 help="Wait for debugger before launching tests")
116 help="Restrict test to a specific class"
    [all...]
  /external/webkit/WebKitTools/Scripts/
build-jsc 44 --help Show this help message
50 'help' => \$showHelp
webkit-build-directory 45 -h|--help Show this help message
53 'help|h' => \$showHelp,
  /external/webkit/WebKitTools/pywebsocket/example/
echo_client.py 167 default='localhost', help='server host')
169 default=_UNDEFINED_PORT, help='server port')
171 default='http://localhost/', help='origin')
173 default='/echo', help='resource path')
175 help=('comma-separated messages to send excluding "%s" '
179 default=True, help='suppress messages')
181 default=False, help='use TLS (wss://)')
184 help='Timeout(sec) for sockets')
  /external/yaffs2/yaffs2/
Kconfig 11 help
27 help
36 help
46 help
57 help
66 help
77 help
97 help
112 help
130 help
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gcc-plugin.h 75 /* Additional information about the plugin. Used by --help and --version. */
80 const char *help; member in struct:plugin_info
105 const char *help; /* Help string provided by plugin. */ member in struct:plugin_name_args
  /external/libpng/scripts/
libpng-config.in 47 --help print this help and exit
70 --help)
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
standalone.py 326 help='port to listen to')
329 help='Web Socket handlers root directory.')
333 help=('Web Socket handlers map file. '
338 help=('Web Socket handlers scan directory. '
342 help='Document root directory.')
345 help=('CGI paths relative to document_root.'
350 default=False, help='use TLS (wss://)')
352 default='', help='TLS private key file.')
354 default='', help='TLS certificate file.')
356 default='', help='Log file.'
    [all...]
  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 114 help="set the timeout for each test") variable
117 help="include debug-level logging") variable
120 help="pass options to adb, such as -d -e, etc"); variable
123 help="directory which results are stored.") variable
127 help="log draw time for each page rendered.") variable
131 help="stores rendered page to a location on device.") variable

Completed in 2180 milliseconds

1 2 3 4 5 6 7 8 91011>>