/external/cldr/tools/st-prom-exporter/ |
D | index.js | 18 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/ |
D | flag_helper.h | 203 #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
|
D | flag_helper.cc | 25 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/ |
D | doc-comments-help.rs | 25 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
|
D | rename_all_env.rs | 15 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/ |
D | global_config_env.h | 106 #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/ |
D | BrowserCommands.js | 25 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/ |
D | CommandLineOptions.java | 36 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/ |
D | cmdline.cc | 40 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/ |
D | SBCommandInterpreter.cpp | 40 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/ |
D | cmdline.cc | 34 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/ |
D | flag.h | 243 #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/ |
D | flag.h | 243 #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/ |
D | test_argparse.py | 2337 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/ |
D | cmdl.h | 33 void (*help)(struct cmdl *cmdl, char *media); member 40 void (*help)(struct cmdl *cmdl); member
|
/external/parameter-framework/upstream/tools/coverage/ |
D | aplog2coverage.sh | 37 help () { function
|
/external/python/cpython3/Lib/test/ |
D | test_argparse.py | 2597 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/ |
D | uprobe-tailkt.lua | 23 local function help(err) function
|
/external/llvm-project/lldb/utils/lldb-repro/ |
D | lldb-repro.py | 25 def help(): function
|
/external/jcommander/src/test/java/com/beust/jcommander/args/ |
D | ArgsHelp.java | 29 public boolean help; field in ArgsHelp
|
/external/python/jinja/docs/ |
D | make.bat | 31 :help label
|
/external/python/markupsafe/docs/ |
D | make.bat | 31 :help label
|
/external/rust/crates/serde_test/ |
D | README.md | 98 #### License
|
/external/rust/crates/serde/ |
D | README.md | 98 #### License
|
/external/rust/crates/serde_derive/ |
D | README.md | 98 #### License
|