Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 1081) sorted by relevance

12345678910>>...44

/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Drun_webkit_tests.py192 help="Ignored, for old-run-webkit-tests compat only.", **kwargs)
205 help="(DEPRECATED)"),
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"),
233 help="Enable additional stress test to JavaScript optimization"),
[all …]
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Doptions.py32 …n("--blocks", action="store", type="string", dest="blocks", default=None, help="Bug number which t…
33 …build = make_option("--build", action="store_true", dest="build", default=False, help="Build and r…
34 …option("--build-style", action="store", dest="build_style", default=None, help="Whether to build d…
35 …cc = make_option("--cc", action="store", type="string", dest="cc", help="Comma-separated list of e…
36 …ore-builders", action="store_false", dest="check_builders", default=True, help="Don't check to see…
37 …"--ignore-style", action="store_false", dest="check_style", default=True, help="Don't check to see…
38 …clean = make_option("--no-clean", action="store_false", dest="clean", default=True, help="Don't ch…
39 …ption("--no-close", action="store_false", dest="close_bug", default=True, help="Leave bug open aft…
40 …comment = make_option("--comment", action="store", type="string", dest="comment", help="Comment to…
41 …component = make_option("--component", action="store", type="string", dest="component", help="Comp…
[all …]
/external/webkit/Source/WebCore/inspector/front-end/
DhelpScreen.css1 .help-window-outer {
10 body.attached .help-window-outer {
17 .help-window-main {
30 body.attached .help-window-main {
36 .help-window-caption {
40 body.attached .help-window-caption {
44 .help-window-title {
50 .help-content {
57 .help-content::-webkit-scrollbar {
61 .help-content::-webkit-scrollbar-corner,
[all …]
/external/v8/tools/
Dtest-wrapper-gypbuild.py51 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/oprofile/libopt++/
Dpopt_options.cpp213 option::option(bool & value, char const * name, char short_name, char const * help) in option() argument
214 : the_option(new option_imp<void>(value, name, short_name, help)) in option()
222 char const * help, char const * arg_help) in option() argument
224 (value, name, short_name, help, arg_help)) in option()
232 char const * help, char const * arg_help) in option() argument
234 (value, name, short_name, help, arg_help)) in option()
242 char const * help, char const * arg_help) in option() argument
244 (value, name, short_name, help, arg_help)) in option()
250 char const * help, char const * arg_help, in option_base() argument
255 data, 0, help, arg_help }; in option_base()
[all …]
/external/webkit/Tools/Scripts/
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='output directory.')
[all …]
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')
/external/linux-tools-perf/util/
Dparse-options.h102 const char *help; member
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 …IT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b…
115 …OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h) }
116 …e = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }
117 …t_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .defval = (i…
118 …ype = OPTION_SET_PTR, .short_name = (s), .long_name = (l), .value = (v), .help = (h), .defval = (p…
119 … OPTION_INTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }
120 …NTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h) }
[all …]
/external/antlr/antlr-3.4/runtime/Perl5/tools/
Dport.pl22 'help' => \&help,
27 my $help = {};
85 $help->{help} = << 'EOH';
90 sub help { subroutine
94 print $help->{$cmd};
101 foreach my $cmd (keys %$help) {
108 $help->{add} = << 'EOH';
133 $help->{status} = << 'EOH';
/external/icu4c/samples/uresb/
Dsr.txt29 udata { "This is udata help topic" }
30 resourcebundles { "This is resource bundle help topic" }
31 collation { "This is collation help topic" }
32 breakit { "This is break iterator help topic" }
33 translit { "This is transliteration help topic" }
34 unicode { "This is unicode help topic" }
35 format { "This is format help topic" }
Droot.txt27 udata { "ROOT udata help topic" }
28 resourcebundles { "ROOT resource bundle help topic" }
29 collation { "ROOT collation help topic" }
30 breakit { "ROOT break iterator help topic" }
31 translit { "ROOT transliteration help topic" }
32 unicode { "ROOT unicode help topic" }
33 format { "ROOT format help topic" }
Den.txt28 udata { "This is udata help topic" }
29 resourcebundles { "This is resource bundle help topic" }
30 collation { "This is collation help topic" }
31 breakit { "This is break iterator help topic" }
32 translit { "This is transliteration help topic" }
33 unicode { "This is unicode help topic" }
34 format { "This is format help topic" }
/external/markdown/markdown/
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/clang/utils/
DFuzzTest203 parser.add_option("-v", "--verbose", help="Show more output",
205 parser.add_option("-s", "--succinct", help="Reduce amount of output",
209 group.add_option("", "--expected-exit-code", help="Set expected exit code",
213 help="Set additional expected exit code",
217 help="Capture test logs to an output directory",
221 help="Log all outputs (not just failures)",
227 help="Add an input file to fuzz",
230 help="Add a list of inputs files to fuzz (one per line)",
236 help="Characters to insert/replace",
239 action="append", help="Add a replacement string to use",
[all …]
/external/llvm/utils/Misc/
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="Kill processes with CPU usage >= PCT",
[all …]
/external/clang/utils/ABITest/
DABITestGen.py354 help="autogeneration mode (random or linear) [default %default]",
357 help="autogenerate COUNT functions according to MODE",
360 help="start autogeneration with the Nth function type [default %default]",
363 help="maximum index for random autogeneration [default %default]",
366 help="random number generator seed [default %default]",
369 help="use random value for initial random number generator seed",
372 help="add a test index to skip",
375 help="write output to FILE [default %default]",
378 help="write header file for output to FILE [default %default]",
381 help="write function tests to FILE [default %default]",
[all …]
/external/chromium-trace/
Dsystrace.py30 parser.add_option('-o', dest='output_file', help='write HTML to FILE',
33 help='trace for N seconds', metavar='N')
35 help='use a trace buffer size of N KB', metavar='N')
37 action='store_true', help='trace disk I/O (requires root)')
39 action='store_true', help='trace CPU frequency changes')
41 action='store_true', help='trace CPU idle events')
43 action='store_true', help='trace CPU load')
45 action='store_false', help='inhibit tracing CPU ' +
49 action='store_true', help='trace the kernel workqueues ' +
52 help='set the enabled trace tags and exit; set to a ' +
[all …]
/external/llvm/utils/
Dclang-parse-diagnostics-file13 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/webkit/Tools/Scripts/webkitpy/tool/
Dmain.py52 …make_option("-v", "--verbose", action="store_true", dest="verbose", default=False, help="enable al…
53 …d", "--directory", action="append", dest="patch_directories", default=[], help="Directory to look …
54 …make_option("--dry-run", action="store_true", dest="dry_run", default=False, help="do not touch re…
55 …make_option("--status-host", action="store", dest="status_host", type="string", help="Hostname (e.…
56 …make_option("--bot-id", action="store", dest="bot_id", type="string", help="Identifier for this bo…
57 …make_option("--irc-password", action="store", dest="irc_password", type="string", help="Password t…
58 …make_option("--port", action="store", dest="port", default=None, help="Specify a port (e.g., mac, …
/external/linux-tools-perf/Documentation/
Dperf-help.txt1 perf-help(1)
6 perf-help - display help information about perf
10 'perf help' [-a|--all] [COMMAND]
26 Note that `perf --help ...` is identical to `perf help ...` because the
/external/iproute2/examples/
Dgaiconf46 function help ()
67 help
80 help
87 help
127 help
/external/chromium/chrome/browser/chromeos/login/
Dmessage_bubble.cc27 const std::wstring& help, in MessageBubble() argument
49 if (!help.empty()) { in MessageBubble()
78 if (!help.empty()) { in MessageBubble()
80 help_link_ = new views::Link(help); in MessageBubble()
112 const std::wstring& help, in Show() argument
116 views::WidgetGtk::TYPE_WINDOW, parent, image, text, help, true, delegate); in Show()
129 const std::wstring& help, in ShowNoGrab() argument
133 views::WidgetGtk::TYPE_CHILD, parent, image, text, help, false, delegate); in ShowNoGrab()
/external/llvm/utils/lit/lit/
Dmain.py374 help="Number of testing threads",
377 metavar="NAME", help="Prefix for 'lit' config files",
381 help="Add 'NAME' = 'VAL' to the user defined parameters",
388 help="Suppress no error output",
391 help="Reduce amount of output",
394 help="Show all test output",
397 help="Do not use curses based progress bar",
403 help="Additional paths to add to testing environment",
406 help="Run tests under valgrind",
409 help="Check for memory leaks under valgrind",
[all …]
/external/oprofile/libpopt/
Dpopthelp.c226 const char * help = D_(translation_domain, opt->descrip); in singleOptionHelp() local
267 char * t = malloc((help ? strlen(help) : 0) + in singleOptionHelp()
272 if (help) { in singleOptionHelp()
273 strcpy(te, help); te += strlen(te); in singleOptionHelp()
358 if (help) in singleOptionHelp()
368 help = defs; in singleOptionHelp()
373 helpLength = strlen(help); in singleOptionHelp()
379 ch = help + lineLength - 1; in singleOptionHelp()
380 while (ch > help && !isspace(*ch)) ch--; in singleOptionHelp()
381 if (ch == help) break; /* give up */ in singleOptionHelp()
[all …]
/external/clang/tools/scan-view/
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.")
98help='Allow connections from any host (access restricted to "127.0.0.1" by default)')

12345678910>>...44