Home
last modified time | relevance | path

Searched defs:help (Results 1 – 25 of 344) 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/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/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/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/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/python/cpython3/Lib/test/
Dtest_argparse.py2753 help = '''\ variable in TestMutuallyExclusiveSimple
2794 help = '''\ variable in TestMutuallyExclusiveLong
2830 help = '''\ variable in TestMutuallyExclusiveFirstSuppressed
2867 help = '''\ variable in TestMutuallyExclusiveManySuppressed
2907 help = '''\ variable in TestMutuallyExclusiveOptionalAndPositional
2949 help = '''\ variable in TestMutuallyExclusiveOptionalsMixed
2988 help = '''\ variable in TestMutuallyExclusiveInGroup
3029 help = '''\ variable in TestMutuallyExclusiveOptionalsAndPositionalsMixed
3064 help = '''\ variable in TestMutuallyExclusiveNested
3376 help = usage + '''\ variable in TestHelpBiggerOptionals
[all …]
/external/iproute2/tipc/
Dcmdl.h33 void (*help)(struct cmdl *cmdl, char *media); member
40 void (*help)(struct cmdl *cmdl); member
/external/bcc/scripts/docker/
Dbuild.sh5 function help() { function
/external/parameter-framework/upstream/tools/coverage/
Daplog2coverage.sh37 help () { function
/external/bcc/examples/lua/
Duprobe-tailkt.lua23 local function help(err) function
/external/python/cpython2/Tools/pybench/
DCommandLine.py165 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
/external/toybox/scripts/
Dconfig2help.c118 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()
/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_derive/
DREADME.md101 #### License
/external/rust/crates/serde_test/
DREADME.md101 #### License
/external/python/typing/docs/
Dmake.bat31 :help label
/external/libbpf/docs/sphinx/
DMakefile5 help: target

12345678910>>...14