Searched refs:help (Results 1 - 25 of 474) sorted by relevance

1234567891011>>

/external/clang/test/Index/
H A Drecover-bad-code-rdar_7487294.c9 help
12 // CHECK: 9:3: error: use of undeclared identifier 'help'
13 // CHECK: help
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Doptions.py32 blocks = make_option("--blocks", action="store", type="string", dest="blocks", default=None, help="Bug number which the created bug blocks.")
33 build = make_option("--build", action="store_true", dest="build", default=False, help="Build and run run-webkit-tests before committing.")
34 build_style = make_option("--build-style", action="store", dest="build_style", default=None, help="Whether to build debug, release, or both.")
35 cc = make_option("--cc", action="store", type="string", dest="cc", help="Comma-separated list of email addresses to carbon-copy.")
36 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.")
37 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.")
38 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")
39 close_bug = make_option("--no-close", action="store_false", dest="close_bug", default=True, help="Leave bug open after landing.")
40 comment = make_option("--comment", action="store", type="string", dest="comment", help="Comment to post to bug.")
41 component = make_option("--component", action="store", type="string", dest="component", help
[all...]
/external/valgrind/main/none/tests/
H A Dcmdline3.stderr.exp2 valgrind: Use --help for more information.
H A Dcmdline4.stderr.exp2 valgrind: Use --help for more information or consult the user manual.
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Drun_webkit_tests.py192 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
[all...]
/external/markdown/markdown/
H A Dcommandline.py47 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")
/external/webkit/Tools/Scripts/
H A Dnew-run-webkit-httpd79 help='Server action (start|stop)')
81 help='Port to listen on (overrides layout test ports)')
83 help='Absolute path to DocumentRoot (overrides layout test roots)')
85 dest="register_cygwin", help='Register Cygwin paths (on Win try bots)')
88 help='Run on background (for running as UI test)')
91 help='Absolute path to LayoutTests root')
H A Dnew-run-webkit-websocketserver45 help='Server action (start|stop).')
47 default=None, help='Port to listen on.')
49 help='Absolute path to DocumentRoot '
53 default=False, help='use TLS (wss://).')
55 default='', help='TLS private key file.')
57 default='', help='TLS certificate file.')
61 help='Use the Chromium port.')
64 help='Register Cygwin paths (on Win try bots).')
65 option_parser.add_option('--pidfile', help='path to pid file.')
67 default=None, help
[all...]
H A Dbuild-api-tests40 --help Show this help message
45 'help' => \$showHelp,
H A Dbuild-jsc44 --help Show this help message
50 'help' => \$showHelp
H A Dbuild-webkittestrunner40 --help Show this help message
45 'help' => \$showHelp,
H A Ddeduplicate-tests51 help="Verbose output."),
54 help="Specify the glob to filter the files, defaults to *-expected*."),
/external/libvpx/examples/includes/geshi/geshi/
H A Dgnuplot.php50 // copy output of help command, indent properly and use this replace regexp:
53 // commands as found in `help commands`
56 'exit', 'fit', 'help', 'history',
65 // set commands as returned by `help set`
138 // predefined functions `help functions`
163 // `help set key`
169 // help set terminal postscript
176 // help set terminal png
181 // `help plot`
189 // `help plottin
[all...]
/external/oprofile/libopt++/
H A Dpopt_options.cpp213 option::option(bool & value, char const * name, char short_name, char const * help) argument
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_hel
221 option(int & value, char const * name, char short_name, char const * help, char const * arg_help) argument
231 option(string & value, char const * name, char short_name, char const * help, char const * arg_help) argument
241 option(vector<string> & value, char const * name, char short_name, char const * help, char const * arg_help) argument
249 option_base(char const * name, char short_name, char const * help, char const * arg_help, void * data, int popt_flags) argument
263 option_imp(bool & val, char const * name, char short_name, char const * help) argument
282 option_imp(int & value, char const * name, char short_name, char const * help, char const * arg_help) argument
289 option_imp(string & val, char const * name, char short_name, char const * help, char const * arg_help) argument
307 option_imp(vector<string> & val, char const * name, char short_name, char const * help, char const * arg_help, char sepchar) argument
[all...]
/external/iptables/extensions/
H A Dlibxt_standard.c18 .help = standard_help,
/external/markdown/bin/
H A Dmarkdown12 Run "markdown --help" to see more options.
/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dmain.py52 make_option("-v", "--verbose", action="store_true", dest="verbose", default=False, help="enable all logging"),
53 make_option("-d", "--directory", action="append", dest="patch_directories", default=[], help="Directory to look at for changed files"),
54 make_option("--dry-run", action="store_true", dest="dry_run", default=False, help="do not touch remote servers"),
55 make_option("--status-host", action="store", dest="status_host", type="string", help="Hostname (e.g. localhost or commit.webkit.org) where status updates should be posted."),
56 make_option("--bot-id", action="store", dest="bot_id", type="string", help="Identifier for this bot (if multiple bots are running for a queue)"),
57 make_option("--irc-password", action="store", dest="irc_password", type="string", help="Password to use when communicating via IRC."),
58 make_option("--port", action="store", dest="port", default=None, help="Specify a port (e.g., mac, qt, gtk, ...)."),
/external/iproute2/examples/
H A Dgaiconf46 function help ()
67 help
80 help
87 help
127 help
/external/clang/tools/scan-view/
H A Dscan-view83 help="Host interface to listen on. (default=%s)" % kDefaultHost)
86 help="Port to listen on. (default=%s)" % kDefaultPort)
89 help="Print additional debugging information.")
92 help="Automatically update module for each request.")
95 help="Don't open a webbrowser on startup.")
98 help='Allow connections from any host (access restricted to "127.0.0.1" by default)')
/external/llvm/utils/Misc/
H A Dzkill145 help="Name of the signal to use (default=%default)",
149 help="List known signal names",
153 help="Only print the actions that would be taken",
156 help="Print more verbose output",
159 help="Enable debugging output",
162 help="Perform the specified commands, even if it seems like a bad idea",
168 help="Kill processes whose name matches the given regexp",
171 help="Kill processes whose executable matches the given regexp",
174 help="Kill processes whose user matches the given regexp",
177 help
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dmessage_bubble.cc27 const std::wstring& help,
49 if (!help.empty()) {
78 if (!help.empty()) {
80 help_link_ = new views::Link(help);
112 const std::wstring& help,
116 views::WidgetGtk::TYPE_WINDOW, parent, image, text, help, true, delegate);
129 const std::wstring& help,
133 views::WidgetGtk::TYPE_CHILD, parent, image, text, help, false, delegate);
23 MessageBubble(views::WidgetGtk::Type type, views::Widget* parent, SkBitmap* image, const std::wstring& text, const std::wstring& help, bool grab_enabled, MessageBubbleDelegate* delegate) argument
107 Show(views::Widget* parent, const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, SkBitmap* image, const std::wstring& text, const std::wstring& help, MessageBubbleDelegate* delegate) argument
123 ShowNoGrab( views::Widget* parent, const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, SkBitmap* image, const std::wstring& text, const std::wstring& help, MessageBubbleDelegate* delegate) argument
/external/clang/
H A Dgen_diff.sh15 ARGS=`getopt -o h --long help -- "$@"`
20 -h|--help)
/external/clang/test/Analysis/
H A Dunreachable-code-path.c19 help:
25 goto help;
/external/llvm/utils/
H A Dprofile.pl42 if (/^-?-help$/) {
50 print " -help - Print this usage information\n";
/external/qemu/distrib/
H A Dbuild-emulator.sh14 --help|-h|-\?) show_help=yes

Completed in 2305 milliseconds

1234567891011>>