HomeSort by relevance Sort by last modified time
    Searched full:help (Results 226 - 250 of 6492) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/protoc_wrapper/
protoc_wrapper.py 72 help='The extra header to include. This must be specified '
75 help='The c++ protobuf header to add the extra header to. '
78 help='The directory containing .proto files.')
79 parser.add_option('--proto-in-file', help='Input file to compile.')
81 help='Option to use system-installed protobuf '
  /external/clang/utils/
FuzzTest 4 This is a generic fuzz testing tool, see --help for more information.
203 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"
    [all...]
  /external/mesa3d/src/gallium/docs/
Makefile 15 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
17 help:
23 @echo " htmlhelp to make HTML files and a HTML help project"
56 @echo "Build finished; now you can run HTML Help Workshop with the" \
65 @echo "To view the help file:"
  /external/skia/tools/
test_pictures.py 4 Launch with --help to see more information.
63 help = ("specify the location to output the rendered files."
66 help = ("specify the location to output the diff files."
70 help = ("specify how rendering is to be done."))
72 help = ("specify the device to render to."))
  /hardware/libhardware/tests/camera2/
TestSettings.cpp 76 {"help", no_argument, 0, 'h' },
113 case 'h': // help
139 // print usage/help list of commands (non-gtest)
157 std::cerr << " -h, --help print this help listing"
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.h 40 const char *help; member in struct:cmd
70 .help = (_help), \
73 #define COMMAND(section, name, args, cmd, flags, idby, handler, help) \
74 __COMMAND(&(__section ## _ ## section), name, #name, args, cmd, flags, 0, idby, handler, help)
88 .help = (_help), \
  /external/chromium_org/ppapi/native_client/tools/browser_tester/
browser_tester.py 35 default='0', help='The TCP port the server will bind to. '
39 help='Use the browser located here.')
43 help='Add file SRC to be served from the HTTP server, '
48 help='Add directory DIRNAME to be served from the HTTP '
53 help='Set directory DIRNAME to be the output directory '
59 help='Parameterize the test with a key/value pair.')
63 help='Add a redirect to the HTTP server, '
68 help='Add a file to serve from the HTTP server, to be '
74 help='Map file extension SRC to MIME type DEST when '
78 help='The webpage to load.'
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 6 # type perl symshift.pl -help to get help
68 "help" => \$HELP
72 ## Help
75 $help = <<EOHELP
79 $0 -help
81 print this help
108 die $help if $HELP;
    [all...]
  /external/chromium_org/tools/coverity/
coverity.py 20 For a full list of options, pass the '--help' switch.
36 # flags. See the --help for more info. Note that for historical reasons
240 help='print but don\'t run the commands')
243 help='build target (Debug or Release)')
246 help='full path to directory ABOVE "src"',
264 help=('all cov-analyze options, e.g. "%s"'
270 help=('coverity defect db server hostname, e.g. %s'
275 help=('port # of coverity web/db server, e.g. %s'
280 help=('Product name reported to coverity, e.g. %s'
285 help='Platform Target reported to coverity'
    [all...]
  /external/clang/utils/ABITest/
ABITestGen.py 354 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...]
  /frameworks/base/docs/html/tools/testing/
testing_ui.jd 35 <li><a href="{@docRoot}tools/help/uiautomator/IAutomationSupport.html">IAutomationSupport</a></li>
36 <li><a href="{@docRoot}tools/help/uiautomator/UiAutomatorTestCase.html">UiAutomatorTestCase</a></li>
37 <li><a href="{@docRoot}tools/help/uiautomator/UiCollection.html">UiCollection</a></li>
38 <li><a href="{@docRoot}tools/help/uiautomator/UiDevice.html">UiDevice</a></li>
39 <li><a href="{@docRoot}tools/help/uiautomator/UiObject.html">UiObject</a></li>
40 <li><a href="{@docRoot}tools/help/uiautomator/UiScrollable.html">UiScrollable</a></li>
41 <li><a href="{@docRoot}tools/help/uiautomator/UiSelector.html">UiSelector</a></li>
46 <a href="{@docRoot}tools/help/uiautomator/index.html">uiautomator (reference)</a>
126 <p>If you are reading this document, chances are that the Android application that you want to test has not been published yet. If you have a copy of the APK file, you can install the APK onto a test device by using the {@code adb} tool. To learn how to install an APK file using the {@code adb} tool, see the <a href="{@docRoot}tools/help/adb.html#move">{@code adb}</a> documentation. </p>
151 <p>If you're developing in Eclipse, the Android SDK provides additional tools that help you write test cases using {@code uiautomator} and buiild your JAR file. In order to set up Eclips (…)
    [all...]
  /external/chromium_org/tools/gn/
parse_tree.cc 99 const std::string& help) const {
100 return Err(GetRange(), msg, help);
130 const std::string& help) const {
131 return Err(op_, msg, help);
179 const std::string& help) const {
180 return Err(GetRange(), msg, help);
255 const std::string& help) const {
256 return Err(if_token_, msg, help);
290 const std::string& help) const {
291 return Err(function_, msg, help);
    [all...]
err.cc 91 const std::string& help)
95 help_text_(help) {
100 const std::string& help)
104 help_text_(help) {
110 const std::string& help)
114 help_text_(help) {
184 // Optional help text.
  /external/chromium_org/media/tools/constrained_network_server/
cn.py 65 help='The port to apply traffic control constraints to.')
67 help='Port to forward traffic on --port to.')
69 help='Bandwidth of the network in kbit/s.')
71 help=('Latency (delay) added to each outgoing packet in '
74 help='Packet-loss percentage on outgoing packets. ')
76 help=('Interface to setup constraints on. Use "lo" for a '
79 default=False, help='Turn on verbose output.')
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HelpScreen.js 42 this.element.className = "help-window-outer";
47 var mainWindow = this.element.createChild("div", "help-window-main");
48 var captionWindow = mainWindow.createChild("div", "help-window-caption");
50 this.contentElement = mainWindow.createChild("div", "help-content");
51 captionWindow.createChild("h1", "help-window-title").textContent = title;
77 closeButton.className = "help-close-button close-button-gray";
140 p.classList.add("help-section");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkit-tools-completion.sh 59 -h|--help)
60 command="help";
68 __webkit-patch_generate_reply "--help"
74 complete -o default -W "--continue --fix-merged --help --no-continue --no-warnings --warnings -c -f -h -w" resolve-ChangeLogs
75 complete -o default -W "--bug --diff --git-commit --git-index --git-reviewer --help --no-update --no-write --open --update --write -d -h -o" prepare-ChangeLog
76 complete -W "--clean --debug --help -h" build-webkit
77 complete -o default -W "--add-platform-exceptions --complex-text --configuration --guard-malloc --help --http --ignore-tests --launch-safari --leaks --merge-leak-depth --new-test-results --no-http --no-show-results --no-new-test-results --no-sample-on-timeout --no-strip-editing-callbacks --pixel-tests --platform --port --quiet --random --reset-results --results-directory --reverse --root --sample-on-timeout --singly --skipped --slowest --strict --strip-editing-callbacks --threaded --timeout --tolerance --use-remote-links-to-tests --valgrind --verbose -1 -c -g -h -i -l -m -o -p -q -t -v" run-webkit-tests
  /external/chromium_org/tools/cr/cr/
context.py 53 """An argparse action to print the help text.
55 This is like the built in help text printing action, except it knows to do
135 '-h', '--help',
137 help='show the help message and exit.'
142 help="""
150 help="""
  /external/oprofile/libpopt/
popthelp.c 58 * Auto help table options.
64 { "help", '?', 0, NULL, '?', N_("Show this help message"), NULL },
75 { "help", '?', 0, NULL, '?', N_("Show this help message"), NULL },
212 * Display help text for an option.
226 const char * help = D_(translation_domain, opt->descrip); local
267 char * t = malloc((help ? strlen(help) : 0) +
272 if (help) {
    [all...]
  /external/chromium_org/build/android/gyp/
emma_instr.py 38 help=('Path to input file(s). Either the classes '
41 help=('Path to output final file(s) to. Either the '
44 option_parser.add_option('--stamp', help='Path to touch when done.')
46 help='File to create with coverage metadata.')
48 help='File to create with the list of sources.')
55 help='Space separated list of sources.')
57 help='Root of the src repository.')
59 help='Path to emma.jar.')
62 help=('Filter string consisting of a list of inclusion/exclusion '
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
queries.py 69 help='display the expectations for *all* tests'),
71 help='limit to tests not matching the given keyword (for example, "skip", "slow", or "crash". May specify multiple times'),
73 help='limit to tests with the given keyword (for example, "skip", "slow", or "crash". May specify multiple times'),
75 help='Print a CSV-style report that includes the port name, bugs, specifiers, tests, and expectations'),
77 help='Print a full TestExpectations-style line for every match'),
79 help='display the paths for all applicable expectation files'),
161 help='display the baselines for *all* tests'),
163 help='Print a CSV-style report that includes the port name, test_name, test platform, baseline type, baseline location, and baseline platform'),
165 help='Include virtual tests'),
  /external/chromium_org/build/android/
adb_install_apk.py 24 help=('The name of the apk containing the '
27 help=('The package name used by the apk containing '
32 help=('Keep the package data when installing '
avd.py 31 help='Number of emulators to launch (default is 1).',
34 help='Platform of emulators to launch (x86 default).')
36 help='API level for the image, e.g. 19 for Android 4.4',
  /external/chromium_org/build/android/pylib/utils/
command_option_parser.py 16 """Wrapper class for OptionParser to help with listing commands."""
68 # Parse args first, if this is '--help', optparse will print help and exit
  /external/chromium_org/chrome/browser/ui/webui/help/
help_handler.h 12 #include "chrome/browser/ui/webui/help/version_updater.h"
26 // WebUI message handler for the help page.
58 // Opens the help page. |args| must be empty.
  /external/chromium_org/net/tools/quic/
quic_client_bin.cc 29 if (line->HasSwitch("h") || line->HasSwitch("help")) {
34 "-h, --help show this help message and exit\n"

Completed in 364 milliseconds

1 2 3 4 5 6 7 8 91011>>