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

1234567891011>>

/external/openfst/src/bin/
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...]
H A Dfstintersect.cc37 string usage = "Intersects two FSAs.\n\n Usage: ";
38 usage += argv[0];
39 usage += " in1.fst in2.fst [out.fst]\n";
40 usage += " Flags: connect\n";
43 SET_FLAGS(usage.c_str(), &argc, &argv, true);
/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/chromium_org/content/browser/quota/
H A Dusage_tracker_unittest.cc27 int64 usage,
31 *usage_out = usage;
37 int64 usage) {
40 *usage_out = usage;
60 int64 usage = GetUsage(origin); variable
62 base::Bind(callback, usage));
111 void SetUsage(const GURL& origin, int64 usage) { argument
112 usage_map_[origin] = usage;
160 void GetGlobalUsage(int64* usage, int64* unlimited_usage) { argument
164 &done, usage, unlimited_usag
24 DidGetGlobalUsage(bool* done, int64* usage_out, int64* unlimited_usage_out, int64 usage, int64 unlimited_usage) argument
35 DidGetUsage(bool* done, int64* usage_out, int64 usage) argument
170 GetHostUsage(const std::string& host, int64* usage) argument
216 int64 usage = 0; local
249 int64 usage = 0; local
[all...]
/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/qemu/distrib/sdl-1.2.15/
H A Dsdl-config.in9 @ENABLE_STATIC_FALSE@usage="\
11 @ENABLE_STATIC_TRUE@usage="\
15 echo "${usage}" 1>&2
56 echo "${usage}" 1>&2
/external/chromium_org/storage/browser/quota/
H A Dstorage_observer.cc52 : usage(0), quota(0) {
55 StorageObserver::Event::Event(const Filter& filter, int64 usage, int64 quota) argument
56 : filter(filter), usage(usage), quota(quota) {
61 usage == other.usage &&
/external/sepolicy/tools/sepolicy-analyze/
H A Dsepolicy-analyze.c17 void (*usage) (void); member in struct:__anon30329
26 void usage(char *arg0) function
33 analyze_components[i].usage();
47 usage(argv[0]);
55 usage(argv[0]); }
59 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...]
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_android.cc15 unsigned usage,
19 size, internalformat, usage)) {
21 size, internalformat, usage, callback);
32 unsigned usage,
37 size, internalformat, usage)) {
13 Create(const gfx::Size& size, unsigned internalformat, unsigned usage, int client_id, const CreationCallback& callback) argument
29 AllocateForChildProcess( const gfx::Size& size, unsigned internalformat, unsigned usage, base::ProcessHandle child_process, int child_client_id, const AllocationCallback& callback) argument
H A Dgpu_memory_buffer_impl_linux.cc14 unsigned usage,
18 size, internalformat, usage)) {
20 size, internalformat, usage, callback);
31 unsigned usage,
36 size, internalformat, usage)) {
12 Create(const gfx::Size& size, unsigned internalformat, unsigned usage, int client_id, const CreationCallback& callback) argument
28 AllocateForChildProcess( const gfx::Size& size, unsigned internalformat, unsigned usage, base::ProcessHandle child_process, int child_client_id, const AllocationCallback& callback) argument
H A Dgpu_memory_buffer_impl_win.cc14 unsigned usage,
18 size, internalformat, usage)) {
20 size, internalformat, usage, callback);
31 unsigned usage,
36 size, internalformat, usage)) {
12 Create(const gfx::Size& size, unsigned internalformat, unsigned usage, int client_id, const CreationCallback& callback) argument
28 AllocateForChildProcess( const gfx::Size& size, unsigned internalformat, unsigned usage, base::ProcessHandle child_process, int child_client_id, const AllocationCallback& callback) argument
/external/chromium_org/device/hid/
H A Dhid_device_filter.cc36 void HidDeviceFilter::SetUsage(uint16_t usage) { argument
38 usage_ = usage;
59 if (collection.usage.usage_page != usage_page_) {
62 if (usage_set_ && collection.usage.usage != usage_) {
/external/libmtp/examples/
H A Dnewplaylist.c30 static void usage(void) { function
51 usage();
65 usage();
73 usage();
78 usage();
/external/nist-pkits/
H A Dgenerate-tests.sh29 usage() { function
37 usage
46 usage
50 usage
57 usage

Completed in 617 milliseconds

1234567891011>>