Searched defs:help (Results 1 - 25 of 217) sorted by relevance

123456789

/external/parameter-framework/upstream/tools/coverage/
H A Daplog2coverage.sh37 help () { function
42 -h, --help Display this help
64 --longoptions "help,domains:,ouput:,regexp:,parser_option:,force" \
73 -h|--help)
75 help
/external/bison/build-aux/
H A Ddo-release-commit-and-tag31 help() function
51 --help print this help, then exit
102 --help|--version) ${1#--};;
H A Dgnu-web-doc-update31 help() function
42 --help print this help, then exit
122 --help|--version) ${1#--};;
/external/kmod/tools/
H A Dkmod.h27 const char *help; member in struct:kmod_cmd
/external/autotest/server/cros/packet_generation/
H A Dsendra.py32 help='HWAddr to send the packet to.') variable
34 type=int, help='Time to sleep between consecutive')
36 type=int, help='NUmber of packets to send.')
38 type=int, help='Lifetime in seconds for the first RA')
40 help='The wifi interface to send packets over.') variable
/external/jcommander/src/test/java/com/beust/jcommander/args/
H A DArgsHelp.java24 * Test a help option which overrides other options and option validations
28 @Parameter(names = "-h", description = "Display help")
29 public boolean help; field in class:ArgsHelp
/external/ltp/tools/pounder21/
H A Dpounder34 function help() { function
187 h) help $0; exit;;
188 '?') help $0; exit 1;;
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A DListClassesCommand.java49 @Parameter(names = {"-h", "-?", "--help"}, help = true,
51 private boolean help; field in class:ListClassesCommand
58 if (help || inputList == null || inputList.isEmpty()) {
H A DDumpCommand.java53 @Parameter(names = {"-h", "-?", "--help"}, help = true,
55 private boolean help; field in class:DumpCommand
62 if (help || inputList == null || inputList.isEmpty()) {
H A DListCommand.java51 @Parameter(names = {"-h", "-?", "--help"}, help = true,
53 private boolean help; field in class:ListCommand
77 if (help || jc.getParsedCommand() == null) {
H A DListDependenciesCommand.java56 @Parameter(names = {"-h", "-?", "--help"}, help = true,
58 private boolean help; field in class:ListDependenciesCommand
69 if (help || inputList == null || inputList.isEmpty()) {
H A DListDexCommand.java57 @Parameter(names = {"-h", "-?", "--help"}, help = true,
59 private boolean help; field in class:ListDexCommand
70 if (help || inputList == null || inputList.isEmpty()) {
H A DListFieldOffsetsCommand.java54 @Parameter(names = {"-h", "-?", "--help"}, help = true,
56 private boolean help; field in class:ListFieldOffsetsCommand
66 if (help || inputList == null || inputList.isEmpty()) {
H A DListReferencesCommand.java46 @Parameter(names = {"-h", "-?", "--help"}, help = true,
48 private boolean help; field in class:ListReferencesCommand
56 if (help || inputList == null || inputList.isEmpty()) {
/external/xmlrpcpp/src/
H A DXmlRpcServerMethod.h37 //! Returns a help string for the method.
39 virtual std::string help() { return std::string(); } function in class:XmlRpc::XmlRpcServerMethod
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/commands/
H A DBrowserCommands.js25 Commands.prototype.addCommand=function(name, help, runnable) {
30 this.commands[name] = {help: help, runnable: runnable};
33 Commands.prototype.help=function(name, args) {
36 result+=command+'\t'+this.commands[command].help+"\n";
43 return this.commands[name].help.apply(context, args);*/
47 if (name === 'help') {
48 return this.help(name, args);
51 throw 'Unknown command '+name+'. Try "help"';
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl22 'help' => \&help,
27 my $help = {};
85 $help->{help} = << 'EOH';
86 help: Describe the usage of this program or its subcommands. label
87 Usage: help [SUBCOMMAND...]
90 sub help { subroutine
94 print $help->{$cmd};
101 foreach my $cmd (keys %$help) {
[all...]
/external/autotest/client/bin/
H A Dscreenshot.py10 help="CRTC id (default first screen)") variable
11 argparser.add_argument("path", help="output image location")
/external/fio/tools/hist/
H A Dhalf-bins.py29 arg( 'FILENAME', help='clat_hist file for which we will reduce'
34 help='number of times to reduce number of bins by half, ' variable
/external/lisa/tools/
H A Dreport.py30 help='Regexp of BASE configurations to compare with') variable
33 help='Regexp of TEST configurations to compare against') variable
36 help='Folder containing experimental results') variable
/external/llvm/utils/
H A Dprepare-code-coverage-artifact.py45 parser.add_argument('host_llvm_profdata', help='Path to llvm-profdata')
46 parser.add_argument('host_llvm_cov', help='Path to llvm-cov')
48 help='Path to the directory containing the raw profiles') variable
50 help='Path to the directory containing llvm binaries') variable
/external/ltp/testcases/kernel/syscalls/sigpending/
H A Dsigpending02.c36 * -h Show this help screen
58 void help();
122 * help
124 void help(void) function
/external/skia/tools/
H A Dembed_resources.py32 help='minimum alignment (in bytes) of resource data') variable
34 help='the name of the c identifier to export') variable
36 nargs='+', help='list of resource files to embed')
38 help='the name of the cpp file to output') variable
/external/skia/tools/svg/
H A Dsvg_downloader.py31 help='Path to the text file containing SVGs. Each line should contain a ' variable
36 help='The output dir where downloaded SVGs will be stored in.') variable
/external/autotest/cli/
H A Dchange_protection_level.py12 help='Autotest server to use (i.e. "autotest")') variable

Completed in 3912 milliseconds

123456789