Searched refs:usage (Results 51 - 75 of 641) sorted by relevance

1234567891011>>

/external/bluetooth/glib/
H A Dmkinstalldirs10 usage="\
17 echo "$usage" 1>&2
22 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
31 echo "$usage" 1>&2
/external/chromium/net/tools/dnssec_chain_verify/
H A Ddnssec_chain_verify.cc13 static int usage(const char* argv0) { function
23 return usage(argv[0]);
37 return usage(argv[0]);
42 return usage(argv[0]);
47 return usage(argv[0]);
63 return usage(argv[0]);
/external/libusb-compat/
H A Dlibusb-config.in9 usage()
24 usage 1 1>&2
64 usage 1 1>&2
/external/chromium/build/
H A Dapply_locales.py14 usage = 'usage: %s [options ...] format_string locale_list'
15 parser.set_usage(usage.replace('%s', '%prog'))
/external/e2fsprogs/e2fsck/
H A Dflushb.c32 static void usage(void) function
44 usage();
/external/libmtp/examples/
H A Dtrexist.c26 static void usage (void) function
41 usage();
/external/llvm/lib/Support/Unix/
H A DProcess.inc97 struct rusage usage;
98 ::getrusage(RUSAGE_SELF, &usage);
99 return usage.ru_maxrss;
112 struct rusage usage;
113 ::getrusage(RUSAGE_SELF, &usage);
115 static_cast<TimeValue::SecondsType>( usage.ru_utime.tv_sec ),
116 static_cast<TimeValue::NanoSecondsType>( usage.ru_utime.tv_usec *
119 static_cast<TimeValue::SecondsType>( usage.ru_stime.tv_sec ),
120 static_cast<TimeValue::NanoSecondsType>( usage.ru_stime.tv_usec *
123 #warning Cannot get usage time
[all...]
/external/dropbear/
H A Ddropbearconvert.c73 goto usage;
83 goto usage;
93 goto usage;
104 usage:
/external/fsck_msdos/
H A Dmain.c58 static void usage(void);
61 usage(void) function
65 "usage: fsck_msdosfs -p [-f] filesystem ...",
91 * is intentionally left out of the usage message.
109 usage();
117 usage();
/external/libpng/scripts/
H A Dlibpng-config.in28 usage() function
55 usage 1
71 usage 0
120 usage
/external/llvm/utils/release/
H A Dmerge.sh20 function usage() { function
21 echo "usage: `basename $0` [OPTIONS]"
37 usage
42 usage
52 usage
/external/openfst/src/bin/
H A Dfstcompile.cc43 string usage = "Creates binary FSTs from simple text format.\n\n Usage: ";
44 usage += argv[0];
45 usage += " [text.fst [binary.fst]]\n";
48 SetFlags(usage.c_str(), &argc, &argv, true);
H A Dfstcompose.cc39 string usage = "Composes two FSTs.\n\n Usage: ";
40 usage += argv[0];
41 usage += " in1.fst in2.fst [out.fst]\n";
44 SetFlags(usage.c_str(), &argc, &argv, true);
H A Dfstdeterminize.cc39 string usage = "Determinizes an FST.\n\n Usage: ";
40 usage += argv[0];
41 usage += " [in.fst [out.fst]]\n";
44 SetFlags(usage.c_str(), &argc, &argv, true);
H A Dfstdifference.cc37 string usage = "Subtracts an unweighted DFA from an FSA.\n\n Usage: ";
38 usage += argv[0];
39 usage += " in1.fst in2.fst [out.fst]\n";
42 SetFlags(usage.c_str(), &argc, &argv, true);
H A Dfstencode.cc37 string usage = "Encodes transducer labels and/or weights.\n\n Usage: ";
38 usage += argv[0];
39 usage += " in.fst codex [out.fst]\n";
42 SetFlags(usage.c_str(), &argc, &argv, true);
H A Dfstequivalent.cc40 string usage = "Two DFAs are equivalent iff the exit status is zero.\n\n"
42 usage += argv[0];
43 usage += " in1.fst in2.fst\n";
46 SetFlags(usage.c_str(), &argc, &argv, true);
H A Dfstminimize.cc34 string usage = "Minimizes a deterministic FST.\n\n Usage: ";
35 usage += argv[0];
36 usage += " [in.fst [out1.fst [out2.fst]]]\n";
39 SetFlags(usage.c_str(), &argc, &argv, true);
H A Dfstprune.cc36 string usage = "Prunes states and arcs of an FST.\n\n Usage: ";
37 usage += argv[0];
38 usage += " [in.fst [out.fst]]\n";
41 SetFlags(usage.c_str(), &argc, &argv, true);
H A Dfstpush.cc39 string usage = "Pushes weights and/or olabels in an FST.\n\n Usage: ";
40 usage += argv[0];
41 usage += " [in.fst [out.fst]]\n";
44 SetFlags(usage.c_str(), &argc, &argv, true);
H A Dfstrandgen.cc40 string usage = "Generates random paths through an FST.\n\n Usage: ";
41 usage += argv[0];
42 usage += " [in.fst [out.fst]]\n";
45 SetFlags(usage.c_str(), &argc, &argv, true);
H A Dfstreplace.cc28 string usage = "Recursively replaces FST arcs with other FST(s).\n\n"
30 usage += argv[0];
31 usage += " root.fst rootlabel [rule1.fst label1 ...] [out.fst]\n";
34 SetFlags(usage.c_str(), &argc, &argv, true);
/external/openfst/src/extensions/far/
H A Dfarcreate.cc39 string usage = "Creates a finite-state archive from input FSTs.\n\n Usage:"; local
40 usage += argv[0];
41 usage += " in1.fst [in2.fst ...] out.far\n";
44 SetFlags(usage.c_str(), &argc, &argv, true);
/external/openfst/src/extensions/pdt/
H A Dpdtexpand.cc35 string usage = "Expand a PDT and an FST.\n\n Usage: "; local
36 usage += argv[0];
37 usage += " in.pdt [out.fst]\n";
40 SetFlags(usage.c_str(), &argc, &argv, true);
H A Dpdtshortestpath.cc36 string usage = "Shortest path in a PDT.\n\n Usage: "; local
37 usage += argv[0];
38 usage += " in.pdt [out.fst]\n";
41 SetFlags(usage.c_str(), &argc, &argv, true);

Completed in 319 milliseconds

1234567891011>>