Home
last modified time | relevance | path

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

1234567891011

/external/libbrillo/brillo/
Dflag_helper.h187 #define DEFINE_type(type, classtype, name, value, help) \ argument
192 #define DEFINE_int32(name, value, help) \ argument
194 #define DEFINE_int64(name, value, help) \ argument
196 #define DEFINE_uint64(name, value, help) \ argument
198 #define DEFINE_double(name, value, help) \ argument
200 #define DEFINE_string(name, value, help) \ argument
205 #define DEFINE_bool(name, value, help) \ argument
Dflag_helper.cc23 const char* help, in Flag()
43 const char* help, in BoolFlag()
74 const char* help, in Int32Flag()
90 const char* help, in Int64Flag()
106 const char* help, in UInt64Flag()
122 const char* help, in DoubleFlag()
138 const char* help, in StringFlag()
251 std::string help = help_usage_; in GetHelpMessage() local
/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/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/parameter-framework/upstream/tools/coverage/
Daplog2coverage.sh37 help () { function
/external/bcc/examples/lua/
Duprobe-tailkt.lua23 local function help(err) function
/external/jcommander/src/test/java/com/beust/jcommander/args/
DArgsHelp.java29 public boolean help; field in ArgsHelp
/external/turbine/java/com/google/turbine/options/
DTurbineOptions.java44 private final boolean help; field in TurbineOptions
64 boolean help, in TurbineOptions()
179 public boolean help() { in help() method in TurbineOptions
215 private boolean help = false; field in TurbineOptions.Builder
316 public Builder setHelp(boolean help) { in setHelp()
/external/iproute2/tipc/
Dcmdl.h33 void (*help)(struct cmdl *cmdl, char *media); member
40 void (*help)(struct cmdl *cmdl); member
/external/fonttools/Doc/
Dmake.bat32 :help label
DMakefile12 help: target
/external/python/cpython3/Lib/test/
Dtest_argparse.py2486 help = '''\ variable in TestMutuallyExclusiveSimple
2527 help = '''\ variable in TestMutuallyExclusiveLong
2563 help = '''\ variable in TestMutuallyExclusiveFirstSuppressed
2600 help = '''\ variable in TestMutuallyExclusiveManySuppressed
2640 help = '''\ variable in TestMutuallyExclusiveOptionalAndPositional
2682 help = '''\ variable in TestMutuallyExclusiveOptionalsMixed
2721 help = '''\ variable in TestMutuallyExclusiveInGroup
2762 help = '''\ variable in TestMutuallyExclusiveOptionalsAndPositionalsMixed
3069 help = usage + '''\ variable in TestHelpBiggerOptionals
3112 help = usage + '''\ variable in TestShortColumns
[all …]
/external/smali/baksmali/src/main/java/org/jf/baksmali/
DListClassesCommand.java51 private boolean help; field in ListClassesCommand
/external/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
DMakefile18 help: target
/external/kmod/tools/
Dkmod.h27 const char *help; member
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
DMakefile18 help: target
/external/antlr/runtime/Perl5/tools/
Dport.pl90 sub help { subroutine
/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/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/
DHelpCommandHandler.java47 String help = getServerConfiguration().getHelpText(key); in handle() local
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/
DHelpCommandHandler.java47 String help = getServerConfiguration().getHelpText(key); in handle() local
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/
DHelpCommandHandler.java47 String help = getServerConfiguration().getHelpText(key); in handle() local
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/
DHelpCommandHandler.java47 String help = getServerConfiguration().getHelpText(key); in handle() local
/external/ltp/testcases/kernel/device-drivers/usb/tusb/
DMakefile23 help: target
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DHelpCommandHandler.java47 String help = getServerConfiguration().getHelpText(key); in handle() local
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/
DHelpCommandHandler.java47 String help = getServerConfiguration().getHelpText(key); in handle() local

1234567891011