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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/clang/plugins/tests/
test.sh 15 # Prints usage information.
16 usage() { function
17 echo "Usage: $(basename "${0}")" \
49 usage
53 usage
  /external/llvm/utils/release/
export.sh 23 function usage() { function
25 echo "usage: `basename $0`"
65 usage
70 usage
tag.sh 24 function usage() { function
25 echo "usage: `basename $0` -release <num> [-rebranch]"
26 echo "usage: `basename $0` -release <num> -rc <num>"
83 usage
88 usage
98 usage
  /external/nist-pkits/
generate-tests.sh 29 usage() { function
32 echo "Usage: $0 PKITS.pdf PKITS_data.zip"
37 usage
46 usage
50 usage
57 usage
  /external/openssl/apps/
CA.sh 57 usage() { function
58 echo "usage: $0 -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify" >&2
81 usage
192 usage
  /build/tools/
dump-package-stats 30 function usage () function
33 usage: $PROGNAME <.jar/.apk-file-list>
55 usage
  /external/chromium/build/
install-build-deps.sh 11 usage() { function
12 echo "Usage: $0 [--options]"
30 *) usage;;
  /external/chromium_org/build/
install-build-deps.sh 11 usage() { function
12 echo "Usage: $0 [--options]"
29 # USAGE: $ package_exists <package name>
50 *) usage;;
  /external/chromium_org/chrome/tools/build/linux/
chrome-wrapper 13 usage() { function
152 usage
  /external/chromium_org/remoting/host/installer/linux/
build-deb.sh 35 usage() { function
36 echo "usage: $(basename $0) [-hp] [-o path] [-s path]"
56 usage
61 usage
66 usage
  /external/chromium_org/remoting/tools/mac/
chromoting-set-channel.sh 15 usage() { function
16 echo "Usage: ${ME} <channel>" >&2
37 usage
64 usage
  /external/chromium_org/third_party/mesa/src/bin/
mklib 101 # Print usage info.
102 usage() { function
103 echo 'Usage: mklib [options] objects'
158 usage
  /external/chromium_org/third_party/protobuf/
protobuf_lite_java_parse_pom.py 8 Usage:
25 usage()
53 def usage(): function
  /external/chromium_org/tools/valgrind/
regrind.sh 27 usage() { function
28 echo "Usage: regrind.sh [--noscrape][--norepro][--keep]"
113 *) usage;;
122 usage
  /external/chromium_org/v8/tools/
merge-to-branch.sh 41 usage() { function
43 usage: $0 [OPTIONS]... [BRANCH] [REVISION]...
76 h) usage
93 usage
  /external/iptables/iptables/
iptables-apply 39 function usage() function
42 Usage: $PROGNAME [options] ruleset
82 (-h|--help) usage >&2; exit 0;;
  /external/libsepol/utils/
chkcon.c 9 void usage(char*) __attribute__((noreturn));
11 void usage(char *progname) function
13 printf("usage: %s policy context\n", progname);
22 usage(argv[0]);
  /external/mesa3d/bin/
mklib 101 # Print usage info.
102 usage() { function
103 echo 'Usage: mklib [options] objects'
158 usage
  /external/openfst/src/extensions/far/
farequal.cc 33 string usage = "Compares the FSTs in two FST archives for equality."; local
34 usage += "\n\n Usage:";
35 usage += argv[0];
36 usage += " in1.far in2.far\n";
37 usage += " Flags: begin_key end_key";
40 SET_FLAGS(usage.c_str(), &argc, &argv, true);
farextract.cc 39 string usage = "Extracts FSTs from a finite-state archive.\n\n Usage:"; local
40 usage += argv[0];
41 usage += " [in1.far in2.far...]\n";
44 SET_FLAGS(usage.c_str(), &argc, &argv, true);
farinfo.cc 36 string usage = "Prints some basic information about the FSTs in an FST "; local
37 usage += "archive.\n\n Usage:";
38 usage += argv[0];
39 usage += " [in1.far in2.far...]\n";
40 usage += " Flags: begin_key end_key list_fsts";
43 SET_FLAGS(usage.c_str(), &argc, &argv, true);
farprintstrings.cc 47 string usage = "Print as string the string FSTs in an archive.\n\n Usage:"; local
48 usage += argv[0];
49 usage += " [in1.far in2.far ...]\n";
52 SET_FLAGS(usage.c_str(), &argc, &argv, true);
  /external/v8/tools/
merge-to-branch.sh 41 usage() { function
43 usage: $0 [OPTIONS]... [BRANCH] [REVISION]...
73 h) usage
83 usage
  /ndk/tests/device/test-wait/jni/
test_wait.c 38 struct rusage usage; local
113 wait3(&status, 0, &usage);
140 wait4(cpid, &status, 0, &usage);
141 //__wait4(cpid, &status, 0, &usage); // This function will work, the above which is delcared will not.
  /system/core/toolbox/
ln.c 6 static int usage() function
16 if(argc < 2) return usage();
24 if(argc < 3) return usage();

Completed in 1680 milliseconds

12 3 4 5 6 7 8 91011>>