Searched defs:help (Results 1 - 25 of 208) 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/opencv3/samples/cpp/tutorial_code/viz/
H A Dlaunching_viz.cpp14 * @function help
17 void help() function
33 help();
H A Dwidget_pose.cpp15 * @function help
18 void help() function
34 help();
/external/chromium-trace/catapult/firefighter/default/tracing/third_party/devscripts/
H A Dlicensecheck.pl28 B<licensecheck> B<--help>|B<--version>
227 GetOptions("help|h" => \$opt_help,
239 or die "Usage: $progname [options] filelist\nRun $progname --help for more details\n";
246 if ($opt_help) { help(); exit 0; }
249 die "Usage: $progname [options] filelist\nRun $progname --help for more details\n" unless @ARGV;
395 sub help { subroutine
399 --help, -h Display this message
/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Dpickle2json.py38 help="Name of input file. Default .coverage", variable
42 help="Name of output file. Default .coverage", variable
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
H A Dfetch_file34 help="File to receive output instead of STDOUT", variable
/external/chromium-trace/catapult/tracing/third_party/devscripts/
H A Dlicensecheck.pl28 B<licensecheck> B<--help>|B<--version>
227 GetOptions("help|h" => \$opt_help,
239 or die "Usage: $progname [options] filelist\nRun $progname --help for more details\n";
246 if ($opt_help) { help(); exit 0; }
249 die "Usage: $progname [options] filelist\nRun $progname --help for more details\n" unless @ARGV;
395 sub help { subroutine
399 --help, -h Display this message
/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/opencv3/samples/cpp/
H A Dcout_mat.cpp14 static void help() function
30 help();
H A Dimage_sequence.cpp10 static void help(char** argv) function
23 help(argv);
H A Dimagelist_creator.cpp16 static void help(char** av) function
28 help(av);
37 help(av);
H A Dhoughcircles.cpp10 static void help() function
24 help();
H A Dpolar_transforms.cpp8 static void help( void ) function
22 help();
32 help();
/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")
H A Dautotest27 help="additional args to pass to control file") variable
30 default=False, help="continue previously started job")
33 help="set the job tag") variable
36 help="set the harness type") variable
39 help="arguments delivered to harness") variable
42 default='', help="set the job username")
45 default=False, help="enable external logging")
48 help='Include DEBUG messages in console output') variable
51 help='Not include DEBUG messages in console output') variable
55 help variable
60 help='Specify an alternate path to store test result logs') variable
64 help='a comma seperated list of client tests to prebuild on ' variable
[all...]
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jar ... eclipse.help.ICriteria[] getCriteria (org.eclipse.help.IToc) } org/eclipse/help/AbstractIndexProvider.class AbstractIndexProvider. ...
/external/autotest/cli/
H A Dchange_protection_level.py12 help='Autotest server to use (i.e. "autotest")') variable
/external/autotest/site_utils/
H A Dset_tree_status.py55 help='Dont force to close tree if it is already closed.') variable
/external/autotest/tko/parsers/test/
H A Dnew_scenario.py31 help='Name for new scenario instance. Will use dirname if not specified') variable
35 help='Storage tag to use for initial parser result.') variable
39 help='Type of unittest module to copy into new scenario.') variable

Completed in 902 milliseconds

123456789