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

1 2 3 4 5 6 7 8 91011>>

  /development/tools/findunused/
findunusedtranslations 3 sub usage { subroutine
4 print STDERR "Usage: findunusedtranslations values/strings.xml\n";
15 usage();
20 usage();
  /external/chromium/build/linux/
dump_app_syms 12 usage() { function
19 usage
  /external/clang/
gen_diff.sh 5 function usage() { function
6 echo Usage: $0 "[PATH_TO_YOUR_LLVM_DIRECTORY]"
21 usage
37 usage
  /external/icu4c/
runConfigureICU 11 usage() function
70 usage 0
91 usage 1
  /external/libpng/scripts/
libpng-config.in 28 usage() function
31 Usage: $0 [OPTION] ...
55 usage 1
71 usage 0
120 usage
  /external/llvm/utils/
GetRepositoryPath 3 usage() { function
4 echo "usage: $0 <source root>"
13 usage;
GetSourceVersion 3 usage() { function
4 echo "usage: $0 <source root>"
13 usage;
check-each-file 4 # the usage procedure, below, for command-line syntax (or run it with --help).
51 usage () { function
71 usage
78 usage
83 usage
88 usage
93 usage
99 usage
104 usage
109 usage
    [all...]
  /external/llvm/utils/release/
merge.sh 20 function usage() { function
21 echo "usage: `basename $0` [OPTIONS]"
37 usage
42 usage
52 usage
tag.sh 23 function usage() { function
24 echo "usage: `basename $0` -release <num> [-rebranch]"
25 echo "usage: `basename $0` -release <num> -rc <num>"
82 usage
87 usage
97 usage
  /external/openssh/
fixprogs 9 sub usage { subroutine
10 return("Usage: $0 <command file>\n");
14 die(&usage);
  /external/v8/tools/
push-to-trunk.sh 41 usage() { function
43 usage: $0 OPTIONS
61 h) usage
71 usage
  /external/valgrind/main/auxprogs/
posixtestsuite-1.5.1-diff-results 3 usage() function
7 Usage: $0 result_file_1 result_file_2
13 usage;
  /external/yaffs2/yaffs2/
patch-ker.sh 29 # Display usage of this script
30 usage () { function
31 echo "usage: $0 kernelpath"
39 usage;
  /hardware/ti/wlan/mac80211/ti-utils/scripts/
go.sh 13 usage() function
142 -h) usage
  /system/extras/ext4_utils/
mkuserimg.sh 5 function usage() { function
7 Usage:
21 usage
  /external/bzip2/
xmlproc.sh 2 # see the README file for usage etc.
19 usage() { function
21 echo 'Usage: xmlproc.sh -[option] <filename.xml>';
31 usage
112 usage
  /external/chromium/build/
install-chroot.sh 13 usage() { function
14 echo "usage: ${0##*/} [-m mirror] [-g group,...] [-s] [-c]"
34 usage
46 usage
51 usage
56 usage
64 usage
install-build-deps.sh 11 usage() { function
12 echo "Usage: $0 [--options]"
30 *) 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/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/openfst/src/extensions/far/
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 SetFlags(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 SetFlags(usage.c_str(), &argc, &argv, true);

Completed in 815 milliseconds

1 2 3 4 5 6 7 8 91011>>