/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/ |
D | command.rs | 138 fn new_inner<'help>(name: String) -> App<'help> { in new() 218 T: Into<Arg<'help>>, in args() 257 F: FnOnce(Arg<'help>) -> Arg<'help>, in mut_arg() 303 F: FnOnce(App<'help>) -> App<'help>, in mut_subcommand() 385 T: Into<ArgGroup<'help>>, in groups() 438 T: Into<App<'help>>, in subcommands() 3588 …pub fn get_arg_conflicts_with(&self, arg: &Arg) -> Vec<&Arg<'help>> // FIXME: This could probably … in get_arg_conflicts_with() 3620 …fn get_global_arg_conflicts_with(&self, arg: &Arg) -> Vec<&Arg<'help>> // FIXME: This could probab… in get_global_arg_conflicts_with() 3654 fn get_subcommands_containing(&self, arg: &Arg) -> Vec<&App<'help>> { in get_subcommands_containing() 3935 pub fn help<S: Into<&'help str>>(self, help: S) -> Self { in help() method [all …]
|
D | possible_value.rs | 32 help: Option<&'help str>, field 77 pub fn help(mut self, help: &'help str) -> Self { in help() method 204 pub(crate) fn get_visible_quoted_name(&self) -> Option<Cow<'help, str>> { in get_visible_quoted_name()
|
D | arg.rs | 65 pub(crate) help: Option<&'help str>, field 1564 F: FnMut(&str) -> Result<O, E> + Send + 'help, in validator() 1590 F: FnMut(&OsStr) -> Result<O, E> + Send + 'help, in validator_os() 1620 regex: impl Into<RegexRef<'help>>, in validator_regex() 1655 T: Into<PossibleValue<'help>>, in possible_value() 1684 T: Into<PossibleValue<'help>>, in possible_values() 2667 pub fn help(mut self, h: impl Into<Option<&'help str>>) -> Self { in help() method 4519 pub fn get_possible_values(&self) -> Option<&[PossibleValue<'help>]> { in get_possible_values() 4527 pub(crate) fn get_possible_values2(&self) -> Vec<PossibleValue<'help>> { in get_possible_values2()
|
/aosp_15_r20/out/soong/.intermediates/external/turbine/turbine/linux_glibc_common/javac/anno/com/google/turbine/options/ |
D | AutoValue_TurbineOptions.java | 44 private final boolean help; field in AutoValue_TurbineOptions 77 boolean help, in AutoValue_TurbineOptions() 192 public boolean help() { in help() method in AutoValue_TurbineOptions 367 private boolean help; field in AutoValue_TurbineOptions.Builder 478 public TurbineOptions.Builder setHelp(boolean help) { in setHelp()
|
/aosp_15_r20/external/cronet/testing/merge_scripts/code_coverage/ |
H A D | convert_to_istanbul.js | 67 help: 'Root directory where source files live. The corresponding ' + property 73 help: 'Root directory to output all the converted istanbul coverage ' + property 79 help: 'Directory that contains the raw v8 coverage files (files ' + property
|
/aosp_15_r20/external/toybox/scripts/ |
H A D | config2help.c | 118 struct double_list *help; member 144 char *dlist_zap(struct double_list **help) in dlist_zap() 154 int zap_blank_lines(struct double_list **help) in zap_blank_lines() 181 char **grab_dashlines(struct double_list **help, struct double_list **from, in grab_dashlines()
|
/aosp_15_r20/external/python/cpython2/Tools/pybench/ |
D | CommandLine.py | 165 def __init__(self,name,help=None): argument 199 def __init__(self,name,help=None,default=None): argument 214 def __init__(self,name,help=None,default=None): argument 491 def help(self,note=''): member in Application
|
/aosp_15_r20/external/angle/build/config/apple/ |
H A D | codesign.py | 434 help = 'perform code signature for a bundle' variable in CodeSignBundleAction 593 help = 'code-sign a single file' variable in CodeSignFileAction 635 help = 'generate entitlements file' variable in GenerateEntitlementsAction 671 help = 'find provisioning profile for use by Xcode project generator' variable in FindProvisioningProfileAction
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_fetch.cpp | 272 char help; in from_string_impl() local 532 char help; in from_string() local 581 char help; in from_string() local 711 char help; in from_string() local
|
/aosp_15_r20/external/cronet/build/config/ios/ |
H A D | codesign.py | 432 help = 'perform code signature for a bundle' variable in CodeSignBundleAction 591 help = 'code-sign a single file' variable in CodeSignFileAction 633 help = 'generate entitlements file' variable in GenerateEntitlementsAction 669 help = 'find provisioning profile for use by Xcode project generator' variable in FindProvisioningProfileAction
|
/aosp_15_r20/external/python/absl-py/absl/flags/ |
D | argparse_flags.py | 243 help, # pylint: disable=redefined-builtin argument 279 help, # pylint: disable=redefined-builtin argument 327 def __init__(self, option_strings, dest, default, help): # pylint: disable=redefined-builtin argument
|
/aosp_15_r20/external/perfetto/ui/ |
H A D | build.js | 138 parser.add_argument('--out', {help: 'Output directory'}); property 140 help: 'Minify js files', property 145 parser.add_argument('--serve-host', {help: '--serve bind host'}); property 146 parser.add_argument('--serve-port', {help: '--serve bind port', type: 'int'}); property 159 help: 'filter Jest tests by regex, e.g. \'chrome_render\'', property
|
/aosp_15_r20/external/coreboot/Documentation/getting_started/ |
H A D | kconfig.md | 490 #### help subsubsection 498 ##### Usage: 502 ##### Example: 510 ##### Notes: 517 ##### Restrictions:
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/ |
D | mkeymap.rs | 100 pub(crate) fn push(&mut self, new_arg: Arg<'help>) { in push() 147 pub(crate) fn remove_by_name(&mut self, name: &Id) -> Option<Arg<'help>> { in remove_by_name() 156 pub(crate) fn remove(&mut self, index: usize) -> Arg<'help> { in remove()
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | argparse.rst | 1268 .. _help: target 1270 help section in The add_argument() method 1330 When :class:`ArgumentParser` generates help messages, it needs some way to refer argument
|
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/ |
H A D | MetalavaOptions.kt | 476 val help = constructCompositeOptionHelp(optionByName.values.map { it.optionHelp }) in ParameterHolder() constant 535 val help = lines[i] in decompose() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/ |
H A D | ParseableCommand.kt | 93 val help by flag(longName = "help", shortName = "h", description = "Print help and return") constant 195 override fun help(pw: PrintWriter) { in help() method in com.android.systemui.statusbar.commandline.ParseableCommand
|
/aosp_15_r20/prebuilts/r8/src/com/android/tools/r8wrappers/utils/ |
H A D | WrapperFlag.java | 25 private final String help; field in WrapperFlag 27 public WrapperFlag(String flag, String help) { in WrapperFlag()
|
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/nio/ |
H A D | Stat.java | 83 private static void help() { in help() method in Stat 84 String[] help = { in help() local
|
H A D | CountBytes.java | 111 private static void help() { in help() method in CountBytes 112 String[] help = {"The argument is a <path>", "and we show the length of that file."}; in help() local
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-usage.c | 444 struct usage_help *help; in find_help() local 457 struct usage_help *help = NULL; in usage() local
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/commandline/ |
D | CommandLineModule.java | 47 private final Help help; field in CommandLineModule.AospCommandInjector 56 Help help, in AospCommandInjector()
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/ |
D | validator.rs | 529 a: &Arg<'help>, in is_missing_required_ok() 558 fn fails_arg_required_unless(&self, a: &Arg<'help>, matcher: &ArgMatcher) -> bool { in fails_arg_required_unless() 678 fn get_possible_values<'help>(a: &Arg<'help>) -> Vec<PossibleValue<'help>> { in get_possible_values()
|
/aosp_15_r20/external/pytorch/torch/cuda/ |
H A D | _memory_viz.py | 586 …help = 'visualize trace from this device (default: chooses the only device with trace info or erro… variable 588 help = 'path to save the visualization(default: output.html)' variable 591 help = 'visualize change to segments rather than individual allocations' variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/miette-derive/src/ |
D | help.rs | 73 let help = if let Some(ident) = field.ident.clone() { in from_fields_vec() localVariable 101 let help = match &member { in gen_enum() localVariable
|