Searched refs:usage (Results 101 - 125 of 641) sorted by relevance

1234567891011>>

/external/dbus/tools/
H A Ddbus-uuidgen.c31 usage (char *name, int ecode) function
65 usage (NULL, 1);
112 usage (argv[0], 0);
116 usage (argv[0], 1);
/external/libmtp/examples/
H A Dthumb.c37 static void usage(void) { function
61 usage();
66 usage();
74 usage();
/external/llvm/utils/release/
H A Dtag.sh23 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/mtpd/
H A Dmtpd.h54 /* The usage of the arguments. */
55 char *usage; member in struct:protocol
/external/openfst/src/bin/
H A Dfstmap.cc41 string usage = "Applies an operation to each arc of an FST.\n\n Usage: ";
42 usage += argv[0];
43 usage += " [in.fst [out.fst]]\n";
46 SetFlags(usage.c_str(), &argc, &argv, true);
H A Dfstprint.cc42 string usage = "Prints out binary FSTs in simple text format.\n\n Usage: ";
43 usage += argv[0];
44 usage += " [binary.fst [text.fst]]\n";
47 SetFlags(usage.c_str(), &argc, &argv, true);
H A Dfstrmepsilon.cc40 string usage = "Removes epsilons from 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 Dfstshortestdistance.cc39 string usage = "Finds shortest distance(s) in an FST.\n\n Usage: ";
40 usage += argv[0];
41 usage += " [in.fst [distance.txt]]\n";
44 SetFlags(usage.c_str(), &argc, &argv, true);
H A Dfstshortestpath.cc39 string usage = "Finds shortest path(s) in an FST.\n\n Usage: ";
40 usage += argv[0];
41 usage += " [in.fst [out.fst]]\n";
45 SetFlags(usage.c_str(), &argc, &argv, true);
/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe-discovery.c21 void usage(void);
67 usage();
70 usage();
120 void usage(void) function
/external/skia/src/gpu/gl/
H A DGrGLIndexBuffer.cpp106 GrGLenum usage = dynamic() ? GR_GL_DYNAMIC_DRAW : GR_GL_STATIC_DRAW; local
111 srcSizeInBytes, src, usage));
120 this->sizeInBytes(), NULL, usage));
129 srcSizeInBytes, src, usage));
H A DGrGLVertexBuffer.cpp103 GrGLenum usage = dynamic() ? GR_GL_DYNAMIC_DRAW : GR_GL_STATIC_DRAW; local
107 GL_CALL(BufferData(GR_GL_ARRAY_BUFFER, srcSizeInBytes, src, usage));
116 this->sizeInBytes(), NULL, usage));
137 NULL, usage));
140 GL_CALL(BufferData(GR_GL_ARRAY_BUFFER, srcSizeInBytes, src, usage));
/external/stlport/stlport/stl/config/
H A D_detect_dll_or_lib.h73 # error Unknown STLport usage config (dll/lib?)
/external/webkit/Source/JavaScriptCore/
H A Dcreate_jit_stubs25 my $usage = basename($0) . " --prefix prefix file";
39 die "$usage\n" unless ($prefix and $file);
/external/webkit/Source/JavaScriptCore/wtf/
H A DOSAllocatorPosix.cpp36 void* OSAllocator::reserveUncommitted(size_t bytes, Usage usage, bool writable, bool executable) argument
38 void* result = reserveAndCommit(bytes, usage, writable, executable);
46 void* OSAllocator::reserveAndCommit(size_t bytes, Usage usage, bool writable, bool executable) argument
58 int fd = usage;
H A DPageAllocationAligned.cpp31 PageAllocationAligned PageAllocationAligned::allocate(size_t size, size_t alignment, OSAllocator::Usage usage, bool writable, bool executable) argument
41 if (usage != OSAllocator::UnknownUsage)
42 flags |= usage;
57 void* reservationBase = OSAllocator::reserveUncommitted(reservationSize, usage, writable, executable);
/external/webkit/Tools/Scripts/
H A Drun-pageloadtest48 my $usage =
55 print STDERR $usage;
/external/srtp/crypto/test/
H A Daes_calc.c12 Example usage (with first NIST FIPS 197 test case):
26 usage(char *prog_name) { function
27 printf("usage: %s <key> <plaintext> [-v]\n", prog_name);
49 usage(argv[0]);
53 usage(argv[0]);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DBuffer.cpp37 void Buffer::bufferData(const void *data, GLsizeiptr size, GLenum usage) argument
57 mUsage = usage;
61 if (usage == GL_STATIC_DRAW)
79 // it most likely isn't used as a static buffer so we should fall back to streaming usage
80 // for best performance. So ignore the usage hint and don't create new static buffers.
/external/iproute2/genl/
H A Dgenl.c100 static void usage(void) __attribute__((noreturn));
102 static void usage(void) function
134 usage();
155 usage();
161 usage();
/external/skia/bench/
H A Dbench_compare.py10 def usage(): function
11 """Prints simple usage information."""
52 usage()
91 usage()
95 usage()
103 usage()
/external/jpeg/
H A Ddjpeg.c90 usage (void) function
93 fprintf(stderr, "usage: %s [switches] ", progname);
205 usage();
207 usage();
214 usage();
222 usage();
227 usage();
235 usage();
269 usage();
292 usage();
[all...]
/external/qemu/distrib/jpeg-6b/
H A Ddjpeg.c90 usage (void) function
93 fprintf(stderr, "usage: %s [switches] ", progname);
205 usage();
207 usage();
214 usage();
222 usage();
227 usage();
235 usage();
269 usage();
292 usage();
[all...]
/external/llvm/utils/
H A Dmakellvm5 alias usage 'echo "USAGE: $0:t [-h] [-n] [-obj obj-root] [gmake-flags] [VAR=...] [toolname (default: opt)]"; set pstatus = 1; goto cleanup'
21 usage
23 if ($#argv < 2) usage
52 usage
/external/oprofile/libdb/tests/
H A Ddb_test.c36 struct rusage usage; local
38 getrusage(RUSAGE_SELF, &usage);
40 return (usage.ru_utime.tv_sec + usage.ru_stime.tv_sec) * 1E9 +
41 ((usage.ru_utime.tv_usec + usage.ru_stime.tv_usec)) * 1000;

Completed in 2739 milliseconds

1234567891011>>