HomeSort by relevance Sort by last modified time
    Searched refs:usage (Results 1 - 25 of 1117) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/misc/
NetscapeCertType.java 34 * @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());
  /external/qemu-pc-bios/bochs/bios/
bios_usage 2 gcc -E rombios.c | grep "^\.org" | sed -e 's/\.org //' | sed -e 's/ .*//' | sort >! temp.usage
3 usage rombios.bin temp.usage
4 /bin/rm temp.usage
  /external/valgrind/main/memcheck/tests/
sbfragment.stdout.exp 2 reasonable heap usage
  /system/core/toolbox/
sleep.c 37 usage(const char *s) function
39 fprintf(stderr, "USAGE: %s SECONDS\n", s);
49 usage(argv[0]);
55 usage(argv[0]);
ln.c 6 static int usage() function
16 if(argc < 2) return usage();
24 if(argc < 3) return usage();
rmdir.c 6 static int usage() function
16 if(argc < 2) return usage();
  /external/openssl/crypto/x509v3/
v3_pku.c 65 static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, PKEY_USAGE_PERIOD *usage, BIO *out, int indent);
85 PKEY_USAGE_PERIOD *usage, BIO *out, int indent)
88 if(usage->notBefore) {
90 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
91 if(usage->notAfter) BIO_write(out, ", ", 2);
93 if(usage->notAfter) {
95 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
  /external/openfst/src/extensions/far/
farequal.cc 33 string usage = "Compares the FSTs in two FST archives for equality."; local
34 usage += "\n\n Usage:";
35 usage += argv[0];
36 usage += " in1.far in2.far\n";
37 usage += " Flags: begin_key end_key";
40 SET_FLAGS(usage.c_str(), &argc, &argv, true);
farinfo.cc 36 string usage = "Prints some basic information about the FSTs in an FST "; local
37 usage += "archive.\n\n Usage:";
38 usage += argv[0];
39 usage += " [in1.far in2.far...]\n";
40 usage += " Flags: begin_key end_key list_fsts";
43 SET_FLAGS(usage.c_str(), &argc, &argv, true);
  /external/openfst/src/bin/
fstconnect.cc 31 string usage = "Removes useless states and arcs from an FST.\n\n Usage: ";
32 usage += argv[0];
33 usage += " [in.fst [out.fst]]\n";
36 SET_FLAGS(usage.c_str(), &argc, &argv, true);
fstinvert.cc 30 string usage = "Inverts a transduction.\n\n Usage: ";
31 usage += argv[0];
32 usage += " [in.fst [out.fst]]\n";
35 SET_FLAGS(usage.c_str(), &argc, &argv, true);
fstarcsort.cc 36 string usage = "Sorts arcs of an FST.\n\n Usage: ";
37 usage += argv[0];
38 usage += " [in.fst [out.fst]]\n";
41 SET_FLAGS(usage.c_str(), &argc, &argv, true);
fstclosure.cc 32 string usage = "Creates the Kleene closure of an FST.\n\n Usage: ";
33 usage += argv[0];
34 usage += " [in.fst [out.fst]]\n";
37 SET_FLAGS(usage.c_str(), &argc, &argv, true);
fstconcat.cc 32 string usage = "Concatenates two FSTs.\n\n Usage: ";
33 usage += argv[0];
34 usage += " in1.fst in2.fst [out.fst]\n";
37 SET_FLAGS(usage.c_str(), &argc, &argv, true);
fstconvert.cc 31 string usage = "Converts an FST to another type.\n\n Usage: ";
32 usage += argv[0];
33 usage += " [in.fst [out.fst]]\n";
36 SET_FLAGS(usage.c_str(), &argc, &argv, true);
  /frameworks/base/tools/aidl/
options.cpp 9 usage() function
12 "usage: aidl OPTIONS INPUT [OUTPUT]\n"
41 return usage();
67 return usage();
75 return usage();
86 return usage();
94 return usage();
103 return usage();
108 return usage();
123 return usage();
    [all...]
  /external/chromium/build/linux/
dump_app_syms 12 usage() { function
19 usage
  /external/llvm/utils/
GetRepositoryPath 3 usage() { function
4 echo "usage: $0 <source root>"
13 usage;
GetSourceVersion 3 usage() { function
4 echo "usage: $0 <source root>"
13 usage;
  /external/valgrind/main/auxprogs/
posixtestsuite-1.5.1-diff-results 3 usage() function
7 Usage: $0 result_file_1 result_file_2
13 usage;