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

1234567891011>>

/external/valgrind/auxprogs/
H A Dcompare-build-logs20 my $usage=<<EOF;
42 ) || die $usage;
47 die $usage;
/external/scrypt/
H A Dimport_scrypt.sh44 function usage() { function
84 shift || usage "No command specified. Try import, regenerate, or generate."
87 shift || usage "No tar file specified."
91 shift || usage "No patch file specified."
92 [ -d $SCRYPT_DIR ] || usage "$SCRYPT_DIR not found, did you mean to use generate?"
93 [ -d $SCRYPT_DIR_ORIG_ORIG ] || usage "$SCRYPT_DIR_ORIG not found, did you mean to use generate?"
97 shift || usage "No patch file specified."
99 shift || usage "No tar file specified."
102 usage "Unknown command specified $command. Try import, regenerate, or generate."
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DExtendedKeyUsage.java77 * @param usage the keyPurposeId to be included.
80 KeyPurposeId usage)
82 this.seq = new DERSequence(usage);
84 this.usageTable.put(usage, usage);
79 ExtendedKeyUsage( KeyPurposeId usage) argument
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/chromium-trace/trace-viewer/tracing/
H A Dwhy_imported11 Example usage:
27 usage='%prog <options> moduleNames', epilog=__doc__)
/external/icu/icu4c/source/tools/
H A Dicu-svnprops-check.py13 # usage:
18 # -h | --help Print a usage line and exit.
149 def usage(): function
150 print "usage: " + sys.argv[0] + " [-f | --fix] [-h | --help]"
195 usage()
199 usage()
205 usage()
/external/iproute2/genl/
H A Dgenl.c100 static void usage(void) __attribute__((noreturn));
102 static void usage(void) function
126 usage();
148 usage();
/external/lldb/include/lldb/
H A Dlldb-private-types.h52 const char *usage; member in struct:lldb_private::__anon9916
59 bool required; // This option is required (in the current usage level)
/external/lldb/test/
H A Dbench.py42 parser = OptionParser(usage="""\
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h198 ps->usage = flags;
236 unsigned usage,
244 buffer.usage = usage;
258 unsigned usage,
273 usage,
293 unsigned usage,
296 return pipe_buffer_map_range(pipe, buffer, 0, buffer->width0, usage, transfer);
342 unsigned usage = PIPE_TRANSFER_WRITE; local
345 usage |
234 pipe_buffer_create( struct pipe_screen *screen, unsigned bind, unsigned usage, unsigned size ) argument
254 pipe_buffer_map_range(struct pipe_context *pipe, struct pipe_resource *buffer, unsigned offset, unsigned length, unsigned usage, struct pipe_transfer **transfer) argument
291 pipe_buffer_map(struct pipe_context *pipe, struct pipe_resource *buffer, unsigned usage, struct pipe_transfer **transfer) argument
389 pipe_buffer_create_with_data(struct pipe_context *pipe, unsigned bind, unsigned usage, unsigned size, void *ptr) argument
424 pipe_get_transfer( struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned layer, enum pipe_transfer_usage usage, unsigned x, unsigned y, unsigned w, unsigned h) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.h100 * usage.
202 enum lp_texture_usage usage,
208 enum lp_texture_usage usage,
214 enum lp_texture_usage usage,
220 enum lp_texture_usage usage,
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_vdecl.c96 unsigned usage, index; local
103 svga_generate_vdecl_semantics( i, &usage, &index );
109 decl.identity.usage = usage;
/external/openfst/src/bin/
H A Dfstsymbols.cc45 string usage = "Performs operations (set, clear, relabel) on the symbol"
47 usage += argv[0];
48 usage += " [in.fst [out.fst]]\n";
51 SET_FLAGS(usage.c_str(), &argc, &argv, true);
/external/selinux/policycoreutils/hll/pp/
H A Dpp.c48 static void usage(int err) function
84 usage(0);
87 usage(1);
115 usage(1);
/external/skia/tools/
H A Dadd_codereview_message.py55 option_parser = optparse.OptionParser(usage=__doc__)
/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/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/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/linux-tools-perf/src/tools/perf/scripts/perl/
H A Drw-by-file.pl21 my $usage = "perf script -s rw-by-file.pl <comm>\n";
23 my $for_comm = shift or die $usage;

Completed in 727 milliseconds

1234567891011>>