Searched defs:usage (Results 251 - 275 of 963) sorted by relevance

<<11121314151617181920>>

/external/swiftshader/src/OpenGL/libGLESv2/
H A DBuffer.cpp47 void Buffer::bufferData(const void *data, GLsizeiptr size, GLenum usage) argument
56 mUsage = usage;
/external/syslinux/com32/chain/
H A Doptions.c93 static void usage(void) function
96 static const char *const usage[] = { local
161 for (i = 0; i < sizeof(usage)/sizeof(usage[0]); i++) {
166 puts(usage[i]);
401 usage();
/external/syslinux/com32/modules/
H A Dwhichsys.c66 static void usage(void) function
68 static const char usage[] = "\ local
72 fprintf(stderr, usage);
81 /* If no argument got passed, let's show the usage */
83 usage();
112 isolinux.option ? boot_args(isolinux.arg[0]) : fprintf(stderr, "No command specified for ISOLINUX.\n\n"); usage();
115 pxelinux.option ? boot_args(pxelinux.arg[0]) : fprintf(stderr, "No command specified for PXELINUX.\n\n"); usage();
118 syslinux.option ? boot_args(syslinux.arg[0]) : fprintf(stderr, "No command specified for SYSLINUX.\n\n"); usage();
/external/syslinux/utils/
H A Dpxelinux-options381 sub usage() subroutine
411 $usage = 0;
420 $err = $usage = 1;
429 $err = $usage = 1;
455 $err = $usage = 1;
480 $err = $usage = 1;
499 $usage = 1;
502 $err = $usage = 1;
506 if (!defined($file) && !$usage) {
507 $err = $usage
[all...]
/external/valgrind/auxprogs/
H A Dgetoff.c77 void usage (char* progname) function
100 usage(argv[0]);
/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_group_add.py13 def usage(): function
106 usage()
131 usage()
145 usage()
172 usage()
179 usage()
192 usage()
209 usage()
H A Dp2p_invite.py13 def usage(): function
103 usage()
131 usage()
154 usage()
161 usage()
180 usage()
185 usage()
194 usage()
H A Dp2p_stop_find.py13 def usage(): function
90 usage()
130 usage()
137 usage()
151 usage()
161 usage()
/external/wpa_supplicant_8/wpa_supplicant/
H A Dmain.c21 static void usage(void) function
25 "usage:\n"
248 usage();
335 usage();
375 usage();
/external/ImageMagick/scripts/
H A Dtxt2html101 # * moved usage subroutine up top so people who look through code see
258 sub usage subroutine
460 &usage;
467 &usage;
/external/autotest/utils/
H A Dreindent.py11 -h (--help) Help. Print this usage information and exit.
53 def usage(msg=None): function
72 usage(msg)
84 usage()
/external/avb/tools/avbctl/
H A Davbctl.cc41 /* Prints program usage to |where|. */
42 void usage(FILE* where, int /* argc */, char* argv[]) { function in namespace:__anon533
224 usage(stderr, argc, argv);
245 usage(stderr, argc, argv);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DKeyUsage.java61 * @param usage - the bitwise OR of the Key Usage flags giving the
66 int usage)
68 this.bitString = new DERBitString(usage);
78 * Return true if a given usage bit is set, false otherwise.
80 * @param usages combination of usage flags.
65 KeyUsage( int usage) argument
/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/c-ares/
H A Dahost.c63 static void usage(void);
102 usage();
106 usage();
114 usage();
198 static void usage(void) function
200 fprintf(stderr, "usage: ahost [-t {a|aaaa}] {host|addr} ...\n");
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreUtil.cpp75 VkImageCreateInfo makeImageCreateInfo (const Texture& texture, const VkFormat format, const VkImageUsageFlags usage, const VkImageCreateFlags flags) argument
91 usage, // VkImageUsageFlags usage;
/external/e2fsprogs/contrib/android/
H A De2fsdroid.c28 static void usage(int ret) function
100 usage(EXIT_FAILURE);
/external/e2fsprogs/e2fsck/
H A Discan.c41 static void usage(void) function
73 usage ();
/external/e2fsprogs/misc/
H A Dfindsuper.c107 static void usage(void) function
143 usage();
148 usage();
/external/expat/tests/benchmark/
H A Dbenchmark.c18 usage(const char *prog, int rc) function
21 "usage: %s [-n] filename bufferSize nr_of_loops\n", prog);
43 usage(argv[0], 1);
48 usage(argv[0], 1);
/external/harfbuzz_ng/util/
H A Dhb-fc-list.c71 usage (char *program, int error) function
75 fprintf (file, "usage: %s [-vqVh] [-f FORMAT] [--verbose] [--format=FORMAT] [--quiet] [--version] [--help] text [pattern] {element ...} \n",
78 fprintf (file, "usage: %s [-vqVh] [-f FORMAT] text [pattern] {element ...} \n",
135 usage (argv[0], 0);
137 usage (argv[0], 1);
146 usage (argv[0], 1);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/shaping/
H A DArabicShapingTest.java153 System.out.println(usage);
230 StringBuffer buf = new StringBuffer("*** usage error ***\n");
233 buf.append(usage);
237 private static final String usage = field in class:ArabicShapingTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
H A DArabicShapingTest.java152 System.out.println(usage);
229 StringBuffer buf = new StringBuffer("*** usage error ***\n");
232 buf.append(usage);
236 private static final String usage = field in class:ArabicShapingTest
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DDeprecator.java90 usage();
114 static void usage() { method in class:Deprecator
119 pw.println(" -help : print this usage message and exit, doing nothing");

Completed in 6446 milliseconds

<<11121314151617181920>>