HomeSort by relevance Sort by last modified time
    Searched defs:usage (Results 76 - 100 of 764) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tools/aidl/
options.cpp 9 usage() function
12 "usage: aidl OPTIONS INPUT [OUTPUT]\n"
41 return usage();
67 return usage();
75 return usage();
86 return usage();
94 return usage();
103 return usage();
108 return usage();
123 return usage();
    [all...]
  /frameworks/base/tools/obbtool/
mkobb.sh 148 usage() { function
156 echo " -h Help; this usage screen"
170 -h) usage; exit 1;;
183 usage
190 usage
  /sdk/eclipse/scripts/
create_all_symlinks.sh 2 # See usage() below for the description.
4 function usage() { function
69 usage
  /development/build/tools/
mk_sdk_repo_xml.sh 21 usage
24 function usage() { function
26 Usage: $0 output.xml xml-schema [type [os zip[:dest]]*...]*
  /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/chrome/installer/linux/debian/
build.sh 148 usage() { function
149 echo "usage: $(basename $0) [-c channel] [-a target_arch] [-o 'dir'] "
206 usage
211 usage
216 usage
  /external/chromium_org/chrome/installer/linux/rpm/
build.sh 176 usage() { function
177 echo "usage: $(basename $0) [-c channel] [-a target_arch] [-o 'dir']"
237 usage
242 usage
247 usage
  /external/chromium_org/chrome/installer/mac/
dmgdiffer.sh 7 # usage: dmgdiffer.sh product_name old_dmg new_dmg patch_dmg
435 usage() { function
436 echo "usage: ${ME} product_name old_dmg new_dmg patch_dmg" >& 2
450 usage
456 usage
464 usage
474 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/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/tools/
fxdis.cpp 32 void usage() function
39 std::cerr << "Usage: fxdis FILE\n";
47 usage();
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3speed.tcl 28 proc usage {} { procedure
29 puts stderr "Usage: $::argv0 <rows> <selects>"
97 if {[llength $argv]!=0} usage
  /external/chromium_org/tools/tcmalloc/
print-live-objects.py 16 def usage(): function
18 Usage:
74 usage()
  /external/chromium_org/v8/tools/
v8-rolls.sh 39 usage() { function
41 usage: $0 OPTIONS
106 h) usage
114 usage
  /external/e2fsprogs/e2fsck/
extend.c 19 static void usage(char *progname) function
36 usage(argv[0]);
  /external/e2fsprogs/misc/
uuidgen.c 29 static void usage(const char *progname) function
31 fprintf(stderr, _("Usage: %s [-r] [-t]\n"), progname);
59 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/libsepol/tests/
libsepol-tests.c 46 static void usage(char *progname) function
48 printf("usage: %s [options]\n", progname);
101 usage(argv[0]);
  /external/libvorbis/lib/
tone.c 6 void usage(){ function
16 if(argc<2)usage();
  /external/libvpx/libvpx/tools/
ftfy.sh 5 usage() { function
7 Usage: $self [option]
103 [ $# -lt 2 ] || usage
144 -h|--help) usage;;
149 *) usage;;
  /external/linux-tools-perf/scripts/python/
failed-syscalls-by-pid.py 18 usage = "perf script -s syscall-counts-by-pid.py [comm|pid]\n"; variable
24 sys.exit(usage)
syscall-counts.py 18 usage = "perf script -s syscall-counts.py [comm]\n"; variable
23 sys.exit(usage)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/tools/
fxdis.cpp 32 void usage() function
39 std::cerr << "Usage: fxdis FILE\n";
47 usage();
  /external/openfst/src/extensions/pdt/
pdtcompose.cc 41 string usage = "Compose a PDT and an FST.\n\n Usage: "; local
42 usage += argv[0];
43 usage += " in.pdt in.fst [out.pdt]\n";
44 usage += " in.fst in.pdt [out.pdt]\n";
47 SET_FLAGS(usage.c_str(), &argc, &argv, true);
pdtreplace.cc 33 string usage = "Converts an RTN represented by FSTs"; local
34 usage += " and non-terminal labels into PDT";
35 usage += " Usage: ";
36 usage += argv[0];
37 usage += " root.fst rootlabel [rule1.fst label1 ...] [out.fst]\n";
40 SET_FLAGS(usage.c_str(), &argc, &argv, true);
pdtshortestpath.cc 36 string usage = "Shortest path in a (bounded-stack) PDT.\n\n Usage: "; local
37 usage += argv[0];
38 usage += " in.pdt [out.fst]\n";
41 SET_FLAGS(usage.c_str(), &argc, &argv, true);

Completed in 2435 milliseconds

1 2 34 5 6 7 8 91011>>