Searched refs:usage (Results 201 - 225 of 641) sorted by relevance

1234567891011>>

/external/e2fsprogs/misc/
H A De2freefrag.c32 void usage(const char *prog) function
34 fprintf(stderr, "usage: %s [-c chunksize in kb] [-h] "
273 usage(progname);
279 usage(progname);
287 usage(progname);
294 usage(progname);
H A Dfindsuper.c105 static void usage(void) function
140 usage();
145 usage();
/external/icu4c/tools/gendraft/
H A Dgenheaders.pl65 usage() unless defined $srcDir;
66 usage() unless defined $destDir;
67 usage() unless defined $version;
68 usage() unless defined $exclude;
251 sub usage { subroutine
/external/stlport/test/eh/
H A Dmain.cpp124 usage (file-static helper)
128 static void usage(const char* name) function
217 usage(argv[0]);
230 usage(argv[0]);
233 usage(argv[0]);
268 usage(argv[0]);
/external/bluetooth/bluez/tools/
H A Davctrl.c167 static void usage(void) function
203 usage();
215 usage();
/external/bluetooth/hcidump/src/
H A Dcsrsniff.c141 static void usage(void) function
178 usage();
188 usage();
/external/e2fsprogs/lib/blkid/
H A Ddev.c192 void usage(char *prog) function
224 usage(argv[0]);
232 usage(argv[0]);
/external/e2fsprogs/util/
H A Dcopy_sparse.c203 static void usage(const char *progname) function
219 usage(argv[0]);
223 usage(argv[0]);
/external/grub/util/
H A Dgrub-install.in57 # Usage: usage
58 # Print the usage.
59 usage () {
235 usage
255 usage
261 usage
270 usage
375 usage
/external/icu4c/samples/date/
H A Ddate.c44 static void usage(void);
78 /* usage info */
125 /* print usage info */
127 usage();
146 usage() function
/external/iproute2/ip/
H A Dipmonitor.c27 static void usage(void) __attribute__((noreturn));
30 static void usage(void) function
150 usage();
/external/iproute2/tc/
H A Dm_gact.c65 usage(void) function
167 usage();
183 usage();
H A Dtc_class.c28 static void usage(void);
30 static void usage(void) function
100 usage();
126 usage();
277 usage();
329 usage();
H A Dtc_filter.c29 static void usage(void);
31 static void usage(void) function
123 usage();
152 usage();
318 usage();
372 usage();
/external/openssl/apps/
H A DCA.sh57 usage() { function
58 echo "usage: $0 -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify" >&2
81 usage
192 usage
/external/skia/include/pdf/
H A DSkPDFFont.h30 void merge(const SkPDFGlyphSet& usage);
60 void merge(const SkPDFGlyphSetMap& usage);
125 /** Subset the font based on usage set. Returns a SkPDFFont instance with
127 * @param usage Glyph subset requested.
131 SK_API virtual SkPDFFont* getFontSubset(const SkPDFGlyphSet* usage);
160 // Generate ToUnicode table according to glyph usage subset.
/external/srtp/crypto/test/
H A Dauth_driver.c78 usage(char *prog_name) { function
79 printf("usage: %s [ -t | -v ]\n", prog_name);
107 usage(argv[0]);
114 usage(argv[0]);
/external/srtp/test/
H A Drdbx_driver.c64 usage(char *prog_name) { function
65 printf("usage: %s [ -t | -v ]\n", prog_name);
90 usage(argv[0]);
99 usage(argv[0]);
H A Drtpw.c13 * applied. See the usage() function for more details.
103 * the function usage() prints an error message describing how this
108 usage(char *prog_name);
201 usage(argv[0]);
215 usage(argv[0]);
224 usage(argv[0]);
229 usage(argv[0]);
494 usage(char *string) { function
496 printf("usage: %s [-d <debug>]* [-k <key> [-a][-e]] "
/external/webkit/Source/JavaScriptCore/wtf/
H A DOSAllocatorSymbian.cpp77 void* OSAllocator::reserveUncommitted(size_t reservationSize, Usage usage, bool , bool executable) argument
113 void* OSAllocator::reserveAndCommit(size_t bytes, Usage usage, bool writable, bool executable) argument
115 void* base = reserveUncommitted(bytes, usage, writable, executable);
/external/chromium/build/
H A Dinstall-chroot.sh13 usage() { function
14 echo "usage: ${0##*/} [-m mirror] [-g group,...] [-s] [-c]"
34 usage
46 usage
51 usage
56 usage
64 usage
/external/libvpx/vpx/src/
H A Dvpx_encoder.c69 unsigned int usage)
74 if (!iface || !cfg || usage > INT_MAX)
82 for (map = iface->enc.cfg_maps; map->usage >= 0; map++)
84 if (map->usage == (int)usage)
87 cfg->g_usage = usage;
67 vpx_codec_enc_config_default(vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg, unsigned int usage) argument
/external/bluetooth/bluez/test/
H A Dlmptest.c105 static void usage(void) function
135 usage();
/external/bzip2/
H A Ddlltest.c7 usage: minibz2 [-d] [-{1,2,..9}] [[srcfilename] destfilename]
64 void usage(void) function
66 puts("usage: minibz2 [-d] [-{1,2,..9}] [[srcfilename] destfilename]");
94 usage();
/external/dbus/tools/
H A Ddbus-send.c52 usage (int ecode) function
249 usage (1);
276 usage (1);
300 usage (0);
302 usage (1);
308 usage (1);
312 usage (1);
318 usage (1);

Completed in 3364 milliseconds

1234567891011>>