Searched refs:usage (Results 26 - 50 of 983) sorted by relevance

1234567891011>>

/external/openfst/src/bin/
H A Dfstclosure.cc32 string usage = "Creates the Kleene closure of an FST.\n\n Usage: ";
33 usage += argv[0];
34 usage += " [in.fst [out.fst]]\n";
37 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstconcat.cc32 string usage = "Concatenates two FSTs.\n\n Usage: ";
33 usage += argv[0];
34 usage += " in1.fst in2.fst [out.fst]\n";
37 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstconvert.cc31 string usage = "Converts an FST to another type.\n\n Usage: ";
32 usage += argv[0];
33 usage += " [in.fst [out.fst]]\n";
36 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstepsnormalize.cc33 string usage = "Epsilon normalizes an FST.\n\n Usage: ";
34 usage += argv[0];
35 usage += " [in.fst [out.fst]]\n";
38 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstequal.cc31 string usage = "Two FSTs are equal iff the exit status is zero.\n\n Usage: ";
32 usage += argv[0];
33 usage += " in1.fst in2.fst\n";
36 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstinfo.cc39 string usage = "Prints out information about an FST.\n\n Usage: ";
40 usage += argv[0];
41 usage += " [in.fst]\n";
44 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstproject.cc32 string usage = "Projects a transduction onto its input"
34 usage += argv[0];
35 usage += " [in.fst [out.fst]]\n";
38 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstreverse.cc36 string usage = "Reverses the paths in an FST.\n\n Usage: ";
37 usage += argv[0];
38 usage += " [in.fst [out.fst]]\n";
41 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstreweight.cc33 string usage = "Reweights an FST.\n\n Usage: ";
34 usage += argv[0];
35 usage += " in.fst potential.txt [out.fst]\n";
38 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstsynchronize.cc30 string usage = "Synchronizes an FST.\n\n Usage: ";
31 usage += argv[0];
32 usage += " [in.fst [out.fst]]\n";
35 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfsttopsort.cc30 string usage = "Topologically sorts an FST.\n\n Usage: ";
31 usage += argv[0];
32 usage += " [in.fst [out.fst]]\n";
35 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstunion.cc35 string usage = "Creates the union of two FSTs.\n\n Usage: ";
36 usage += argv[0];
37 usage += " in1.fst in2.fst [out.fst]\n";
40 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstrelabel.cc50 string usage = "Relabels the input and/or the output labels of the FST.\n\n"
52 usage += argv[0];
53 usage += " [in.fst [out.fst]]\n";
54 usage += " Using SymbolTables flags:\n";
55 usage += " -relabel_isymbols isyms.txt\n";
56 usage += " -relabel_osymbols osyms.txt\n";
57 usage += " Using numeric labels flags:\n";
58 usage += " -relabel_ipairs ipairs.txt\n";
59 usage += " -relabel_opairs opairs.txts\n";
62 SET_FLAGS(usage
[all...]
/external/openfst/src/extensions/far/
H A Dfarextract.cc39 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);
/external/openfst/src/extensions/pdt/
H A Dpdtinfo.cc31 string usage = "Prints out information about a PDT.\n\n Usage: "; local
32 usage += argv[0];
33 usage += " in.pdt\n";
37 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dpdtreverse.cc30 string usage = "Reverse a PDT.\n\n Usage: "; local
31 usage += argv[0];
32 usage += " in.pdt [out.fst]\n";
35 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dpdtreplace.cc33 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);
/external/srtp/crypto/test/
H A Drand_gen.c59 usage(char *prog_name) { function
60 printf("usage: %s -n <num_bytes> [-l][ -d debug_module ]*\n"
78 usage(argv[0]);
106 usage(argv[0]);
109 usage(argv[0]);
/external/e2fsprogs/contrib/
H A Dfallocate.c40 void usage(void) function
119 usage();
125 usage();
130 usage();
135 usage();
140 usage();
145 usage();
150 usage();
/external/selinux/policycoreutils/mcstrans/utils/
H A Dtranscon.c10 void usage(const char *progname) function
12 fprintf(stderr, "usage: %s context\n", progname);
18 if ( argc != 2 ) usage(argv[0]);
H A Duntranscon.c10 void usage(const char *progname) function
12 fprintf(stderr, "usage: %s context\n", progname);
17 if ( argc != 2 ) usage(argv[0]);
/external/vboot_reference/scripts/image_signing/
H A Densure_no_nonrelease_files.sh13 usage() { function
24 usage
/external/sepolicy/tools/sepolicy-analyze/
H A Dsepolicy-analyze.c19 void (*usage) (void); member in struct:__anon13632
30 void usage(char *arg0) function
37 analyze_components[i].usage();
51 usage(argv[0]);
59 usage(argv[0]); }
63 usage(argv[0]);
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBaseRecognizer.pm65 Readonly my $usage => 'void match(IntStream input, int ttype, BitSet follow)';
66 croak $usage if @_ != 4;
86 Readonly my $usage => 'void match_any(IntStream input)';
87 croak $usage if @_ != 2;
122 Readonly my $usage => 'void mismatch(IntStream input, int ttype, BitSet follow)';
123 croak $usage if @_ != 4;
147 Readonly my $usage => 'void report_error(RecognitionException e)';
148 croak $usage if @_ != 2;
162 Readonly my $usage => 'void display_recognition_error(String[] token_names, RecognitionException e)';
163 croak $usage i
[all...]
/external/llvm/utils/
H A Dcheck-each-file4 # 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...]

Completed in 428 milliseconds

1234567891011>>