Searched defs:usage (Results 76 - 100 of 346) sorted by relevance

1234567891011>>

/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/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.
H A DBuffer.h35 void bufferData(const void *data, GLsizeiptr size, GLenum usage);
40 GLenum usage() const { return mUsage; } function in class:gl::Buffer
/external/wpa_supplicant_6/wpa_supplicant/
H A Dmain.c24 static void usage(void) function
28 "usage:\n"
174 usage();
223 usage();
244 usage();
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Ddbus-listen-preq.py14 def usage(): function
44 usage()
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py14 def usage(): function
88 usage()
125 usage()
132 usage()
146 usage()
156 usage()
H A Dp2p_flush.py15 def usage(): function
88 usage()
125 usage()
132 usage()
146 usage()
155 usage()
H A Dp2p_listen.py15 def usage(): function
89 usage()
126 usage()
133 usage()
144 usage()
155 usage()
164 usage()
/external/wpa_supplicant_8/wpa_supplicant/
H A Dmain.c21 static void usage(void) function
25 "usage:\n"
199 usage();
264 usage();
288 usage();
/external/blktrace/btt/
H A Dargs.c238 static void usage(char *prog) function
309 usage(argv[0]);
382 usage(argv[0]);
388 usage(argv[0]);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DExtendedKeyUsage.java51 KeyPurposeId usage)
53 this.seq = new DERSequence(usage);
55 this.usageTable.put(usage, usage);
50 ExtendedKeyUsage( KeyPurposeId usage) argument
H A DKeyUsage.java53 * @param usage - the bitwise OR of the Key Usage flags giving the
58 int usage)
60 super(getBytes(usage), getPadBits(usage));
64 DERBitString usage)
66 super(usage.getBytes(), usage.getPadBits());
57 KeyUsage( int usage) argument
63 KeyUsage( DERBitString usage) argument
/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/fsck_msdos/
H A Dmain.c58 static void usage(void);
61 usage(void) function
65 "usage: fsck_msdosfs -p [-f] filesystem ...",
91 * is intentionally left out of the usage message.
109 usage();
117 usage();
/external/icu4c/samples/ufortune/
H A Dufortune.c82 * -? or --help display a usage line
138 * Display any command line option usage errors and/or the
139 * usage help message. These messages come from our resource bundle.
153 const UChar *usage; local
156 usage = ures_getStringByKey(myResources, "usage", &len, &err);
158 fprintf(stderr, "%s: ures_getStringByKey(\"usage\") failed, %s\n", programName, u_errorName(err));
161 u_file_write(usage, len, u_stdout);
/external/iproute2/ip/
H A Dipmonitor.c27 static void usage(void) __attribute__((noreturn));
30 static void usage(void) function
150 usage();
/external/libmtp/examples/
H A Dalbumart.c36 static void usage(void) { function
62 usage();
76 usage();
84 usage();
89 usage();
94 usage();
H A Dconnect.c35 void usage(void);
67 usage(void) function
106 usage ();
H A Dhotplug.c29 static void usage(void) function
31 fprintf(stderr, "usage: hotplug [-u -H -i -a\"ACTION\"]\n");
75 usage();
/external/linux-tools-perf/util/
H A Dusage.c49 void usage(const char *err) function
/external/openfst/src/lib/
H A Dflags.cc26 DEFINE_bool(help, false, "show usage information");
33 void SetFlags(const char *usage, int *argc, char ***argv, bool remove_flags) { argument
34 flag_usage = usage;
/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe-discovery.c21 void usage(void);
67 usage();
70 usage();
120 void usage(void) function
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Dmain.java92 usage();
138 usage(true);
142 usage(false);
187 usage();
240 usage();
309 * Prints the usage message.
311 private static void usage(boolean printDebugOptions) { method in class:main
328 private static void usage() { method in class:main
329 usage(false);
/external/webkit/Source/WebKit/win/
H A DWebSecurityOrigin.cpp130 HRESULT STDMETHODCALLTYPE WebSecurityOrigin::usage( function in class:WebSecurityOrigin

Completed in 1300 milliseconds

1234567891011>>