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

1 2 3 4 5

  /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/perf-3.12.0/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/third_party/libvpx/
copy_obj.py 20 help='Specify multiple times for multiple sources.') variable
  /external/chromium_org/tools/gn/
variables.h 202 const char* help; member in struct:variables::VariableInfo
208 // Note: this is used only for help so this getter is not threadsafe.
212 // Note: this is used only for help so this getter is not threadsafe.
commands.h 73 const char* help; member in struct:commands::CommandInfo
functions.h 347 const char* help; member in struct:functions::FunctionInfo
  /external/lldb/scripts/
sed-sources 87 our $opt_h = 0; # Show help?
88 our $opt_m = 0; # Show help manpage style?
95 $opt_h and help();
104 sub help { exit pod2usage( verbose => 3, noperldoc => 1 ); }; subroutine
  /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/chromium_org/chrome/browser/extensions/activity_log/
generate_ad_network_hashes.py 95 help='The name of the input file with the hosts to be hashed') variable
98 help='The root name of the output source file', variable
  /external/chromium_org/third_party/cython/src/bin/
cython_freeze 16 help='write output to FILE instead of standard output') variable
18 help='do not automatically run the first module as __main__') variable
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.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
  /external/chromium_org/tools/metrics/histograms/
update_use_counter_css.py 60 help='Print enum definition formatted for use in uma.py of ' variable
  /external/compiler-rt/lib/dfsan/scripts/
build-libc-list.py 37 help='path to libc DSO directory', variable
40 help='path to libc archive directory', variable
44 help='path to libgcc DSO directory', variable
47 help='path to libgcc archive directory', variable
52 help='include libstdc++ in the list (inadvisable)') variable
54 help='path to libstdc++ DSO directory', variable
  /external/eigen/bench/spbench/
spbenchsolver.cpp 15 cout<< " -h or --help \n print this help and return\n\n";
25 bool help = ( get_options(argc, args, "-h") || get_options(argc, args, "--help") ); local
26 if(help) {
37 std::cerr << " Run with --help to see the list of all the available options \n";
  /external/lldb/utils/test/
run-until-faulted.py 82 help='Full path to your lldb command') variable
86 help="""(Mandatory) The executable to launch via lldb.""")
90 help="""The args/options passed to the launched program, if specified.""")
  /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/components/test/data/password_manager/
run_tests.py 17 description="Password Manager automated tests runner help.")
20 help="Set the chrome path (required).", nargs=1, required=True) variable
23 help="Set the chromedriver path (required).", nargs=1, required=True) variable
26 help="Set the profile path (required). You just need to choose a " variable
32 help="Set the usernames/passwords path (required).", nargs=1, variable
35 help="Write the results in a file.", required=True)

Completed in 732 milliseconds

1 2 3 4 5