HomeSort by relevance Sort by last modified time
    Searched full:reasons (Results 1 - 25 of 1423) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
ReasonsMask.java 6 * This class helps to handle CRL revocation reasons mask. Each CRL handles a
7 * certain set of revocation reasons.
14 * Constructs are reason mask with the reasons.
16 * @param reasons The reasons.
18 ReasonsMask(ReasonFlags reasons)
20 _reasons = reasons.intValue();
23 private ReasonsMask(int reasons)
25 _reasons = reasons;
38 * A mask with all revocation reasons
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DistributionPoint.java 17 * reasons [1] ReasonFlags OPTIONAL,
26 ReasonFlags reasons; field in class:DistributionPoint
64 reasons = new ReasonFlags(DERBitString.getInstance(t, false));
74 ReasonFlags reasons,
78 this.reasons = reasons;
89 return reasons;
109 if (reasons != null)
111 v.add(new DERTaggedObject(false, 1, reasons));
132 if (reasons != null
    [all...]
ReasonFlags.java 71 * @param reasons - the bitwise OR of the Key Reason flags giving the
75 int reasons)
77 super(getBytes(reasons), getPadBits(reasons));
81 DERBitString reasons)
83 super(reasons.getBytes(), reasons.getPadBits());
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DistributionPoint.java 45 * reasons [1] ReasonFlags OPTIONAL,
69 private final ReasonFlags reasons; field in class:DistributionPoint
73 ReasonFlags reasons, GeneralNames cRLIssuer) {
74 if ((reasons != null) && (distributionPoint == null) && (cRLIssuer == null)) {
75 throw new IllegalArgumentException("DistributionPoint MUST NOT consist of only the reasons field");
78 this.reasons = reasons;
88 if (reasons != null) {
89 reasons.dumpValue(sb, prefix + " ");
125 values[1] = dp.reasons;
    [all...]
ReasonFlags.java 55 * The names of the reasons.
57 static final String[] REASONS = {
84 sb.append(prefix).append(" ").append(REASONS[i]).append('\n');
95 new ASN1BitString.ASN1NamedBitList(REASONS.length) {
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLModElement01.html 9 <INS CITE="./files/ins-reasons.html" DATETIME="January 1, 2002">The INS element is used to indicate that a section of a document had been inserted.</INS>
11 <DEL CITE="./files/del-reasons.html" DATETIME="January 2, 2002">The DEL element is used to indicate that a section of a document had been removed.</DEL>
HTMLModElement02.html 9 <INS CITE="./files/ins-reasons.html" DATETIME="January 1, 2002">The INS element is used to indicate that a section of a document had been inserted.</INS>
11 <DEL CITE="./files/del-reasons.html" DATETIME="January 2, 2002">The DEL element is used to indicate that a section of a document had been removed.</DEL>
HTMLModElement03.html 9 <INS CITE="./files/ins-reasons.html" DATETIME="January 1, 2002">The INS element is used to indicate that a section of a document had been inserted.</INS>
11 <DEL CITE="./files/del-reasons.html" DATETIME="January 2, 2002">The DEL element is used to indicate that a section of a document had been removed.</DEL>
HTMLModElement04.html 9 <INS CITE="./files/ins-reasons.html" DATETIME="January 1, 2002">The INS element is used to indicate that a section of a document had been inserted.</INS>
11 <DEL CITE="./files/del-reasons.html" DATETIME="January 2, 2002">The DEL element is used to indicate that a section of a document had been removed.</DEL>
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLModElement01.xhtml 11 <ins cite="./files/ins-reasons.html" datetime="January 1, 2002">The INS element is used to indicate that a section of a document had been inserted.</ins>
13 <del cite="./files/del-reasons.html" datetime="January 2, 2002">The DEL element is used to indicate that a section of a document had been removed.</del>
HTMLModElement02.xhtml 11 <ins cite="./files/ins-reasons.html" datetime="January 1, 2002">The INS element is used to indicate that a section of a document had been inserted.</ins>
13 <del cite="./files/del-reasons.html" datetime="January 2, 2002">The DEL element is used to indicate that a section of a document had been removed.</del>
HTMLModElement03.xhtml 11 <ins cite="./files/ins-reasons.html" datetime="January 1, 2002">The INS element is used to indicate that a section of a document had been inserted.</ins>
13 <del cite="./files/del-reasons.html" datetime="January 2, 2002">The DEL element is used to indicate that a section of a document had been removed.</del>
HTMLModElement04.xhtml 11 <ins cite="./files/ins-reasons.html" datetime="January 1, 2002">The INS element is used to indicate that a section of a document had been inserted.</ins>
13 <del cite="./files/del-reasons.html" datetime="January 2, 2002">The DEL element is used to indicate that a section of a document had been removed.</del>
  /external/clang/INPUTS/
macro_pounder_obj.c 2 // This pounds on macro expansion for performance reasons. This is currently
  /external/clang/test/CXX/temp/temp.decls/temp.alias/
p3.cpp 3 // The example given in the standard (this is rejected for other reasons anyway).
  /external/jmdns/src/javax/jmdns/
package-info.java 5 * at Strangeberry. In November 2003 the project was moved to SourceForge, and the name was changed from JRendezvous to JmDNS for legal reasons. Many thanks to Stuart Cheshire for help and moral support.
  /external/proguard/examples/dictionaries/
shakespeare.txt 3 # It illustrates that any text can be used, for whatever flippant reasons
  /libcore/luni/src/main/java/javax/security/cert/
package.html 8 This package is provided only for compatibility reasons. It contains a simplified
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atalk.h 10 * netatalk for compatibility reasons.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atalk.h 10 * netatalk for compatibility reasons.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atalk.h 10 * netatalk for compatibility reasons.
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
shakespeare.txt 3 # It illustrates that any text can be used, for whatever flippant reasons
  /external/clang/test/Rewriter/
rewrite-foreach-6.m 5 // yet correct for other reasons: rdar://5716940
  /external/jpeg/
rdgif.c 33 fprintf(stderr, "GIF input is unsupported for legal reasons. Sorry.\n");
  /external/oprofile/libpp/
image_errors.h 20 /// possible reasons why we can't read a binary image

Completed in 1026 milliseconds

1 2 3 4 5 6 7 8 91011>>