Home
last modified time | relevance | path

Searched full:help (Results 1 – 25 of 24030) sorted by relevance

12345678910>>...962

/aosp_15_r20/external/libcups/doc/
H A 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 …]
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/
Dusage_parser.rs14 Help, enumerator
21 pub(crate) struct UsageParser<'help> {
22 usage: &'help str,
29 impl<'help> UsageParser<'help> {
30 fn new(usage: &'help str) -> Self { in new()
41 pub(crate) fn from_usage(usage: &'help str) -> Self { in from_usage()
46 pub(crate) fn parse(mut self) -> Arg<'help> { in parse() argument
57 b'\'' => self.help(&mut arg), in parse()
69 fn name(&mut self, arg: &mut Arg<'help>) { in name() argument
116 fn short_or_long(&mut self, arg: &mut Arg<'help>) { in short_or_long() argument
[all …]
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_argparse.py442 …= ['--bar', '-fbar', '-b B', 'B', '-f', '--bar B', '-baz', '-h', '--help', '+h', '::help', '/help']
454 """When ``-`` not in prefix_chars, default operators created for help
1757 prefix_chars[0] * 2 + 'foo', action='store_true', help='foo help')
1762 '--foo', action='store_true', help='foo help')
1764 'bar', type=float, help='bar help')
1767 subparsers = parser.add_subparsers(help='command help')
1773 parser1_kwargs['help'] = '1 help'
1775 parser1.add_argument('-w', type=int, help='w help')
1776 parser1.add_argument('x', choices='abc', help='x help')
1781 parser2_kwargs['help'] = '2 help'
[all …]
/aosp_15_r20/external/coreboot/src/
H A DKconfig9 help
19 help
42 help
48 help
56 help
65 For help on individual architectures, run the command:
70 help
78 help
90 help
97 help
[all …]
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/output/
Dhelp.rs17 /// `clap` Help Writer.
19 /// Wraps a writer stream providing different methods to generate help for `clap` objects.
20 pub(crate) struct Help<'help, 'cmd, 'writer> { struct
22 cmd: &'cmd Command<'help>,
23 usage: &'cmd Usage<'help, 'cmd>,
30 impl<'help, 'cmd, 'writer> Help<'help, 'cmd, 'writer> { argument
33 {before-help}{name} {version}\n\
37 {all-args}{after-help}\
41 {before-help}{bin} {version}\n\
45 {all-args}{after-help}\
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_argparse.py485 …= ['--bar', '-fbar', '-b B', 'B', '-f', '--bar B', '-baz', '-h', '--help', '+h', '::help', '/help']
497 """When ``-`` not in prefix_chars, default operators created for help
2058 prefix_chars[0] * 2 + 'foo', action='store_true', help='foo help')
2063 '--foo', action='store_true', help='foo help')
2065 'bar', type=float, help='bar help')
2073 subparsers_kwargs['help'] = 'command help'
2080 parser1_kwargs['help'] = '1 help'
2084 parser1.add_argument('-w', type=int, help='w help')
2085 parser1.add_argument('x', choices='abc', help='x help')
2090 parser2_kwargs['help'] = '2 help'
[all …]
/aosp_15_r20/external/cronet/build/android/
H A Dtest_runner.py88 help='Number of retries for a test before '
94 help='If set, will dump results in JSON form to the specified file. '
100 help='Index of the external shard to run.')
104 help='Total number of external shards.')
116 help='The relative filepath to a file containing '
121 help='Wether to use the flags file for the apk under test. If set, '
126 help='Path to variations seed file.')
130 help='Path to variations seed file for WebView.')
142 help='Path to save test_runner trace json output to.')
147 help='Whether to trace all function calls.')
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/base/
Ddebug.go14 // Each field must be an int or string and must have a `help` struct tag.
19 …AlignHot int `help:"enable hot block alignment (currently requires -pgo)" concurre…
20 Append int `help:"print information about append compilation"`
21 …Checkptr int `help:"instrument unsafe pointer conversions\n0: instrumentation disa…
22 Closure int `help:"print information about closure compilation"`
23 Defer int `help:"print information about defer compilation"`
24 DisableNil int `help:"disable nil checks" concurrent:"ok"`
25 …DumpInlFuncProps string `help:"dump function properties from inl heuristics to specified file…
26 DumpInlCallSiteScores int `help:"dump scored callsites during inlining"`
27 …InlScoreAdj string `help:"set inliner score adjustments (ex: -d=inlscoreadj=panicPathAdj…
[all …]
Dflag.go51 // Each field must have a `help` struct tag giving the flag help message.
57 B CountFlag "help:\"disable bounds checking\""
58 C CountFlag "help:\"disable printing of columns in error messages\""
59 D string "help:\"set relative `path` for local imports\""
60 E CountFlag "help:\"debug symbol export\""
61 I func(string) "help:\"add `directory` to import search path\""
62 K CountFlag "help:\"debug missing line numbers\""
63 …L CountFlag "help:\"also show actual source file names in error messages for positions affected…
64 N CountFlag "help:\"disable optimizations\""
65 S CountFlag "help:\"print assembly listing\""
[all …]
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/
H A DHelp.java31 * Protobuf type {@code google.rpc.Help}
33 public final class Help extends com.google.protobuf.GeneratedMessageV3 class
35 // @@protoc_insertion_point(message_implements:google.rpc.Help)
38 // Use Help.newBuilder() to construct.
39 private Help(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Help() method in Help
43 private Help() { in Help() method in Help
50 return new Help(); in newInstance()
67 com.google.rpc.Help.class, com.google.rpc.Help.Builder.class); in internalGetFieldAccessorTable()
72 // @@protoc_insertion_point(interface_extends:google.rpc.Help.Link)
132 * Protobuf type {@code google.rpc.Help.Link}
[all …]
/aosp_15_r20/external/abseil-cpp/absl/flags/internal/
H A Dusage_test.cc36 "usage_reporting_test_flag_01 help message");
38 "usage_reporting_test_flag_02 help message");
40 "usage_reporting_test_flag_03 help message");
42 "usage_reporting_test_flag_04 help message");
44 "usage_reporting_test_flag_07 help \r\n\f\v\a\b\t ");
59 "usage_reporting_test_flag_05 help message");
63 "usage_reporting_test_flag_06 help message.\n"
65 "Some more help.\n"
67 "help message.");
140 R"( --usage_reporting_test_flag_01 (usage_reporting_test_flag_01 help message); in TEST_F()
[all …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/flags/internal/
H A Dusage_test.cc36 "usage_reporting_test_flag_01 help message");
38 "usage_reporting_test_flag_02 help message");
40 "usage_reporting_test_flag_03 help message");
42 "usage_reporting_test_flag_04 help message");
44 "usage_reporting_test_flag_07 help \r\n\f\v\a\b\t ");
59 "usage_reporting_test_flag_05 help message");
63 "usage_reporting_test_flag_06 help message.\n"
65 "Some more help.\n"
67 "help message.");
140 R"( --usage_reporting_test_flag_01 (usage_reporting_test_flag_01 help message); in TEST_F()
[all …]
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/flags/internal/
H A Dusage_test.cc36 "usage_reporting_test_flag_01 help message");
38 "usage_reporting_test_flag_02 help message");
40 "usage_reporting_test_flag_03 help message");
42 "usage_reporting_test_flag_04 help message");
44 "usage_reporting_test_flag_07 help \r\n\f\v\a\b\t ");
59 "usage_reporting_test_flag_05 help message");
63 "usage_reporting_test_flag_06 help message.\n"
65 "Some more help.\n"
67 "help message.");
140 R"( --usage_reporting_test_flag_01 (usage_reporting_test_flag_01 help message); in TEST_F()
[all …]
/aosp_15_r20/external/angle/build/android/
H A Dtest_runner.py89 help='Number of retries for a test before '
95 help='If set, will dump results in JSON form to the specified file. '
101 help='Index of the external shard to run.')
105 help='Total number of external shards.')
117 help='The relative filepath to a file containing '
122 help='Wether to use the flags file for the apk under test. If set, '
127 help='Path to variations seed file.')
131 help='Path to variations seed file for WebView.')
143 help='Path to save test_runner trace json output to.')
148 help='Whether to trace all function calls.')
[all …]
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/flags/internal/
H A Dusage_test.cc35 "usage_reporting_test_flag_01 help message");
37 "usage_reporting_test_flag_02 help message");
39 "usage_reporting_test_flag_03 help message");
41 "usage_reporting_test_flag_04 help message");
53 "usage_reporting_test_flag_05 help message");
57 "usage_reporting_test_flag_06 help message.\n"
59 "Some more help.\n"
61 "help message.");
124 R"( --usage_reporting_test_flag_01 (usage_reporting_test_flag_01 help message); in TEST_F()
136 R"( --usage_reporting_test_flag_02 (usage_reporting_test_flag_02 help message); in TEST_F()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/internal/
Dusage_test.cc36 "usage_reporting_test_flag_01 help message");
38 "usage_reporting_test_flag_02 help message");
40 "usage_reporting_test_flag_03 help message");
42 "usage_reporting_test_flag_04 help message");
57 "usage_reporting_test_flag_05 help message");
61 "usage_reporting_test_flag_06 help message.\n"
63 "Some more help.\n"
65 "help message.");
133 R"( --usage_reporting_test_flag_01 (usage_reporting_test_flag_01 help message); in TEST_F()
145 R"( --usage_reporting_test_flag_02 (usage_reporting_test_flag_02 help message); in TEST_F()
[all …]
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/flags/internal/
H A Dusage_test.cc36 "usage_reporting_test_flag_01 help message");
38 "usage_reporting_test_flag_02 help message");
40 "usage_reporting_test_flag_03 help message");
42 "usage_reporting_test_flag_04 help message");
57 "usage_reporting_test_flag_05 help message");
61 "usage_reporting_test_flag_06 help message.\n"
63 "Some more help.\n"
65 "help message.");
133 R"( --usage_reporting_test_flag_01 (usage_reporting_test_flag_01 help message); in TEST_F()
145 R"( --usage_reporting_test_flag_02 (usage_reporting_test_flag_02 help message); in TEST_F()
[all …]
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/flags/internal/
H A Dusage_test.cc36 "usage_reporting_test_flag_01 help message");
38 "usage_reporting_test_flag_02 help message");
40 "usage_reporting_test_flag_03 help message");
42 "usage_reporting_test_flag_04 help message");
57 "usage_reporting_test_flag_05 help message");
61 "usage_reporting_test_flag_06 help message.\n"
63 "Some more help.\n"
65 "help message.");
133 R"( --usage_reporting_test_flag_01 (usage_reporting_test_flag_01 help message); in TEST_F()
145 R"( --usage_reporting_test_flag_02 (usage_reporting_test_flag_02 help message); in TEST_F()
[all …]
/aosp_15_r20/external/coreboot/src/device/
H A DKconfig8 help
14 help
21 help
27 help
33 help
38 help
45 help
51 help
57 help
63 help
[all …]
/aosp_15_r20/tools/acloud/create/
H A Dcreate_args.py48 help="Number of instances to create.")
54 help="Path to a *tar.gz file where serial logs will be saved "
65 help="Determines to establish a tunnel forwarding adb/vnc and "
77 help="Will not automatically create ssh tunnels forwarding adb & vnc "
86 help="This can unlock screen after invoke vnc client.")
92 help="Report internal ip of the created instance instead of external "
100 help="Disable the external ip of the created instance.")
107 help="Upload the extra files into GCE instance. e.g. "
114 help="Set the network the GCE instance will utilize.")
120 help="Skip the pre-run check.")
[all …]
/aosp_15_r20/external/python/cpython2/Doc/library/
Dargparse.rst24 module also automatically generates help and usage messages and issues errors
38 help='an integer for the accumulator')
41 help='sum the integers (default: find the max)')
47 be run at the command line and provides useful help messages:
60 -h, --help show this help message and exit
107 ... help='an integer for the accumulator')
110 ... help='sum the integers (default: find the max)')
155 * description_ - Text to display before the argument help (default: none)
157 * epilog_ - Text to display after the argument help (default: none)
162 * formatter_class_ - A class for customizing the help output
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/
DOPTIONS_HELP.txt1 .. |file| replace:: The help is printed to a named <f>ile if given.
3 ``--help,-help,-usage,-h,-H,/?``
14 ``--help-full [<f>]``
15 Print all help manuals and exit.
20 ``--help-manual <man> [<f>]``
21 Print one help manual and exit.
26 ``--help-manual-list [<f>]``
27 List help manuals available and exit.
29 The list contains all manuals for which help may be obtained by
30 using the ``--help-manual`` option followed by a manual name.
[all …]
/aosp_15_r20/external/coreboot/src/console/
H A DKconfig13 help
20 help
27 help
39 help
48 help
66 help
76 help
89 help
105 help
117 help
[all …]
/aosp_15_r20/external/python/cpython3/Doc/library/
Dargparse.rst25 module also automatically generates help and usage messages. The module
39 epilog='Text at the bottom of help')
63 …onst'``, ``'store_true'``, ``'append'``, ``'append_const'``, ``'count'``, ``'help'``, ``'version'``
68 help_ Help message for an argument
69 metavar_ Alternate display name for the argument as shown in help
86 help='an integer for the accumulator')
89 help='sum the integers (default: find the max)')
95 be run at the command line and it provides useful help messages:
108 -h, --help show this help message and exit
155 ... help='an integer for the accumulator')
[all …]
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/cse/
H A DKconfig7 help
19 help
27 help
37 help
46 help
54 help
71 help
80 help
101 help
110 help
[all …]

12345678910>>...962