Searched refs:usage (Results 376 - 400 of 1710) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/mesa/src/src/gbm/main/
H A Dgbm.c73 /** Test if a format is supported for a given set of usage flags.
77 * \param usage A bitmask of the usages to test the format against
87 uint32_t format, uint32_t usage)
89 return gbm->is_format_supported(gbm, format, usage);
315 * \param usage The union of the usage flags for this buffer
322 * \sa enum gbm_bo_flags for the list of usage flags
327 uint32_t format, uint32_t usage)
332 if (usage & GBM_BO_USE_CURSOR_64X64 &&
336 return gbm->bo_create(gbm, width, height, format, usage);
86 gbm_device_is_format_supported(struct gbm_device *gbm, uint32_t format, uint32_t usage) argument
325 gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, uint32_t usage) argument
364 gbm_bo_import(struct gbm_device *gbm, uint32_t type, void *buffer, uint32_t usage) argument
[all...]
/external/e2fsprogs/misc/
H A Dchattr.c82 static void usage(void) function
150 usage ();
156 usage ();
162 usage();
171 usage();
179 usage();
304 usage ();
/external/mesa3d/src/gbm/main/
H A Dgbm.c73 /** Test if a format is supported for a given set of usage flags.
77 * \param usage A bitmask of the usages to test the format against
87 uint32_t format, uint32_t usage)
89 return gbm->is_format_supported(gbm, format, usage);
315 * \param usage The union of the usage flags for this buffer
322 * \sa enum gbm_bo_flags for the list of usage flags
327 uint32_t format, uint32_t usage)
332 if (usage & GBM_BO_USE_CURSOR_64X64 &&
336 return gbm->bo_create(gbm, width, height, format, usage);
86 gbm_device_is_format_supported(struct gbm_device *gbm, uint32_t format, uint32_t usage) argument
325 gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, uint32_t usage) argument
364 gbm_bo_import(struct gbm_device *gbm, uint32_t type, void *buffer, uint32_t usage) argument
[all...]
/external/sepolicy/tools/
H A Dinsertkeys.py215 usage = "usage: %prog [options] CONFIG_FILE MAC_PERMISSIONS_FILE [MAC_PERMISSIONS_FILE...]\n" variable
216 usage += "This tool allows one to configure an automatic inclusion\n"
217 usage += "of signing keys into the mac_permision.xml file(s) from the\n"
218 usage += "pem files. If mulitple mac_permision.xml files are included\n"
219 usage += "then they are unioned to produce a final version."
223 parser = OptionParser(usage=usage, version=version)
/external/chromium_org/android_webview/buildbot/
H A Dgenerate_local_manifest.py63 usage = 'usage: %prog [options] <android_build_top> <path_to_exclude>'
64 parser = OptionParser(usage=usage)
/external/chromium_org/chrome/tools/build/win/
H A Dsln_deps.py98 usage = "usage: %prog [options] solution [project]"
104 option_parser = optparse.OptionParser(usage = usage,
/external/chromium_org/device/hid/
H A Dhid_device_filter_unittest.cc20 collection.usage.usage_page = HidUsageAndPage::kPageKeyboard;
21 collection.usage.usage = 0x01;
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dcompute_interfaces_info_individual.py64 usage = 'Usage: %prog [options] [generated1.idl]...'
65 parser = optparse.OptionParser(usage=usage)
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dsampstat32 usage = "usage: %prog [options] [FILES]\n Compute the mean and 95% confidence interval of a sample set.\n Standard input or files must contain two or more decimal numbers, one per line." variable
33 parser = OptionParser(usage=usage)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
H A Dupdate_webgl_conformance_tests.py122 usage = "usage: %prog [options] (input file or directory)"
123 parser = optparse.OptionParser(usage=usage)
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DBuffer.cpp36 Error Buffer::bufferData(const void *data, GLsizeiptr size, GLenum usage) argument
38 gl::Error error = mBuffer->setData(data, size, usage);
45 mUsage = usage;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DBuffer11.h55 ID3D11Buffer *getBuffer(BufferUsage usage);
66 virtual gl::Error setData(const void* data, size_t size, GLenum usage);
99 BufferStorage11 *getBufferStorage(BufferUsage usage);
/external/chromium_org/third_party/fuzzymatch/
H A Dfuzzymatch.c54 usage(const char *argv0) { function
64 return usage(argv[0]);
90 return usage(argv[0]);
/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dgralloc.h104 /* mask for the software usage bit-mask */
123 /* implementation-specific private usage flags */
176 * specified usage. This call may block, for instance if the h/w needs
185 * If usage specifies GRALLOC_USAGE_SW_*, vaddr is filled with the address
204 * If the buffer was created with a usage mask incompatible with the
205 * requested usage flags here, -EINVAL is returned.
210 buffer_handle_t handle, int usage,
240 buffer_handle_t handle, int usage,
273 int w, int h, int format, int usage,
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFont.h30 void merge(const SkPDFGlyphSet& usage);
60 void merge(const SkPDFGlyphSetMap& usage);
134 /** Subset the font based on usage set. Returns a SkPDFFont instance with
136 * @param usage Glyph subset requested.
140 virtual SkPDFFont* getFontSubset(const SkPDFGlyphSet* usage);
169 // Generate ToUnicode table according to glyph usage subset.
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Daddr2line-pdb.c51 void usage() { function
52 fprintf(stderr, "usage: "
84 usage();
87 usage();
/external/chromium_org/third_party/webrtc/tools/
H A Dcompare_videos.py26 usage = 'usage: %prog [options]'
27 parser = optparse.OptionParser(usage=usage)
/external/chromium_org/tools/checkbins/
H A Dcheckbins.py112 usage = "Usage: %prog [options] DIRECTORY" variable
113 option_parser = optparse.OptionParser(usage=usage)
/external/chromium_org/tools/valgrind/
H A Dregrind.sh27 usage() { function
113 *) usage;;
122 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/icu/icu4c/source/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/libcap-ng/libcap-ng-0.7/utils/
H A Dpscap.c39 static void usage(void) function
41 fprintf(stderr, "usage: pscap [-a]\n");
54 usage();
60 usage();
/external/libmtp/examples/
H A Dconnect.c35 void usage(void);
67 usage(void) function
106 usage ();
/external/skia/src/pdf/
H A DSkPDFFont.h30 void merge(const SkPDFGlyphSet& usage);
60 void merge(const SkPDFGlyphSetMap& usage);
134 /** Subset the font based on usage set. Returns a SkPDFFont instance with
136 * @param usage Glyph subset requested.
140 virtual SkPDFFont* getFontSubset(const SkPDFGlyphSet* usage);
169 // Generate ToUnicode table according to glyph usage subset.

Completed in 747 milliseconds

<<11121314151617181920>>