Home
last modified time | relevance | path

Searched defs:help (Results 1 – 25 of 851) sorted by relevance

12345678910>>...35

/aosp_15_r20/external/libbrillo/brillo/
H A Dflag_helper.h203 #define DEFINE_type(type, classtype, name, value, help) \ argument
208 #define DEFINE_int32(name, value, help) \ argument
210 #define DEFINE_uint32(name, value, help) \ argument
212 #define DEFINE_int64(name, value, help) \ argument
214 #define DEFINE_uint64(name, value, help) \ argument
216 #define DEFINE_double(name, value, help) \ argument
218 #define DEFINE_string(name, value, help) \ argument
223 #define DEFINE_bool(name, value, help) \ argument
H A Dflag_helper.cc25 const char* help, in Flag()
45 const char* help, in BoolFlag()
76 const char* help, in Int32Flag()
92 const char* help, in UInt32Flag()
108 const char* help, in Int64Flag()
124 const char* help, in UInt64Flag()
140 const char* help, in DoubleFlag()
156 const char* help, in StringFlag()
269 std::string help = help_usage_; in GetHelpMessage() local
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/output/
Dhelp.rs64 cmd: &'cmd Command<'help>, in new()
65 usage: &'cmd Usage<'help, 'cmd>, in new()
197 fn write_args(&mut self, args: &[&Arg<'help>], _category: &str) -> io::Result<()> { in write_args()
254 arg: &Arg<'help>, in write_arg()
348 arg: &Arg<'help>, in align_to_about()
424 fn help( in help() method
426 arg: Option<&Arg<'help>>, in help()
433 let mut help = String::from(about) + spec_vals; in help() localVariable
541 let help = text_wrapper(help, avail_chars); in help() localVariable
542 let mut help = help.lines(); in help() localVariable
[all …]
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_argparse.py2337 help = '''\ variable in TestMutuallyExclusiveSimple
2378 help = '''\ variable in TestMutuallyExclusiveLong
2414 help = '''\ variable in TestMutuallyExclusiveFirstSuppressed
2451 help = '''\ variable in TestMutuallyExclusiveManySuppressed
2491 help = '''\ variable in TestMutuallyExclusiveOptionalAndPositional
2533 help = '''\ variable in TestMutuallyExclusiveOptionalsMixed
2572 help = '''\ variable in TestMutuallyExclusiveInGroup
2613 help = '''\ variable in TestMutuallyExclusiveOptionalsAndPositionalsMixed
2929 help = usage + '''\ variable in TestHelpBiggerOptionals
2972 help = usage + '''\ variable in TestShortColumns
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_argparse.py2799 help = '''\ variable in TestMutuallyExclusiveSimple
2840 help = '''\ variable in TestMutuallyExclusiveLong
2876 help = '''\ variable in TestMutuallyExclusiveFirstSuppressed
2913 help = '''\ variable in TestMutuallyExclusiveManySuppressed
2953 help = '''\ variable in TestMutuallyExclusiveOptionalAndPositional
2995 help = '''\ variable in TestMutuallyExclusiveOptionalsMixed
3034 help = '''\ variable in TestMutuallyExclusiveInGroup
3075 help = '''\ variable in TestMutuallyExclusiveOptionalsAndPositionalsMixed
3119 help = '''\ variable in TestMutuallyExclusiveNested
3432 help = usage + '''\ variable in TestHelpBiggerOptionals
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/HelpUtils/SettingsLibHelpUtils/android_common/busybox/
DR.jar ... .MF com/android/settingslib/widget/help/R$drawable.class R.java package ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/HelpUtils/SettingsLibHelpUtils/android_common_apex30/busybox/
DR.jar ... .MF com/android/settingslib/widget/help/R$drawable.class R.java package ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/HelpUtils/SettingsLibHelpUtils/android_common_apex34/busybox/
DR.jar ... .MF com/android/settingslib/widget/help/R$drawable.class R.java package ...
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/
Dderive.rs167 fn clap<'help>() -> Command<'help> { in clap()
254 fn command<'help>() -> Command<'help> { in command()
263 fn into_app<'help>() -> Command<'help>; in into_app()
267 fn command_for_update<'help>() -> Command<'help> { in command_for_update()
279 fn into_app_for_update<'help>() -> Command<'help>; in into_app_for_update()
530 fn into_app<'help>() -> Command<'help> { in into_app()
533 fn into_app_for_update<'help>() -> Command<'help> { in into_app_for_update()
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dcmdline.cc42 const char* help; member
88 static void add_arg(gpr_cmdline* cl, const char* name, const char* help, in add_arg()
105 void gpr_cmdline_add_int(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_int()
110 void gpr_cmdline_add_flag(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_flag()
115 void gpr_cmdline_add_string(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_string()
121 gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_on_extra_arg()
/aosp_15_r20/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
H A DCommandLineOptions.java36 private final boolean help; field in CommandLineOptions
55 boolean help, in CommandLineOptions()
120 boolean help() { in help() method in CommandLineOptions
187 private boolean help = false; field in CommandLineOptions.Builder
231 Builder help(boolean help) { in help() method in CommandLineOptions.Builder
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
H A DCommandRegistry.kt132 private fun help(pw: PrintWriter) { in help() method
145 fun help(pw: PrintWriter) in execute() method
154 override fun help(pw: PrintWriter) { in execute() method in com.android.systemui.statusbar.commandline.PrefsCommand
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/
Dusage_parser.rs46 pub(crate) fn parse(mut self) -> Arg<'help> { in parse()
69 fn name(&mut self, arg: &mut Arg<'help>) { in name()
116 fn short_or_long(&mut self, arg: &mut Arg<'help>) { in short_or_long()
133 fn long(&mut self, arg: &mut Arg<'help>) { in long()
147 fn short(&mut self, arg: &mut Arg<'help>) { in short()
187 fn help(&mut self, arg: &mut Arg<'help>) { in help() argument
201 fn default(&mut self, arg: &mut Arg<'help>) { in default()
/aosp_15_r20/build/soong/bin/
H A Dsoongdbg308 help = "Print the module graph between two nodes." variable in BetweenCommand
322 help = "Print the module graph of dependencies of one or more modules" variable in DepsCommand
350 help = "Print the id (name + variant) of matching modules" variable in IdCommand
361 help = "Print metadata about modules in json format" variable in JsonCommand
380 help = "Query details about modules" variable in QueryCommand
397 help = "Print the dependencies and reverse dependencies of a module" variable in StarCommand
/aosp_15_r20/external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/
H A Dquiche_command_line_flags_impl.h24 explicit QuicheFlagHelper(const char* help) : help_(help) {} in QuicheFlagHelper()
39 TypedQuicheFlagHelper(T* flag, const T& default_value, const char* help) in TypedQuicheFlagHelper()
106 const char* help) { in QuicheFlagSetup()
120 #define DEFINE_QUICHE_COMMAND_LINE_FLAG_IMPL(type, name, default_value, help) \ argument
/aosp_15_r20/external/python/absl-py/absl/flags/
D_defines.py93 help, # pylint: disable=redefined-builtin argument
410 help, argument
472 help, argument
556 help, argument
644 help, argument
733 help, argument
819 help, argument
897 help, argument
976 help, argument
1099 help, argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/
Dparser.rs958 arg: &Arg<'help>, in parse_opt_value()
1045 arg: &Arg<'help>, in split_arg_values()
1089 arg: &Arg<'help>, in push_arg_values()
1142 arg: &Arg<'help>, in react()
1323 fn remove_overrides(&self, arg: &Arg<'help>, matcher: &mut ArgMatcher) { in remove_overrides()
1441 fn add_default_value(&self, arg: &Arg<'help>, matcher: &mut ArgMatcher) -> ClapResult<()> { in add_default_value()
1576 fn start_custom_arg(&self, matcher: &mut ArgMatcher, arg: &Arg<'help>, source: ValueSource) { in start_custom_arg()
1588 fn start_occurrence_of_arg(&self, matcher: &mut ArgMatcher, arg: &Arg<'help>) { in start_occurrence_of_arg()
/aosp_15_r20/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
H A DMain.java60 public boolean help = false; field in Main.MainArgs
79 public boolean help = false; field in Main.CommandDump
118 public boolean help = false; field in Main.CommandApiDiff
380 public boolean help = false; field in Main.CommandShowDeps
498 public boolean help = false; field in Main.CommandListNoDeps
586 public boolean help = false; field in Main.CommandListNewApis
/aosp_15_r20/external/python/cpython2/Lib/
Dargparse.py778 help=None, argument
820 help=None, argument
852 help=None, argument
874 help=None): argument
891 help=None): argument
912 help=None, argument
946 help=None, argument
971 help=None): argument
991 help=None): argument
1011 help="show program's version number and exit"): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/
Dargparse.py850 help=None, argument
893 help=None, argument
935 help=None, argument
967 help=None, argument
989 help=None): argument
1006 help=None): argument
1027 help=None, argument
1062 help=None, argument
1088 help=None): argument
1110 help=None): argument
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dargparse.py850 help=None, argument
893 help=None, argument
935 help=None, argument
967 help=None, argument
989 help=None): argument
1006 help=None): argument
1027 help=None, argument
1062 help=None, argument
1088 help=None): argument
1110 help=None): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dargparse.py850 help=None, argument
893 help=None, argument
935 help=None, argument
967 help=None, argument
989 help=None): argument
1006 help=None): argument
1027 help=None, argument
1062 help=None, argument
1088 help=None): argument
1110 help=None): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dargparse.py850 help=None, argument
893 help=None, argument
935 help=None, argument
967 help=None, argument
989 help=None): argument
1006 help=None): argument
1027 help=None, argument
1062 help=None, argument
1088 help=None): argument
1110 help=None): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dargparse.py850 help=None, argument
893 help=None, argument
935 help=None, argument
967 help=None, argument
989 help=None): argument
1006 help=None): argument
1027 help=None, argument
1062 help=None, argument
1088 help=None): argument
1110 help=None): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dargparse.py850 help=None, argument
893 help=None, argument
935 help=None, argument
967 help=None, argument
989 help=None): argument
1006 help=None): argument
1027 help=None, argument
1062 help=None, argument
1088 help=None): argument
1110 help=None): argument
[all …]

12345678910>>...35