Home
last modified time | relevance | path

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

12345678910>>...157

/external/libcups/doc/
DMakefile43 help/accounting.html \
44 help/admin.html \
45 help/api-admin.html \
46 help/api-filter.html \
47 help/api-ppd.html \
48 help/api-raster.html \
49 help/cgi.html \
50 help/cupspm.html \
51 help/encryption.html \
52 help/firewalls.html \
[all …]
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddotest_args.py23 optstr, help=helpstr, action='store_true', **kwargs)
31 help="Print this help message and exit. Add '-v' for more detailed help.")
40help=textwrap.dedent('''Specify the architecture(s) to test. This option can be specified more tha…
41 … group.add_argument('-C', '--compiler', metavar='compiler', dest='compiler', help=textwrap.dedent(
44 …group.add_argument('--apple-sdk', metavar='apple_sdk', dest='apple_sdk', default="", help=textwrap…
50help=textwrap.dedent('''Specify the extra flags to be passed to the toolchain when building the in…
53 …group.add_argument('--dsymutil', metavar='dsymutil', dest='dsymutil', help=textwrap.dedent('Specif…
54 …group.add_argument('--yaml2obj', metavar='yaml2obj', dest='yaml2obj', help=textwrap.dedent('Specif…
55 …group.add_argument('--filecheck', metavar='filecheck', dest='filecheck', help=textwrap.dedent('Spe…
63 help=('Specify a filter, which looks like "TestModule.TestClass.test_name". '+
[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/rust/crates/bindgen/src/
Doptions.rs31 .help("C or C++ header file") in builder_from_flags()
35 .help("The default style of code used to generate enums.") in builder_from_flags()
49 .help( in builder_from_flags()
59 .help("Mark any enum whose name matches <regex> as a newtype.") in builder_from_flags()
66 .help("Mark any enum whose name matches <regex> as a Rust enum.") in builder_from_flags()
73 .help( in builder_from_flags()
83 .help( in builder_from_flags()
93 .help("The default signed/unsigned type for C macro constants.") in builder_from_flags()
100 .help("The default style of code used to generate typedefs.") in builder_from_flags()
111 .help( in builder_from_flags()
[all …]
/external/llvm-project/llvm/utils/lit/lit/
Dcl_arguments.py15 help='File or path to include in the test suite')
24 help="Number of workers used for testing",
30 help="Prefix for 'lit' config files")
34 help="Add 'NAME' = 'VAL' to the user defined parameters",
42 help="Suppress no error output",
45 help="Reduce amount of output."
51 help="Show test output for failures",
56 help="Echo all commands as they are executed to stdout. In case of "
60 help="Display all commandlines and output",
64 help="Write test results to the provided path",
[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/rust/crates/proc-macro-error/src/
Dmacros.rs200 ($var:ident $help:ident =? $msg:expr) => {
202 $var.suggestion(stringify!($help), msg.to_string())
207 ($var:ident $help:ident =? $span:expr => $msg:expr) => {
209 $var.span_suggestion($span.into(), stringify!($help), msg.to_string())
215 ($var:ident $help:ident =? $msg:expr ; $($rest:tt)*) => {
216 $crate::__pme__suggestions!($var $help =? $msg);
219 ($var:ident $help:ident =? $span:expr => $msg:expr ; $($rest:tt)*) => {
220 $crate::__pme__suggestions!($var $help =? $span => $msg);
225 ($var:ident $help:ident = $msg:expr) => {
226 let $var = $var.suggestion(stringify!($help), $msg.to_string());
[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/llvm-project/clang/utils/analyzer/
DSATest.py206 help="Add a new project for the analyzer testing.")
209 add_parser.add_argument("name", nargs=1, help="Name of the new project")
212 help="Build mode: 0 for single file project, "
217 help="Source type of the new project: "
224 help="Origin link for a git repository")
226 help="Git hash for a commit to checkout")
232 help="Build projects from the project map and compare results with "
236 help="0 to fail on runtime errors, 1 to fail "
242 help="Regenerate reference output.")
244 default=False, help="Call scan-build with "
[all …]
/external/llvm-project/clang/tools/scan-build-py/libscanbuild/
Darguments.py157 help="""Extend existing compilation database with new entries.
163 dest='build', nargs=argparse.REMAINDER, help="""Command to run.""")
179 help="""Run the build commands first, intercept compiler
190 help="""The exit status of '%(prog)s' is the same as the executed
199 help="""Do not run static analyzer against files found in this
209 help="""Specifies the output directory for analyzer reports.
214 help="""Don't remove the build results directory even if no issues
219 help="""Specify the title used on generated HTML pages.
229 help="""Cause the results as a set of .plist files.""")
237 help="""Cause the results as a set of .html and .plist files.""")
[all …]
/external/expat/xmlwf/
Dxmlwf_helpgen.py51 input_related.add_argument('-s', action='store_true', help='print an error if the document is not […
52 input_related.add_argument('-n', action='store_true', help='enable [n]amespace processing')
53 input_related.add_argument('-p', action='store_true', help='enable processing external DTDs and [p]…
54 input_related.add_argument('-x', action='store_true', help='enable processing of e[x]ternal entitie…
55 input_related.add_argument('-e', action='store', metavar='ENCODING', help='override any in-document…
56 input_related.add_argument('-w', action='store_true', help='enable support for [W]indows code pages…
57 input_related.add_argument('-r', action='store_true', help='disable memory-mapping and use normal f…
58 input_related.add_argument('-k', action='store_true', help='when processing multiple files, [k]eep …
61 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination d…
63 output_mode.add_argument('-c', action='store_true', help='write a [c]opy of input XML, not canonica…
[all …]
/external/libbrillo/brillo/
Dflag_helper.h74 const char* help,
96 const char* help,
112 const char* help,
127 const char* help,
142 const char* help,
157 const char* help,
172 const char* help,
187 const char* help,
203 #define DEFINE_type(type, classtype, name, value, help) \ argument
206 new brillo::classtype(#name, &FLAGS_##name, #value, help, true)));
[all …]
Dflag_helper.cc25 const char* help, in Flag() argument
29 help_(help), in Flag()
45 const char* help, in BoolFlag() argument
47 : Flag(name, default_value, help, visible), in BoolFlag()
76 const char* help, in Int32Flag() argument
78 : Flag(name, default_value, help, visible), value_(value) { in Int32Flag()
92 const char* help, in UInt32Flag() argument
94 : Flag(name, default_value, help, visible), value_(value) { in UInt32Flag()
108 const char* help, in Int64Flag() argument
110 : Flag(name, default_value, help, visible), value_(value) { in Int64Flag()
[all …]
/external/perfetto/tools/
Drecord_android_trace68 help = 'Output file or directory (default: %s)' % default_out_dir_str
69 parser.add_argument('-o', '--out', default=default_out_dir, help=help)
71 help = 'Don\'t open in the browser'
72 parser.add_argument('-n', '--no-open', action='store_true', help=help)
77 help = 'Trace duration N[s,m,h] (default: trace until stopped)'
78 grp.add_argument('-t', '--time', default='0s', help=help)
80 help = 'Ring buffer size N[mb,gb] (default: 32mb)'
81 grp.add_argument('-b', '--buffer', default='32mb', help=help)
83 help = 'Android (atrace) app names (can be specified multiple times)'
90 help=help)
[all …]
/external/selinux/python/sepolicy/
Dsepolicy.py321 help=_('Graphical User Interface for SELinux Policy'))
324 help=_("Domain name(s) of man pages to be created"))
326 help=argparse.SUPPRESS)
361 help=_('Generate SELinux man pages'))
364 help=_("path in which the generated SELinux man pages will be stored"))
366 help=_("name of the OS for man pages"))
368 help=_("Generate HTML man pages structure for selected SELinux man page"))
370 help=_("Alternate root directory, defaults to /"))
372help=_("With this flag, alternative root path needs to include file context files and policy.xml f…
376 help=_("All domains"))
[all …]
/external/python/apitools/apitools/gen/
Dgen_client.py209 help=('Filename for the discovery document. Mutually exclusive with '
214 help=('URL (or "name.version") of the discovery document to use. '
220 help='Base package path of apitools (defaults to apitools.base.py')
225 help=('Base package path of protorpc '
231 help='Directory name for output files. (Defaults to the API name.)')
236 help='Only overwrite the output directory if this flag is specified.')
241 help=('Python import path for where these modules '
247 help=('Prefix to strip from type names in the discovery document. '
252 help=('API key to use for API access.'))
256 help=('Use the given file downloaded from the dev. console for '
[all …]
/external/rust/crates/structopt/tests/
Ddoc-comments-help.rs25 let help = get_long_help::<LoremIpsum>(); in doc_comments() localVariable
26 assert!(help.contains("Lorem ipsum")); in doc_comments()
27 assert!(help.contains("Fooify a bar and a baz")); in doc_comments()
37 #[structopt(short, long, help = "DO NOT PASS A BAR UNDER ANY CIRCUMSTANCES")] in help_is_better_than_comments()
41 let help = get_long_help::<LoremIpsum>(); in help_is_better_than_comments() localVariable
42 assert!(help.contains("Dolor sit amet")); in help_is_better_than_comments()
43 assert!(!help.contains("Lorem ipsum")); in help_is_better_than_comments()
44 assert!(help.contains("DO NOT PASS A BAR")); in help_is_better_than_comments()
56 let help = get_long_help::<LoremIpsum>(); in empty_line_in_doc_comment_is_double_linefeed() localVariable
57 assert!(help.starts_with("lorem-ipsum \nFoo.\n\nBar\n\nUSAGE:")); in empty_line_in_doc_comment_is_double_linefeed()
[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/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/tensorflow/tensorflow/lite/python/
Dtflite_convert.py368 help="Full filepath of file containing frozen TensorFlow GraphDef.")
372 help="Full filepath of directory containing the SavedModel.")
376 help="Full filepath of HDF5 file containing tf.Keras model.")
383 help="Output file format.")
388 help=("Target data type of real-number arrays in the output file. "
393 help=("Target data type of real-number input arrays. Allows for a "
401 help="Names of the input arrays, comma-separated.")
405 help="Shapes corresponding to --input_arrays, colon-separated.")
409 help="Names of the output arrays, comma-separated.")
415 help=("Comma-separated set of tags identifying the MetaGraphDef within "
[all …]
/external/toolchain-utils/binary_search_tool/
Dcommon.py146 help='Number of iterations to try in the search.',
152 help='Script to run to get the initial objects. '
159 help='Script to run to switch to good. '
166 help='Script to run to switch to bad. '
173 help='Optional script to perform building, flashing, '
179 help='Script to run to test the '
194 help='If True, continue until all bad items are found. '
201 help='Script to generate another script for pass level bisect, '
221 help='Whether to print IR differences before and after bad '
237 help="If True, don't propagate good/bad changes "
[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/autotest/client/bin/
Dautotest30 help="additional args to pass to control file")
33 default=False, help="continue previously started job")
36 help="set the job tag")
39 help="set the harness type")
42 help="arguments delivered to harness")
45 default='', help="set the job username")
48 default=False, help="enable external logging")
51 help='Include DEBUG messages in console output')
54 help='Not include DEBUG messages in console output')
58 help='Take this as the hostname of this machine '
[all …]
/external/tensorflow/tensorflow/lite/testing/
Dgenerate_examples.py45 help="Directory where the outputs will be go.")
49 help="Particular zip to output.",
53 help="Path to toco tool.",
58 help=("If a particular model is affected by a known bug,"
63 help="Raise an exception if any converter error is encountered.")
67 help="Include intermediate graphdefs in the output zip files.")
71 help="Whether the TFLite Flex converter is being used.")
75 help="Whether to generate test cases for edgetpu.")
79 help="Make tests by setting TF forward compatibility horizon to the future")
83 help="Remove the limit of the number of tests.")
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/
Dxds_flags.py20 help="GCP Project ID. Required")
24 help="Isolate GCP resources using given namespace / name prefix. Required")
27 help="GCP Network ID")
32 help="Server deployment and service name")
35 help="Server test port")
38 help="Test server xDS hostname")
41 help="Test server xDS port")
46 help="Client deployment and service name")
49 help="Client test port")

12345678910>>...157