HomeSort by relevance Sort by last modified time
    Searched defs:help (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/bison/build-aux/
do-release-commit-and-tag 31 help() function
51 --help print this help, then exit
102 --help|--version) ${1#--};;
gnu-web-doc-update 31 help() function
42 --help print this help, then exit
122 --help|--version) ${1#--};;
  /external/linux-tools-perf/
common-cmds.h 5 char help[80]; member in struct:cmdname_help
  /external/chromium_org/third_party/devscripts/
licensecheck.pl 28 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;
388 sub help { subroutine
392 --help, -h Display this message
  /external/chromium_org/tools/gn/
variables.h 190 const char* help; member in struct:variables::VariableInfo
196 // Note: this is used only for help so this getter is not threadsafe.
200 // Note: this is used only for help so this getter is not threadsafe.
commands.h 61 const char* help; member in struct:commands::CommandInfo
functions.h 276 const char* help; member in struct:functions::FunctionInfo
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 22 '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/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
endtoend_with_external_server.py 58 help='external test server port.') variable in class:EndToEndTestWithExternalServer
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.help.appserver_3.1.400.v20100427.jar 
  /build/tools/
parsedeps.py 75 def help(): function
84 help="Interactive mode")
142 help()
  /external/chromium-trace/trace-viewer/build/
generate_standalone_timeline_view.py 129 help="Where to place generated javascript file") variable
131 help="Where to place generated css file") variable
  /external/chromium_org/build/
install-chroot.sh 23 echo " Default: if local filesystems present, ask user for help"
30 echo "-h this help message"
139 echo "This script will help you through the process of installing a"
446 help() { function
447 echo "Usage ${0##*/} [-h|--help] [-c|--clean] [-C|--clean-all] [-l|--list] [--] args" | wrap "Usage ${0##*/} "
448 echo " help: print this message" | wrap " "
492 -h|--help) shift; help;;
741 # but try to help with the common cases. For more advanced configuration
  /external/chromium_org/chrome/common/extensions/docs/server2/
link_converter.py 73 help='Convert links in single file.') variable
75 help='Write to stdout.') variable
  /external/chromium_org/tools/json_schema_compiler/
features_compiler.py 61 help='logical include root directory. Path to schema files from ' variable
64 help='root directory to output generated files.') variable
66 help='C++ namespace for generated files. e.g extensions::api.') variable
compiler.py 136 help='logical include root directory. Path to schema files from specified' variable
139 help='root directory to output generated files.') variable
141 help='C++ namespace for generated files. e.g extensions::api.') variable
144 help='The generator to use to build the output code. Supported values are' variable
147 help='Adds custom dart from files in the given directory (Dart only).') variable
  /external/eigen/bench/spbench/
spbenchsolver.cpp 16 cout<< " -h or --help \n print this help and return\n\n";
26 bool help = ( get_options(argc, args, "-h") || get_options(argc, args, "--help") ); local
27 if(help) {
38 std::cerr << " Run with --help to see the list of all the available options \n";
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_cmd.h 33 char *help; member in struct:cmd
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
helpbase-ant.jar 
  /external/chromium_org/chrome/installer/linux/sysroot_scripts/
install-debian.wheezy.sysroot.py 114 default=False, help='Only install sysroot for official '
117 help='Sysroot architecture, i386 or amd64') variable
  /external/iptables/extensions/
libxt_pkttype.c 21 const char *help; member in struct:pkttypes
45 printf("\t%-14s\t\t%s\n", supported_types[i].name, supported_types[i].help);
124 .help = pkttype_help,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py 7 __all__ = ["run", "runctx", "help", "Profile"]
60 def help(): function
170 help="Save stats to <outfile>", default=None)
172 help="Sort order when printing to stdout, based on pstats.Stats class",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 7 __all__ = ["run", "runctx", "help", "Profile"]
60 def help(): function
170 help="Save stats to <outfile>", default=None)
172 help="Sort order when printing to stdout, based on pstats.Stats class",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
SetAttributeFix.java 105 String help = super.getAdditionalProposalInfo(); local
108 help = "<b>Adds translatable=\"false\" to this &lt;string&gt;.</b><br><br>" + help;
111 return help;

Completed in 927 milliseconds

1 2 3 4 5 6