Searched refs:usage (Results 176 - 200 of 1184) sorted by relevance

1234567891011>>

/external/selinux/secilc/
H A Dsecilc.c44 void usage(char *prog) function
68 printf(" -h, --help display usage information\n");
130 usage(argv[0]);
139 usage(argv[0]);
148 usage(argv[0]);
153 usage(argv[0]);
165 usage(argv[0]);
184 usage(argv[0]);
189 usage(argv[0]);
194 usage(arg
[all...]
/external/skia/tools/
H A Dadd_codereview_message.py55 option_parser = optparse.OptionParser(usage=__doc__)
/external/tpm2/generator/
H A Dgenerator.py32 usage = ('''
33 usage: %s [-h|[tar_archive|part2.html part3.html]]
100 print(usage)
106 (' '.join(e.cmd), e.output, usage))
112 raise GeneratorException(usage)
/external/v8/test/intl/collator/
H A Ddefault-locale.js50 var collatorWithOptions = new Intl.Collator(undefined, {usage: 'search'});
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen.c351 unsigned usage)
380 if (!util_format_is_supported(format, usage))
394 if (usage != PIPE_BIND_RENDER_TARGET ||
406 if ((usage & PIPE_BIND_SAMPLER_VIEW) &&
418 if ((usage & (PIPE_BIND_RENDER_TARGET |
425 retval |= usage &
433 if (usage & PIPE_BIND_DEPTH_STENCIL &&
439 if (usage & PIPE_BIND_VERTEX_BUFFER) {
455 if (usage & PIPE_BIND_TRANSFER_READ)
457 if (usage
347 r300_is_format_supported(struct pipe_screen* screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned usage) argument
[all...]
/external/selinux/policycoreutils/setfiles/
H A Dsetfiles.c44 void usage(const char *const name) function
48 "usage: %s [-iFnprRv0] [-e excludedir] pathname...\n"
49 "usage: %s [-iFnprRv0] [-e excludedir] -f filename\n",
53 "usage: %s [-dilnpqvFW] [-e excludedir] [-r alt_root_path] spec_file pathname...\n"
54 "usage: %s [-dilnpqvFW] [-e excludedir] [-r alt_root_path] spec_file -f filename\n"
55 "usage: %s -s [-dilnpqvFW] spec_file\n"
56 "usage: %s -c policyfile spec_file\n",
241 usage(argv[0]);
284 usage(argv[0]);
310 usage(arg
[all...]
/external/libjpeg-turbo/
H A Ddjpeg.c100 usage (void) function
103 fprintf(stderr, "usage: %s [switches] ", progname);
227 usage();
229 usage();
236 usage();
244 usage();
249 usage();
257 usage();
307 usage();
330 usage();
[all...]
/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/curl/
H A Dcurl-config.in29 usage()
56 usage 1
128 usage 0
172 usage 1
/external/e2fsprogs/e2fsck/
H A Dextend.c19 static void usage(char *progname) function
36 usage(argv[0]);
/external/e2fsprogs/tests/progs/
H A Dtest_icount.c104 const char *usage = "usage: %s inode\n"; local
110 printf(usage, argv[0]);
127 const char *usage = "usage: %s inode\n"; local
133 printf(usage, argv[0]);
151 const char *usage = "usage: %s inode\n"; local
157 printf(usage, argv[0]);
175 const char *usage local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
H A DbuildAll.bat27 if x%1==x goto usage
46 if x%buildType%==x goto usage
51 :usage label
52 echo "usage: buildAll [-mapVersionTag HEAD|<branch name>] [-vm <url to java executable to run build>] [-bc <bootclasspath>] [-target <buildall target to execute>] [-buildID <buildID, e.g. 2.1.2>] [-ftp <userid> <password>] I|M"
/external/jcommander/src/test/java/com/beust/jcommander/dynamic/
H A DDynamicParameterTest.java38 public void usage() { method in class:DynamicParameterTest
40 new JCommander(ds).usage(new StringBuilder());
58 // dpt.usage();
/external/libchrome/crypto/third_party/nss/
H A Dpk11akey.cc60 CK_ATTRIBUTE_TYPE usage = CKA_SIGN; local
85 &usage, 1, wincx);
/external/libvorbis/lib/
H A Dtone.c6 void usage(){ function
16 if(argc<2)usage();
/external/libvpx/libvpx/test/
H A Dcodec_factory.h49 int usage) const = 0;
141 int usage) const {
143 return vpx_codec_enc_config_default(&vpx_codec_vp8_cx_algo, cfg, usage);
233 int usage) const {
235 return vpx_codec_enc_config_default(&vpx_codec_vp9_cx_algo, cfg, usage);
237 return vpx_codec_enc_config_default(&vpx_codec_vp10_cx_algo, cfg, usage);
326 int usage) const {
328 return vpx_codec_enc_config_default(&vpx_codec_vp10_cx_algo, cfg, usage);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.h101 unsigned depth, unsigned usage, unsigned plane);
111 * extended create function, gets depth, usage and formats for each plane seperately
117 unsigned depth, unsigned usage);
/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
/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/opencv3/cmake/templates/
H A Dopencv_run_all_tests_unix.sh.in5 usage()
8 usage: $0 [options]
25 usage
32 usage
/external/selinux/libselinux/utils/
H A Dselinuxexeccon.c11 static void usage(const char *name, const char *detail, int rc) function
13 fprintf(stderr, "usage: %s command [ fromcon ]\n", name);
37 usage(argv[0], "Invalid number of arguments", -1);
/external/selinux/libsemanage/tests/
H A Dlibsemanage-tests.c42 static void usage(char *progname) function
44 printf("usage: %s [options]\n", progname);
98 usage(argv[0]);
/external/selinux/libsepol/tests/
H A Dlibsepol-tests.c46 static void usage(char *progname) function
48 printf("usage: %s [options]\n", progname);
101 usage(argv[0]);

Completed in 814 milliseconds

1234567891011>>