Searched refs:usage (Results 76 - 100 of 983) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_staging.h28 * create resources with a STAGING or DYNAMIC usage, copy between them
50 /* pt->usage == PIPE_USAGE_DYNAMIC || pt->usage == PIPE_USAGE_STAGING should be a good value to pass for direct */
56 unsigned usage,
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_transfer.h35 unsigned usage,
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.h61 unsigned usage);
H A Dst_manager.h40 void *eglimg, unsigned 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 SET_FLAGS(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 SET_FLAGS(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 SET_FLAGS(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 SET_FLAGS(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 SET_FLAGS(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 SET_FLAGS(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 SET_FLAGS(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 SET_FLAGS(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 SET_FLAGS(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 SET_FLAGS(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 SET_FLAGS(usage.c_str(), &argc, &argv, true);
/external/openfst/src/extensions/far/
H A Dfarcreate.cc40 string usage = "Creates a finite-state archive from input FSTs.\n\n Usage:"; local
41 usage += argv[0];
42 usage += " [in1.fst [[in2.fst ...] out.far]]\n";
45 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfarprintstrings.cc47 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/openfst/src/extensions/pdt/
H A Dpdtexpand.cc35 string usage = "Expand a (bounded-stack) PDT as an FST.\n\n Usage: "; local
36 usage += argv[0];
37 usage += " in.pdt [out.fst]\n";
40 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dpdtshortestpath.cc36 string usage = "Shortest path in a (bounded-stack) PDT.\n\n Usage: "; local
37 usage += argv[0];
38 usage += " in.pdt [out.fst]\n";
41 SET_FLAGS(usage.c_str(), &argc, &argv, true);
/external/e2fsprogs/tests/progs/
H A Dtest_rel.c145 const char *usage = "Usage: %s name max_blocks\n"; local
150 printf(usage, argv[0]);
174 const char *usage = "usage: %s old_block new_block [owner] [offset]"; local
183 printf(usage, argv[0]);
215 const char *usage = "%s block"; local
223 printf(usage, argv[0]);
305 const char *usage = "%s old_block new_block"; local
312 printf(usage, argv[0]);
330 const char *usage local
352 const char *usage = "Usage: %s name max_inode\\n"; local
382 const char *usage = "%s old new max_refs"; local
418 const char *usage = "%s inode"; local
444 const char *usage = "%s orig_inode"; local
536 const char *usage = "%s inode block offset"; local
573 const char *usage = "%s inode"; local
614 const char *usage = "%s old new"; local
640 const char *usage = "%s inode"; local
715 const char *usage = "Usage: test_rel [-R request] [-f cmd_file]"; local
[all...]
/external/libvpx/libvpx/examples/
H A Dresize_util.c23 static void usage() { function
31 usage();
62 usage();
70 usage();
75 usage();
82 usage();
88 usage();
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_find.py15 def usage(): function
92 usage()
136 usage()
143 usage()
154 usage()
165 usage()
174 usage()
H A Dp2p_listen.py15 def usage(): function
89 usage()
126 usage()
133 usage()
144 usage()
155 usage()
164 usage()
/external/iproute2/ip/
H A Dip.c39 static void usage(void) __attribute__((noreturn));
41 static void usage(void) function
59 usage();
172 usage();
178 usage();
190 usage();
228 usage();
237 usage();
245 usage();
270 usage();
[all...]
/external/jpeg/
H A Djpegtran.c45 usage (void) function
48 fprintf(stderr, "usage: %s [switches] ", progname);
103 usage();
166 usage();
174 usage();
191 usage();
197 usage();
213 usage();
215 usage();
233 usage();
[all...]

Completed in 857 milliseconds

1234567891011>>