Searched refs:help (Results 151 - 175 of 1271) sorted by relevance

1234567891011>>

/external/skia/gm/rebaseline_server/
H A Ddownload_actuals.py104 help=('Base URL from which to read files containing JSON '
114 help=('REQUIRED: Which builder to download results for. '
120 help=('REQUIRED: Directory where all images should be '
126 help=('JSON summary filename to read for each builder; '
129 help=('List all available builders.'))
/external/chromium_org/build/android/gyp/
H A Dlint.py157 parser.add_option('--lint-path', help='Path to lint executable.')
158 parser.add_option('--config-path', help='Path to lint suppressions file.')
160 help='Path to processed lint suppressions file.')
161 parser.add_option('--manifest-path', help='Path to AndroidManifest.xml')
162 parser.add_option('--result-path', help='Path to XML lint result file.')
163 parser.add_option('--product-dir', help='Path to product dir.')
164 parser.add_option('--src-dirs', help='Directories containing java files.')
165 parser.add_option('--java-files', help='Paths to java files.')
166 parser.add_option('--jar-path', help='Jar file containing class files.')
167 parser.add_option('--stamp', help
[all...]
H A Djavac.py150 help='Directories containing generated java files.')
155 help='List of srcjars to include in compilation.')
159 help='Classpath for javac. If this is specified multiple times, they '
163 help='A list of file patterns. If provided, only java files that match'
168 help='List of .class file patterns to exclude from the jar.')
173 help='Whether code being compiled should be built with stricter '
178 help='Directory for compiled .class files.')
179 parser.add_option('--jar-path', help='Jar output path.')
182 help='The class containing the main method.')
184 parser.add_option('--stamp', help
[all...]
H A Djar_toc.py99 parser.add_option('--jar-path', help='Input .jar path.')
100 parser.add_option('--toc-path', help='Output .jar.TOC path.')
101 parser.add_option('--stamp', help='Path to touch on success.')
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DCythonize.py140 help='set a compiler directive')
143 help='set a cythonize option')
145 help='use Python 3 syntax mode by default')
149 help='exclude certain file patterns from the compilation')
152 help='build extension modules using distutils')
154 help='build extension modules in place using distutils (implies -b)')
157 help=('run builds in N parallel jobs (default: %d)' %
160 help='force recompilation')
162 help='be less verbose during compilation')
165 help
[all...]
/external/chromium_org/tools/coverity/
H A Dcoverity.py20 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
[all...]
/external/chromium_org/chrome/tools/build/win/
H A Dsyzygy_instrument.py6 """A utility script to help building Syzygy-instrumented Chrome binaries."""
113 help='The path to the input executable.')
115 help='The path to the input symbol file.')
117 help='Specifies which instrumentation mode is to be used.')
119 help='Instrumenter executable to use, defaults to "%default".')
121 help='Destination directory for instrumented files.')
123 help='An optional filter. This will be compiled and passed to the '
126 help='The path where the compiled filter will be written. This is '
/external/chromium_org/third_party/webrtc/tools/barcode_tools/
H A Dbarcode_decoder.py234 help=('The path to where the zxing executable is located. '
238 help=('The path to where the ffmpeg executable is located. '
242 help='Width of the YUV file\'s frames. Default: %default')
244 help='Height of the YUV file\'s frames. Default: %default')
246 help='The YUV file to be decoded. Default: %default')
248 help='The output stats file. Default: %default')
250 help=('The directory for temporary PNG images to be stored '
/external/chromium_org/tools/json_schema_compiler/
H A Dcompiler.py152 help='logical include root directory. Path to schema files from specified' variable
155 help='root directory to output generated files.') variable
157 help='C++ namespace for generated files. e.g extensions::api.') variable
160 help='The generator to use to build the output code. Supported values are' variable
163 help='Adds custom dart from files in the given directory (Dart only).') variable
165 help='The root path of all API implementations') variable
167 help='A list of paths to include when searching for referenced objects,' variable
/external/chromium_org/tools/
H A Dsafely-roll-deps.py67 help='Make destructive changes to the local checkout if '
70 help='(default) Put change in commit queue on upload.')
72 help='Don\'t put change in commit queue on upload.')
74 help='Add given users as either reviewers or TBR as'
77 help='(default "%default") Use given start point for change'
80 parser.add_option('--cc', help='CC email addresses for issue.')
81 parser.add_option('-m', '--message', help='Custom commit message.')
/external/clang/utils/
H A DFuzzTest4 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
[all...]
/external/chromium_org/tools/gyp/pylib/gyp/
H A D__init__.py286 help='configuration for build after project generation')
288 help='check format of gyp files')
291 help='The location for configuration files like '
294 action='append', default=[], help='turn on a debugging '
299 help='sets variable VAR to value VAL')
301 help='set DEPTH gyp variable to a relative path to PATH')
304 help='output formats to generate')
307 help='sets generator flag FLAG to VAL')
311 help='puts generated build files under DIR')
314 help
[all...]
/external/clang/utils/ABITest/
H A 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
[all...]
/external/chromium_org/tools/perf_expectations/
H A Dupdate_perf_expectations.py174 help='Starting revision of new range.',
177 help='Ending revision of new range.',
180 help='Regex to use for filtering tests to be updated. '
185 help='Optional path to file with reg-exes for tests to'
190 help='Set the config file to FILE.', metavar='FILE')
192 help='Enable verbose output.')
/external/libpng/
H A Dlibpng-config.in47 --help print this help and exit
70 --help)
/external/lldb/utils/test/
H A Ddisasm.py139 help='Command(s) gdb executes after starting up (can be empty)') variable
143 help="""The options passed to 'gdb' command if specified.""")
147 help="""The executable to do disassembly on.""")
151 help="""The function name (could be an address to gdb) for disassembly.""")
155 help="""The llvm-mc executable full path, if specified.
161 help="""The options passed to 'llvm-mc -disassemble' command if specified.""")
H A Dras.py70 help="""The LLDB test directory directly under the top dir.
78 help="""The environment setting as prefix to the test driver.
83 help="""The outgoing SMTP server.""")
86 help="""Print the composed message to FILE instead of
90 help='The value of the From: header (required)')
94 help='A To: header value (at least one required)')
/external/vixl/tools/
H A Dpresubmit.py94 help='Print all tests output at the end.')
96 help='Do not run tests. Run the linter only.')
98 help='Do not run the linter. Run the tests only.')
100 help='Do not clean before build.')
102 help='Allow N jobs at once.')
106 help='''Explicitly enable or disable the simulator. On
H A Dtest.py47 help='Run tests matching all of the (regexp) filters.')
49 help='The cctest executable to run.')
51 help='''Pass --coloured_trace to cctest. This will put
55 help='Run coverage tests.')
57 help='''Pass --debugger to cctest, so that the debugger is
61 help='Print verbose output.')
/external/chromium_org/build/mac/
H A Dfind_sdk.py31 help="return the sdk argument and warn if it doesn't exist")
34 help="user-specified SDK path; bypasses verification")
37 help="Additionaly print the path the SDK (appears first).")
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpreview.py8 # ./preview.py --help
69 help='port to run the server on')
71 help='statically render a page and print to stdout rather than starting '
76 help='Print the time taken rendering rather than the result.')
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dbuildbot_run.py106 help='Only build the SDK, don\'t build or run tests.')
108 help='JSON properties passed by buildbot. Currently ignored.')
110 help='JSON properties passed by buildbot. Currently ignored.')
/external/chromium_org/third_party/libxslt/linux/
H A Dxslt-config21 --help display this help and exit
72 --help)
/external/chromium_org/third_party/libxslt/
H A Dxslt-config.in21 --help display this help and exit
72 --help)
/external/chromium_org/tools/cr/cr/commands/
H A Dbuild.py18 self.help = 'Build a target'
44 self.help = 'Clean a target'
68 self.help = 'Rebuild a target'

Completed in 2576 milliseconds

1234567891011>>