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

1 2 3 4

  /external/grub/docs/
help2man 44 Usage: $this_program [OPTION]... EXECUTABLE
229 # Extract usage clause(s) [if any] for SYNOPSIS.
230 if ($help_text =~ s/^Usage:( +(\S+))(.*)((?:\n(?: {6}\1| *or: +\S).*)*)//m)
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 45 Usage: $this_program [OPTION]... EXECUTABLE
269 # Extract usage clause(s) [if any] for SYNOPSIS.
270 if ($help_text =~ s/^Usage:( +(\S+))(.*)((?:\n(?: {6}\1| *or: +\S).*)*)//m)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
do-webcore-rename 48 my $usage = <<EOF;
49 Usage: $programName [options]
60 print STDERR $usage;
ensure-valid-python 53 Usage: $0 [options]
commit-log-editor 54 Usage: $programName [--regenerate-log] <log file>
  /external/chromium_org/third_party/icu/source/tools/genren/
genren.pl 245 Usage: $0 [OPTIONS] LIBRARY_FILES
  /external/icu4c/tools/genren/
genren.pl 251 Usage: $0 [OPTIONS] LIBRARY_FILES
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 78 Usage:
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider-compare-results 38 my $usage = <<EOF;
39 Usage: $programName --shell=[path] [options] FILE FILE
63 print STDERR $usage;
sunspider 48 my $usage = <<EOF;
49 Usage: $programName --shell=[path] [options]
89 print STDERR $usage;
  /external/chromium_org/third_party/lcov/bin/
gendesc 76 print(STDERR "Use $tool_name --help to get usage information\n");
101 "Use $tool_name --help to get usage information\n");
111 # Write out command line usage information to given filehandle.
119 Usage: $tool_name [OPTIONS] INPUTFILE
genpng 88 print(STDERR "Use $tool_name --help to get usage ".
129 # Write out command line usage information to given filehandle.
137 Usage: $tool_name [OPTIONS] SOURCEFILE
  /external/chromium_org/third_party/lcov-1.9/bin/
gendesc 79 print(STDERR "Use $tool_name --help to get usage information\n");
104 "Use $tool_name --help to get usage information\n");
114 # Write out command line usage information to given filehandle.
122 Usage: $tool_name [OPTIONS] INPUTFILE
genpng 91 print(STDERR "Use $tool_name --help to get usage ".
132 # Write out command line usage information to given filehandle.
140 Usage: $tool_name [OPTIONS] SOURCEFILE
  /external/chromium_org/third_party/devscripts/
licensecheck.pl 239 or die "Usage: $progname [options] filelist\nRun $progname --help for more details\n";
249 die "Usage: $progname [options] filelist\nRun $progname --help for more details\n" unless @ARGV;
390 Usage: $progname [options] filename [filename ...]
  /external/clang/test/CodeGen/
2006-09-18-fwrite-cast-crash.c 7 static void Usage(signed char *ltmp_611_6) {
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 86 help: Describe the usage of this program or its subcommands.
87 Usage: help [SUBCOMMAND...]
98 Usage: port <subcommand> [options] [args]
110 Usage: add PATH...
135 usage: status [PATH...] label
163 say "Type 'port help' for usage.";
168 say "Type 'port help' for usage.";
182 =head1 USAGE
  /external/chromium_org/third_party/icu/source/tools/gendraft/
genheaders.pl 65 usage() unless defined $srcDir;
66 usage() unless defined $destDir;
67 usage() unless defined $version;
68 usage() unless defined $exclude;
251 sub usage { subroutine
253 Usage:
  /external/chromium_org/third_party/ots/test/
ot-sanitise.cc 30 int Usage(const char *argv0) {
31 std::fprintf(stderr, "Usage: %s ttf_file > dest_ttf_file\n", argv0);
38 if (argc != 2) return Usage(argv[0]);
39 if (::isatty(1)) return Usage(argv[0]);
  /external/icu4c/tools/gendraft/
genheaders.pl 65 usage() unless defined $srcDir;
66 usage() unless defined $destDir;
67 usage() unless defined $version;
68 usage() unless defined $exclude;
251 sub usage { subroutine
253 Usage:
  /external/qemu/
offset_layout.py 16 def Usage():
18 Usage: %s --dx offset-x-display --dy offset-y-display --px offset-x-phone-buttons --py offset-y-phone-buttons --kx offset-x-keyboard --ky offset-y-keyboard < layout > layout2.
48 Usage()
50 Usage()
  /external/valgrind/main/VEX/switchback/
binary_switchback.pl 42 sub Usage {
43 print "Usage: binary_switchback.pl test_ref [last_good [last_bad]]\n";
53 Usage();
  /sdk/emulator/qtools/
bb_dump.cpp 13 void Usage(const char *program)
15 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
23 Usage(argv[0]);
  /external/chromium_org/net/tools/crl_set_dump/
crl_set_dump.cc 20 static int Usage(const char* argv0) {
21 fprintf(stderr, "Usage: %s <crl-set file> [<delta file>]"
32 return Usage(argv[0]);
  /external/chromium_org/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 61 usage() unless defined $sourceDir;
62 usage() unless defined $destDir;
63 usage() unless defined $srcFileName;
64 usage() unless defined $destFileName;
634 sub usage { subroutine
636 Usage:

Completed in 562 milliseconds

1 2 3 4