Searched refs:usage (Results 1 - 25 of 1184) sorted by relevance

1234567891011>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/misc/
H A DNetscapeCertType.java34 * @param usage - the bitwise OR of the Key Usage flags giving the
39 int usage)
41 super(getBytes(usage), getPadBits(usage));
45 DERBitString usage)
47 super(usage.getBytes(), usage.getPadBits());
38 NetscapeCertType( int usage) argument
44 NetscapeCertType( DERBitString usage) argument
/external/libcap/progs/old/
H A Dexeccap.c18 static void usage(void) function
21 "usage: execcap <caps> <command-path> [command-args...]\n\n"
38 usage();
43 usage();
50 usage();
56 usage();
65 usage();
/external/libvncserver/examples/
H A Dstorepasswd.c25 static void usage(void) function
37 usage();
/external/v8/tools/
H A Drun-llprof.sh40 usage() { function
42 usage: $0 <benchmark_command>
50 usage
/external/valgrind/memcheck/tests/
H A Dsbfragment.stdout.exp2 reasonable heap usage
/external/vboot_reference/scripts/image_signing/
H A Densure_not_ASAN.sh13 usage() { function
19 usage
H A Densure_update_verification.sh15 usage() { function
21 usage
H A Dswap_rootfs.sh10 # Print usage string
11 usage() { function
19 usage
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_hw_context_priv.h39 enum radeon_bo_usage usage)
41 assert(usage);
42 return ctx->ws->cs_add_reloc(ctx->cs, rbo->cs_buf, usage, rbo->domains) * 4;
38 r600_context_bo_reloc(struct r600_context *ctx, struct si_resource *rbo, enum radeon_bo_usage usage) argument
/external/boringssl/src/crypto/x509v3/
H A Dv3_pku.c66 static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, PKEY_USAGE_PERIOD *usage, BIO *out, int indent);
86 PKEY_USAGE_PERIOD *usage, BIO *out, int indent)
89 if(usage->notBefore) {
91 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
92 if(usage->notAfter) BIO_write(out, ", ", 2);
94 if(usage->notAfter) {
96 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
/external/caliper/caliper/src/main/java/com/google/caliper/util/
H A DInvalidCommandException.java27 private ImmutableList<String> usage; field in class:InvalidCommandException
33 public void setUsage(List<String> usage) { argument
34 this.usage = ImmutableList.copyOf(usage);
39 if (usage != null) {
46 for (String line : usage) {
/external/autotest/contrib/
H A Dshow_offload_failures4 usage() { function
5 echo "usage: $CMD <job-directory>" >&2
10 usage
17 usage
/external/autotest/utils/
H A Dread_config_var.py12 def usage(): function
20 usage()
29 usage()
/external/ltrace/testsuite/
H A Drun-my-tests.sh7 function usage function
9 echo usage: `basename $0` '-m32|-m64 [<tool> | ""] [<test.exp>]'
22 usage
/external/autotest/client/site_tests/security_Minijail_seccomp/src/
H A Dopen.c11 void usage(const char *comm) { function
19 usage(argv[0]);
25 usage(argv[0]);
46 usage(argv[0]);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_batch.h44 #define OUT_RELOC(buf, usage, offset) \
45 i915_winsys_batchbuffer_reloc(i915->batch, buf, usage, offset, false)
47 #define OUT_RELOC_FENCED(buf, usage, offset) \
48 i915_winsys_batchbuffer_reloc(i915->batch, buf, usage, offset, true)
/external/mesa3d/src/glsl/glcpp/tests/
H A Dglcpp-test5 usage () function
21 usage
28 usage
/external/llvm/utils/
H A DGetRepositoryPath3 usage() { function
4 echo "usage: $0 <source root>"
13 usage;
H A DGetSourceVersion3 usage() { function
4 echo "usage: $0 <source root>"
13 usage;
/external/valgrind/auxprogs/
H A Dposixtestsuite-1.5.1-diff-results3 usage() function
13 usage;
/external/autotest/client/cros/scripts/
H A Ddestination12 def usage(): function
13 """ Print a usage message for this script. """
32 return usage()
38 return usage()
46 return usage()
51 return usage()
/external/libpng/contrib/libtests/
H A Dgentests.sh16 usage(){ function
30 usage
39 test $# -eq 0 || usage
44 test -d "$testdir" || usage
47 mkdir "$testdir" 2>/dev/null || mkdir -p "$testdir" || usage
55 usage
/external/pcre/dist/
H A Dpcre-config.in28 usage="Usage: pcre-config [--prefix] [--exec-prefix] [--version] $libs $cflags"
31 echo "${usage}" 1>&2
89 echo "${usage}" 1>&2
96 echo "${usage}" 1>&2
103 echo "${usage}" 1>&2
110 echo "${usage}" 1>&2
117 echo "${usage}" 1>&2
124 echo "${usage}" 1>&2
128 echo "${usage}" 1>&2
/external/mesa3d/src/gallium/auxiliary/util/
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/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
H A Dfetch_file28 usage = """%prog [options] URI
32 parser = OptionParser(version="0.1", usage=usage)

Completed in 4919 milliseconds

1234567891011>>