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

<<11121314151617181920>>

/external/chromium_org/tools/json_to_struct/
H A Djson_to_struct.py179 usage='usage: %prog [option] -s schema description') variable
/external/chromium_org/ui/ozone/gpu/
H A Dgpu_memory_buffer_factory_ozone_native_buffer.cc73 unsigned usage) {
79 << size.height() << " format " << internalformat << ", usage "
80 << usage; local
69 CreateGpuMemoryBuffer( const gfx::GpuMemoryBufferId& id, const gfx::Size& size, unsigned internalformat, unsigned usage) argument
/external/e2fsprogs/contrib/
H A Dfallocate.c40 void usage(void) function
119 usage();
125 usage();
130 usage();
135 usage();
140 usage();
145 usage();
150 usage();
/external/e2fsprogs/e2fsck/
H A Discan.c40 static void usage(void) function
72 usage ();
/external/e2fsprogs/misc/
H A De2undo.c32 static void usage(void) function
148 usage();
153 usage();
H A Dfindsuper.c106 static void usage(void) function
142 usage();
147 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/iproute2/genl/
H A Dgenl.c100 static void usage(void) __attribute__((noreturn));
102 static void usage(void) function
126 usage();
148 usage();
/external/iproute2/ip/
H A Drtmon.c59 void usage(void) function
83 usage();
91 usage();
109 usage();
123 usage();
/external/iproute2/tc/
H A Dm_gact.c65 usage(void) function
167 usage();
183 usage();
H A Dm_nat.c37 usage(void) function
108 usage();
H A Dm_skbedit.c44 usage(void) function
95 usage();
H A Dtc_class.c28 static void usage(void);
30 static void usage(void) function
100 usage();
126 usage();
277 usage();
329 usage();
/external/ipsec-tools/src/racoon/
H A Dplainrsa-gen.c65 usage (char *argv0) function
183 usage(argv[0]);
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dcaptest.c197 static void usage(void) function
199 printf("usage: captest [ --drop-all | --drop-caps | --id ] [ --lock ] [ --text ]\n");
220 usage();
H A Dpscap.c39 static void usage(void) function
41 fprintf(stderr, "usage: pscap [-a]\n");
54 usage();
60 usage();
/external/libopus/src/
H A Drepacketizer_demo.c39 void usage(char *argv0) function
41 fprintf(stderr, "usage: %s [options] input_file output_file\n", argv0);
71 usage(argv[0]);
95 usage(argv[0]);
/external/libpcap/tests/
H A Dopentest.c41 static void usage(void) __attribute__((noreturn));
111 usage();
174 usage(void) function
/external/libvpx/libvpx/examples/
H A Dresize_util.c20 static void usage(char *progname) { function
52 usage(argv[0]);
60 usage(argv[0]);
65 usage(argv[0]);
72 usage(argv[0]);
78 usage(argv[0]);
/external/libvpx/libvpx/
H A Dvpxenc.h32 int usage; member in struct:VpxEncoderConfig
/external/lldb/examples/lookup/
H A Dmain.cpp73 usage () function
168 usage();
/external/lldb/examples/python/
H A Dtypes.py63 usage = "usage: %prog [options]"
72 usage = "usage: %prog [options] EXEPATH [EXEPATH ...]" variable
80 parser = optparse.OptionParser(description=description, prog='framestats',usage=usage)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_resource.c30 unsigned usage,
34 return ur->vtbl->get_transfer(context, resource, level, usage, box);
69 unsigned usage,
79 usage,
27 u_get_transfer_vtbl(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
66 u_transfer_inline_write_vtbl( struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
H A Du_transfer.c13 unsigned usage,
22 assert(!(usage & PIPE_TRANSFER_READ));
25 usage |= PIPE_TRANSFER_WRITE;
29 usage |= PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE;
31 usage |= PIPE_TRANSFER_DISCARD_RANGE;
37 usage,
100 unsigned usage,
109 transfer->usage = usage;
10 u_default_transfer_inline_write( struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
97 u_default_get_transfer(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
/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

Completed in 339 milliseconds

<<11121314151617181920>>