Searched refs:usage (Results 351 - 375 of 1710) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_batchbuffer.h97 enum i915_winsys_buffer_usage usage,
100 return batch->iws->batchbuffer_reloc(batch, buffer, usage, offset, fenced);
95 i915_winsys_batchbuffer_reloc(struct i915_winsys_batchbuffer *batch, struct i915_winsys_buffer *buffer, enum i915_winsys_buffer_usage usage, size_t offset, boolean fenced) argument
H A Di915_resource_buffer.c67 unsigned usage,
78 transfer->usage = usage;
108 unsigned usage,
179 buf->b.b.usage = PIPE_USAGE_IMMUTABLE;
64 i915_get_transfer(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
105 i915_buffer_transfer_inline_write( struct pipe_context *rm_ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.h47 unsigned usage, const struct pipe_box *);
51 unsigned usage, const struct pipe_box *, const void *data, unsigned stride, unsigned layer_stride);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.h215 unsigned usage);
242 unsigned usage,
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/tools/
H A Ddxbc2tgsi.cpp34 void usage() function
49 usage();
/external/openssl/crypto/pkcs12/
H A Dp12_attr.c75 /* Add key usage to PKCS#8 structure */
77 int PKCS8_add_keyusage(PKCS8_PRIV_KEY_INFO *p8, int usage) argument
80 us_val = (unsigned char) usage;
/external/qemu/distrib/libsparse/src/
H A Dsimg2img.c33 void usage() function
47 usage();
/external/skia/src/gpu/gl/debug/
H A DGrBufferObj.h55 void setUsage(GrGLint usage) { fUsage = usage; } argument
/external/smack/src/org/xbill/DNS/tests/
H A Dprimary.java11 usage() { method in class:primary
12 System.out.println("usage: primary [-t] [-a | -i] origin file");
24 usage();
/external/srec/tools/make_g2g/
H A Dmake_g2g.c40 static void usage(LCHAR* exename) function
42 LFPRINTF(stdout,"usage: %s -base <base grammar filename> [-out <output file>] \n",exename);
99 usage(argv[0]);
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Ddbus-listen-preq.py14 def usage(): function
44 usage()
/external/e2fsprogs/debugfs/
H A Dextent_inode.c51 const char *usage, int flags)
54 usage, flags))
244 const char *usage = "[--uninit] <lblk> <len> <pblk>"; local
250 usage, CHECK_FS_RW | CHECK_FS_BITMAPS))
262 fprintf(stderr, "Usage: %s %s\n", argv[0], usage);
304 const char *usage = "[--after] [--uninit] <lblk> <len> <pblk>"; local
312 usage, CHECK_FS_RW | CHECK_FS_BITMAPS))
336 fprintf(stderr, "usage: %s %s\n", cmd, usage);
363 const char *usage local
49 common_extent_args_process(int argc, char *argv[], int min_argc, int max_argc, const char *cmd, const char *usage, int flags) argument
411 const char *usage = "[--leaf-only|--reverse|--reverse-leaf]"; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dcodec_factory.h44 int usage) const = 0;
126 int usage) const {
128 return vpx_codec_enc_config_default(&vpx_codec_vp8_cx_algo, cfg, usage);
208 int usage) const {
210 return vpx_codec_enc_config_default(&vpx_codec_vp9_cx_algo, cfg, usage);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_resource_buffer.c67 unsigned usage,
78 transfer->usage = usage;
108 unsigned usage,
179 buf->b.b.usage = PIPE_USAGE_IMMUTABLE;
64 i915_get_transfer(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
105 i915_buffer_transfer_inline_write( struct pipe_context *rm_ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
H A Dradeon_winsys.h159 * \param usage A bitmask of the PIPE_TRANSFER_* flags.
164 enum pipe_transfer_usage usage);
177 * \param usage Only check whether the buffer is busy for the given usage.
180 enum radeon_bo_usage usage);
188 * \param usage Only wait until the buffer is idle for the given usage,
189 * but may still be busy for some other usage.
191 void (*buffer_wait)(struct pb_buffer *buf, enum radeon_bo_usage usage);
292 * \param usage Whethe
[all...]
/external/chromium_org/third_party/skia/bench/
H A Dbench_compare.py11 def usage(): function
12 """Prints simple usage information."""
61 usage()
90 usage()
94 usage()
162 usage()
/external/iproute2/ip/
H A Drtmon.c59 void usage(void) function
83 usage();
91 usage();
109 usage();
123 usage();
/external/libvpx/libvpx/test/
H A Dcodec_factory.h44 int usage) const = 0;
126 int usage) const {
128 return vpx_codec_enc_config_default(&vpx_codec_vp8_cx_algo, cfg, usage);
208 int usage) const {
210 return vpx_codec_enc_config_default(&vpx_codec_vp9_cx_algo, cfg, usage);
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_winsys.h159 * \param usage A bitmask of the PIPE_TRANSFER_* flags.
164 enum pipe_transfer_usage usage);
177 * \param usage Only check whether the buffer is busy for the given usage.
180 enum radeon_bo_usage usage);
188 * \param usage Only wait until the buffer is idle for the given usage,
189 * but may still be busy for some other usage.
191 void (*buffer_wait)(struct pb_buffer *buf, enum radeon_bo_usage usage);
292 * \param usage Whethe
[all...]
/external/skia/bench/
H A Dbench_compare.py11 def usage(): function
12 """Prints simple usage information."""
61 usage()
90 usage()
94 usage()
162 usage()
/external/chromium_org/android_webview/native/
H A Daw_quota_manager_bridge_impl.cc53 int64 usage,
115 int64 usage,
120 usage_.push_back(usage);
269 const std::vector<int64>& usage,
282 base::android::ToJavaLongArray(env, usage).obj(),
291 int64 usage,
295 usage = 0;
301 base::Bind(ui_callback, usage, quota));
343 int jcallback_id, bool is_quota, int64 usage, int64 quota) {
351 env, obj.obj(), jcallback_id, is_quota, usage, quot
112 OnUsageAndQuotaObtained( const GURL& origin, storage::QuotaStatusCode status_code, int64 usage, int64 quota) argument
266 GetOriginsCallbackImpl( int jcallback_id, const std::vector<std::string>& origin, const std::vector<int64>& usage, const std::vector<int64>& quota) argument
288 OnUsageAndQuotaObtained( const AwQuotaManagerBridgeImpl::QuotaUsageCallback& ui_callback, storage::QuotaStatusCode status_code, int64 usage, int64 quota) argument
342 QuotaUsageCallbackImpl( int jcallback_id, bool is_quota, int64 usage, int64 quota) argument
[all...]
/external/chromium_org/third_party/icu/source/config/
H A Dicu-config-bottom39 echo " --help, -?, --usage Print this message"
69 ## Print the normal usage message
72 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'`
76 usage()
371 usage
375 --usage)
376 usage
386 usage
/external/icu/icu4c/source/config/
H A Dicu-config-bottom39 echo " --help, -?, --usage Print this message"
69 ## Print the normal usage message
72 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'`
76 usage()
371 usage
375 --usage)
376 usage
386 usage
/external/chromium_org/device/hid/
H A Dhid_report_descriptor_unittest.cc331 ASSERT_EQ(expected_collection.usage.usage_page,
332 actual_collection.usage.usage_page);
333 ASSERT_EQ(expected_collection.usage.usage, actual_collection.usage.usage);
353 digitizer.usage = HidUsageAndPage(0x01, HidUsageAndPage::kPageDigitizer);
370 keyboard.usage = HidUsageAndPage(0x06, HidUsageAndPage::kPageGenericDesktop);
384 monitor.usage = HidUsageAndPage(0x01, HidUsageAndPage::kPageMonitor0);
403 mouse.usage
[all...]
/external/chromium_org/base/process/
H A Dprocess_metrics_win.cc85 void ProcessMetrics::GetCommittedKBytes(CommittedKBytes* usage) const {
109 usage->image = 0;
110 usage->mapped = 0;
111 usage->priv = 0;
116 usage->image = committed_image / 1024;
117 usage->mapped = committed_mapped / 1024;
118 usage->priv = committed_private / 1024;

Completed in 655 milliseconds

<<11121314151617181920>>