Home
last modified time | relevance | path

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

12345678910>>...147

/external/u-boot/tools/buildman/
Dcmdline.py17 help='Branch name to build, or range of commits to build')
20 help='Show changes in function code size for each board')
22 default=-1, help='Run build on the top n commits')
25 help='Reconfigure for every commit (disable incremental build)')
28 help='Show detailed information for each board in summary')
30 help="Don't build, just configure each commit")
32 default=False, help='Show errors and warnings')
34 default=False, help='Treat all compiler warnings as errors')
37 help='Force build of boards even if already built')
40 help='Force build of previously-failed build')
[all …]
/external/autotest/server/
Dautoserv_parser.py35 help='list of machines')
38 help='list of machines from file')
41 help='control file is client side')
44 help='control file is server side')
47 help='specify results directory')
50 help='label for the job')
53 help='The host_group_name to store in keyvals')
57 help='username for the job')
61 help=('DEPRECATED.'
66 help=('Accessible in control files as job.tag;'
[all …]
/external/autotest/venv/skylab_suite/
Dsuite_parser.py29 help=('The device model to run tests against. For non-unified '
36 help=('Specify the pool of DUTs to run this suite. Default: suites. '
41 help='Specify the suite to run.')
44 help='Specify the build to run the suite with.')
47 help='ChromeOS Android build to be installed on dut.')
50 help='Firmware build to be installed in dut RW firmware.')
53 help='Firmware build to be installed in dut RO firmware.')
56 help=('Build that contains the test code. It can be the value '
65 help=('The priority to run the suite. A high value means this suite '
73 help="A dict of args passed to the suite control file.")
[all …]
/external/python/cpython3/Lib/test/libregrtest/
Dcmdline.py165 help='show this help message and exit')
167 help='dump the traceback and exit if a test takes '
171 help='wait for user input, e.g., allow a debugger '
175 help='the name of the test at which to start.' +
180 help='run tests in verbose mode with output to stdout')
182 help='re-run failed tests in verbose mode')
184 help='display test output on failure')
186 help='no output unless one or more tests fail')
188 help='print the slowest 10 tests')
190 help='print header with interpreter info')
[all …]
/external/selinux/prebuilts/bin/
Dsesearch.py30 parser.add_argument("policy", help="Path to the SELinux policy to search.", nargs="?")
32 help="Print extra informational messages")
33 parser.add_argument("--debug", action="store_true", dest="debug", help="Enable debugging.")
36 rtypes.add_argument("-A", action="store_true", help="Search allow and allowxperm rules.")
39 help="Search allow rules.")
42 help="Search allowxperm rules.")
45 help="Search auditallow rules.")
48 help="Search auditallowxperm rules.")
51 help="Search dontaudit rules.")
54 help="Search dontauditxperm rules.")
[all …]
/external/libbrillo/brillo/
Dflag_helper.h73 const char* help,
95 const char* help,
111 const char* help,
126 const char* help,
141 const char* help,
156 const char* help,
171 const char* help,
187 #define DEFINE_type(type, classtype, name, value, help) \ argument
190 new brillo::classtype(#name, &FLAGS_##name, #value, help, true)));
192 #define DEFINE_int32(name, value, help) \ argument
[all …]
Dflag_helper.cc23 const char* help, in Flag() argument
27 help_(help), in Flag()
43 const char* help, in BoolFlag() argument
45 : Flag(name, default_value, help, visible), in BoolFlag()
74 const char* help, in Int32Flag() argument
76 : Flag(name, default_value, help, visible), value_(value) { in Int32Flag()
90 const char* help, in Int64Flag() argument
92 : Flag(name, default_value, help, visible), value_(value) { in Int64Flag()
106 const char* help, in UInt64Flag() argument
108 : Flag(name, default_value, help, visible), value_(value) { in UInt64Flag()
[all …]
/external/selinux/python/sepolicy/
Dsepolicy.py320 help=_('Graphical User Interface for SELinux Policy'))
323 help=_("Domain name(s) of man pages to be created"))
325 help=argparse.SUPPRESS)
353 help=_('Generate SELinux man pages'))
356 help=_("path in which the generated SELinux man pages will be stored"))
358 help=_("name of the OS for man pages"))
360 help=_("Generate HTML man pages structure for selected SELinux man page"))
362 help=_("Alternate root directory, defaults to /"))
364help=_("With this flag, alternative root path needs to include file context files and policy.xml f…
368 help=_("All domains"))
[all …]
/external/u-boot/tools/binman/
Dcmdline.py22 help='Board name to build')
24 help='Directory containing the build output')
26 help='Configuration file (.dtb) to use')
28 help='Enabling debugging (provides a full traceback on error)')
30 help='Add a path to a directory to use for input files')
32 default=False, help='Display the README file')
34 default=False, help='Output a map file for each image')
36 action='store', help='Path to directory to use for intermediate and '
39 help='Preserve temporary output directory even if option -O is not '
42 default=False, help='run tests')
[all …]
/external/python/apitools/apitools/gen/
Dgen_client.py216 help=('Filename for the discovery document. Mutually exclusive with '
221 help=('URL (or "name.version") of the discovery document to use. '
227 help='Base package path of apitools (defaults to apitools.base.py')
232 help=('Base package path of protorpc '
238 help='Directory name for output files. (Defaults to the API name.)')
243 help='Only overwrite the output directory if this flag is specified.')
248 help=('Python import path for where these modules '
254 help=('Prefix to strip from type names in the discovery document. '
259 help=('API key to use for API access.'))
263 help=('Use the given file downloaded from the dev. console for '
[all …]
/external/toybox/scripts/
Dconfig2help.c118 struct double_list *help; member
144 char *dlist_zap(struct double_list **help) in dlist_zap() argument
146 struct double_list *dd = dlist_pop(help); in dlist_zap()
154 int zap_blank_lines(struct double_list **help) in zap_blank_lines() argument
158 while (*help) { in zap_blank_lines()
161 s = skip_spaces((*help)->data); in zap_blank_lines()
165 free(dlist_zap(help)); in zap_blank_lines()
181 char **grab_dashlines(struct double_list **help, struct double_list **from, in grab_dashlines() argument
189 zap_blank_lines(help); in grab_dashlines()
190 *from = *help; in grab_dashlines()
[all …]
/external/libyuv/files/tools_libyuv/valgrind/
Dlibyuv_tests.py78 help=('Location of the compiler output. Can only be used '
80 parser.add_option("--target", help="Debug or Release")
81 parser.add_option('-t', '--test', help='Test to run.')
83 help='Generate baseline data instead of validating')
85 help='Additional arguments to --gtest_filter')
87 help='Argument for --gtest_repeat')
89 help="Randomize tests' orders on every iteration.")
92 help="Drop in to debugger on assertion failure. Also "
97 help='Verbose output - enable debug log messages')
99 help='Specify a valgrind tool to run the tests under')
[all …]
/external/clang/tools/scan-build-py/libscanbuild/
Danalyze.py293 help="""Enable verbose output from '%(prog)s'. A second and third
298 help="""Always resort to the compiler wrapper even when better
303 help="""Run the build commands only, build a compilation database,
312 help="""The JSON compilation database.""")
318 help="""Specifies the output directory for analyzer reports.
324 help="""By default, the exit status of '%(prog)s' is the same as the
331 help="""Specify the title used on generated HTML pages.
336 help="""Also analyze functions in #included files. By default, such
346 help="""This option outputs the results as a set of .plist files.""")
353 help="""This option outputs the results as a set of .html and .plist
[all …]
/external/tensorflow/tensorflow/lite/python/
Dtflite_convert.py275 help="Full filepath of the output file.",
283 help="Full filepath of file containing frozen TensorFlow GraphDef.")
287 help="Full filepath of directory containing the SavedModel.")
291 help="Full filepath of HDF5 file containing tf.Keras model.")
298 help="Output file format.")
303 help="Target data type of real-number arrays in the output file.")
308 help=("Target data type of real-number input arrays. Allows for a "
315 help="Names of the input arrays, comma-separated.")
319 help="Shapes corresponding to --input_arrays, colon-separated.")
323 help="Names of the output arrays, comma-separated.")
[all …]
/external/swiftshader/third_party/subzero/pydir/
Drun-pnacl-sz.py46 help='LLVM source file to compile')
48 help='Output file to write')
51 help='Stop after translating to ' +
55 help="Don't keep local symbols in the pexe file")
58 help='Parse pexe into llvm IR first, then ' +
62 help='Parse source directly into llvm IR ' +
67 help="Subzero translator 'pnacl-sz'")
73 help='Path to LLVM & Binutils executables ' +
77 help='Assemble the output')
80 help='Disassemble the assembled output')
[all …]
/external/webrtc/tools/valgrind-webrtc/
Dwebrtc_tests.py91 help=('Location of the compiler output. Can only be used '
93 parser.add_option("--target", help="Debug or Release")
94 parser.add_option('-t', '--test', help='Test to run.')
96 help='Generate baseline data instead of validating')
98 help='Additional arguments to --gtest_filter')
100 help='Argument for --gtest_repeat')
102 help="Randomize tests' orders on every iteration.")
105 help="Drop in to debugger on assertion failure. Also "
110 help='Verbose output - enable debug log messages')
112 help='Specify a valgrind tool to run the tests under')
[all …]
/external/autotest/client/bin/
Dautotest27 help="additional args to pass to control file")
30 default=False, help="continue previously started job")
33 help="set the job tag")
36 help="set the harness type")
39 help="arguments delivered to harness")
42 default='', help="set the job username")
45 default=False, help="enable external logging")
48 help='Include DEBUG messages in console output')
51 help='Not include DEBUG messages in console output')
55 help='Take this as the hostname of this machine '
[all …]
/external/u-boot/drivers/i2c/
DKconfig10 help
22 help
31 help
41 ---help---
55 help
63 help
69 help
78 help
88 help
95 help
[all …]
/external/toolchain-utils/binary_search_tool/
Dcommon.py143 help='Number of iterations to try in the search.',
149 help='Script to run to get the initial objects. '
156 help='Script to run to switch to good. '
163 help='Script to run to switch to bad. '
170 help='Optional script to perform building, flashing, '
176 help='Script to run to test the '
191 help='If True, continue until all bad items are found. '
198 help='Script to generate another script for pass level bisect, '
218 help='If True, don\'t propagate good/bad changes '
233 help='Whether to use a file to pass arguments to scripts. '
[all …]
/external/u-boot/cmd/
DKconfig6 help
17 help
30 help
38 help
42 bool "Enable long help messages"
45 help
46 Defined when you want long help messages included
52 help
61 help
67 help
[all …]
/external/tensorflow/tensorflow/examples/speech_commands/
Dtrain.py306 help='Location of speech training data archive on the web.')
311 help="""\
318 help="""\
325 help="""\
332 help="""\
339 help="""\
346 help="""\
353 help='What percentage of wavs to use as a test set.')
358 help='What percentage of wavs to use as a validation set.')
363 help='Expected sample rate of the wavs',)
[all …]
/external/u-boot/tools/patman/
Dpatman.py32 default=False, help='Display the README file')
34 default=-1, help='Automatically create patches from top n commits')
37 help='Send patches email even if patch errors are found')
40 help="Don't cc the file maintainers automatically")
42 default=None, help='Limit the cc list to LIMIT entries [default: %default]')
44 default=False, help="Do a dry run (create but don't email patches)")
46 help="Project name; affects default option values and "
49 help="Message ID that this series is in reply to")
51 default=0, help='Commit to start creating patches from (0 = HEAD)')
53 default=False, help='Ignore bad tags / aliases')
[all …]
Dpatman32 default=False, help='Display the README file')
34 default=-1, help='Automatically create patches from top n commits')
37 help='Send patches email even if patch errors are found')
40 help="Don't cc the file maintainers automatically")
42 default=None, help='Limit the cc list to LIMIT entries [default: %default]')
44 default=False, help="Do a dry run (create but don't email patches)")
46 help="Project name; affects default option values and "
49 help="Message ID that this series is in reply to")
51 default=0, help='Commit to start creating patches from (0 = HEAD)')
53 default=False, help='Ignore bad tags / aliases')
[all …]
/external/v8/tools/testrunner/
Dstandard_runner.py74 help="Indicates that V8 was compiled without VFP3"
80 help="Deprecated. "
84 help="Comma-separated list of testing variants;"
88 help="Deprecated. "
93 help="Regard slow tests (run|skip|dontcare)")
95 help="Regard pass|fail tests (run|skip|dontcare)")
97 help=("Quick check mode (skip slow tests)"))
99 help="Don't skip more slow tests when using a"
106 help="Switch on GC stress mode",
109 help="Switch on random GC stress mode",
[all …]
/external/libchrome/mojo/public/tools/bindings/
Dmojom_bindings_generator.py374 help="use Python modules bundled in the SDK")
381 parse_parser.add_argument("filename", nargs="*", help="mojom input file")
382 parse_parser.add_argument("--filelist", help="mojom input file list")
388 help="output directory for generated files")
390 "-d", "--depth", dest="depth", default=".", help="depth from source root")
396 help="Controls which definitions guarded by an EnabledIf attribute "
404 help="mojom input file")
405 generate_parser.add_argument("--filelist", help="mojom input file list")
407 help="depth from source root")
410 help="output directory for generated files")
[all …]

12345678910>>...147