Searched defs:reasons (Results 1 - 21 of 21) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DReasonsMask.java6 * 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) argument
20 _reasons = reasons.intValue();
23 private ReasonsMask(int reasons) argument
25 _reasons = reasons;
38 * A mask with all revocation reasons
[all...]
/external/libmicrohttpd/src/microhttpd/
H A Dreason_phrase.c142 static const struct MHD_Reason_Block reasons[] = { variable in typeref:struct:MHD_Reason_Block
157 (reasons[code / 100].max > (code % 100)) )
158 return reasons[code / 100].data[code % 100];
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DDistributionPoint.java18 * reasons [1] ReasonFlags OPTIONAL,
27 ReasonFlags reasons; field in class:DistributionPoint
65 reasons = new ReasonFlags(DERBitString.getInstance(t, false));
75 ReasonFlags reasons,
79 this.reasons = reasons;
90 return reasons;
110 if (reasons != null)
112 v.add(new DERTaggedObject(false, 1, reasons));
133 if (reasons !
73 DistributionPoint( DistributionPointName distributionPoint, ReasonFlags reasons, GeneralNames cRLIssuer) argument
[all...]
H A DReasonFlags.java71 * @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());
74 ReasonFlags( int reasons) argument
80 ReasonFlags( DERBitString reasons) argument
/external/v8/tools/
H A Dtrace-maps-processor.py16 "count Count most frequent transition reasons\n" % sys.argv[0])
159 reasons = {} variable
163 if reason not in reasons:
164 reasons[reason] = 1
166 reasons[reason] += 1
168 for r in reasons:
169 reasons_list.append("%8d %s" % (reasons[r], r))
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DXEquivalenceClass.java37 List<Linkage<String, Integer>> reasons = foo1.getReasons(item, foo1.getSample(item));
38 if (reasons != null) {
39 System.out.println("\t\t" + XEquivalenceClass.toString(reasons, null));
143 Set<R> reasons = obj_reasons.get(b);
144 for (R reason: reasons) {
158 Set<R> reasons = obj_reasons.get(b);
159 if (reasons == null) obj_reasons.put(b, reasons = new HashSet());
160 reasons.add(reason);
252 public Set<R> reasons; field in class:XEquivalenceClass.Linkage
255 Linkage(Set<R> reasons, T result) argument
[all...]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DXEquivalenceClass.java36 List<Linkage<String, Integer>> reasons = foo1.getReasons(item, foo1.getSample(item));
37 if (reasons != null) {
38 System.out.println("\t\t" + XEquivalenceClass.toString(reasons, null));
142 Set<R> reasons = obj_reasons.get(b);
143 for (R reason: reasons) {
157 Set<R> reasons = obj_reasons.get(b);
158 if (reasons == null) obj_reasons.put(b, reasons = new HashSet());
159 reasons.add(reason);
251 public Set<R> reasons; field in class:XEquivalenceClass.Linkage
254 Linkage(Set<R> reasons, T result) argument
[all...]
/external/boringssl/src/crypto/x509/
H A Dx509_vfy.c884 /* If reasons not updated we wont get anywhere by
970 unsigned int reasons, best_reasons = 0; local
978 reasons = *preasons;
979 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x);
986 best_reasons = reasons;
1116 * The reasons mask is also used to determine if the CRL is suitable: if
1117 * no new reasons the CRL is rejected, otherwise reasons is updated.
1141 /* If no new reasons reject */
1176 /* If no new reasons rejec
1444 unsigned int reasons; local
[all...]
/external/libpcap/
H A Dgrammar.c271 const char *reasons[] = PFRES_NAMES; local
274 for (i = 0; reasons[i]; i++) {
275 if (pcap_strcasecmp(reason, reasons[i]) == 0)
/external/boringssl/include/openssl/
H A Dx509v3.h230 /* All existing reasons */
247 ASN1_BIT_STRING *reasons; member in struct:DIST_POINT_st
/external/boringssl/src/include/openssl/
H A Dx509v3.h230 /* All existing reasons */
247 ASN1_BIT_STRING *reasons; member in struct:DIST_POINT_st
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 251 milliseconds