Home
last modified time | relevance | path

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

12345678910>>...14

/external/cldr/tools/st-prom-exporter/
Dindex.js18 help: 'Number of pages served by this exporter' property
22 help: 'Number of OK fetches', property
27 help: 'Number of failed fetches', property
32 help: '1 if the surveytool is ok, otherwise 0', property
37 help: '1 if the surveytool is setup, otherwise 0', property
42 help: '1 if the surveytool is busted, otherwise 0', property
47 help: 'time of successful fetch', property
52 help: 'error code on failed fetch, or 200', property
57 help: 'page count', property
62 help: 'user count', property
[all …]
/external/libbrillo/brillo/
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
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
/external/rust/crates/structopt/tests/
Ddoc-comments-help.rs25 let help = get_long_help::<LoremIpsum>(); in doc_comments() localVariable
41 let help = get_long_help::<LoremIpsum>(); in help_is_better_than_comments() localVariable
56 let help = get_long_help::<LoremIpsum>(); in empty_line_in_doc_comment_is_double_linefeed() localVariable
143 let help = get_long_help::<SeeFigure1>(); in verbatim_doc_comment() localVariable
176 let help = get_long_help::<App>(); in verbatim_doc_comment_field() localVariable
Drename_all_env.rs15 let help = get_help::<BehaviorModel>(); in it_works() localVariable
27 let help = get_help::<BehaviorModel>(); in default_is_screaming() localVariable
43 let help = get_help::<BehaviorModel>(); in overridable() localVariable
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dglobal_config_env.h106 #define GPR_GLOBAL_CONFIG_DEFINE_BOOL(name, default_value, help) \ argument
113 #define GPR_GLOBAL_CONFIG_DEFINE_INT32(name, default_value, help) \ argument
120 #define GPR_GLOBAL_CONFIG_DEFINE_STRING(name, default_value, help) \ argument
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/commands/
DBrowserCommands.js25 Commands.prototype.addCommand=function(name, help, runnable) { argument
30 this.commands[name] = {help: help, runnable: runnable}; property
33 Commands.prototype.help=function(name, args) { method in Commands
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
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() argument
/external/rust/crates/grpcio-sys/grpc/test/core/util/
Dcmdline.cc40 const char* help; member
86 static void add_arg(gpr_cmdline* cl, const char* name, const char* help, in add_arg()
103 void gpr_cmdline_add_int(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_int()
108 void gpr_cmdline_add_flag(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_flag()
113 void gpr_cmdline_add_string(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_string()
119 gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_on_extra_arg()
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp40 const char *help = nullptr, in CommandPluginInterfaceImplementation()
585 const char *help) { in AddMultiwordCommand()
600 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) { in AddCommand()
613 const char *help, const char *syntax) { in AddCommand()
623 const char *name, lldb::SBCommandPluginInterface *impl, const char *help, in AddCommand()
675 void SBCommand::SetHelp(const char *help) { in SetHelp()
682 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong()
690 const char *help) { in AddMultiwordCommand()
709 const char *help) { in AddCommand()
720 const char *help, const char *syntax) { in AddCommand()
[all …]
/external/grpc-grpc/test/core/util/
Dcmdline.cc34 const char* help; member
80 static void add_arg(gpr_cmdline* cl, const char* name, const char* help, in add_arg()
97 void gpr_cmdline_add_int(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_int()
102 void gpr_cmdline_add_flag(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_flag()
107 void gpr_cmdline_add_string(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_string()
113 gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_on_extra_arg()
/external/webrtc/third_party/abseil-cpp/absl/flags/
Dflag.h243 #define ABSL_FLAG(Type, name, default_value, help) \ argument
329 #define ABSL_FLAG_IMPL(Type, name, default_value, help) \ argument
342 #define ABSL_FLAG_IMPL(Type, name, default_value, help) \ argument
/external/abseil-cpp/absl/flags/
Dflag.h243 #define ABSL_FLAG(Type, name, default_value, help) \ argument
329 #define ABSL_FLAG_IMPL(Type, name, default_value, help) \ argument
342 #define ABSL_FLAG_IMPL(Type, name, default_value, help) \ argument
/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 …]
/external/iproute2/tipc/
Dcmdl.h33 void (*help)(struct cmdl *cmdl, char *media); member
40 void (*help)(struct cmdl *cmdl); member
/external/parameter-framework/upstream/tools/coverage/
Daplog2coverage.sh37 help () { function
/external/python/cpython3/Lib/test/
Dtest_argparse.py2597 help = '''\ variable in TestMutuallyExclusiveSimple
2638 help = '''\ variable in TestMutuallyExclusiveLong
2674 help = '''\ variable in TestMutuallyExclusiveFirstSuppressed
2711 help = '''\ variable in TestMutuallyExclusiveManySuppressed
2751 help = '''\ variable in TestMutuallyExclusiveOptionalAndPositional
2793 help = '''\ variable in TestMutuallyExclusiveOptionalsMixed
2832 help = '''\ variable in TestMutuallyExclusiveInGroup
2873 help = '''\ variable in TestMutuallyExclusiveOptionalsAndPositionalsMixed
2908 help = '''\ variable in TestMutuallyExclusiveNested
3220 help = usage + '''\ variable in TestHelpBiggerOptionals
[all …]
/external/bcc/examples/lua/
Duprobe-tailkt.lua23 local function help(err) function
/external/llvm-project/lldb/utils/lldb-repro/
Dlldb-repro.py25 def help(): function
/external/jcommander/src/test/java/com/beust/jcommander/args/
DArgsHelp.java29 public boolean help; field in ArgsHelp
/external/python/jinja/docs/
Dmake.bat31 :help label
/external/python/markupsafe/docs/
Dmake.bat31 :help label
/external/rust/crates/serde_test/
DREADME.md98 #### License
/external/rust/crates/serde/
DREADME.md98 #### License
/external/rust/crates/serde_derive/
DREADME.md98 #### License

12345678910>>...14