/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | DistributionPoint.java | 26 ReasonFlags reasons; field in DistributionPoint 64 reasons = new ReasonFlags(DERBitString.getInstance(t, false)); in DistributionPoint() 74 ReasonFlags reasons, in DistributionPoint() argument 78 this.reasons = reasons; in DistributionPoint() 89 return reasons; in getReasons() 109 if (reasons != null) in toASN1Primitive() 111 v.add(new DERTaggedObject(false, 1, reasons)); in toASN1Primitive() 132 if (reasons != null) in toString() 134 appendObject(buf, sep, "reasons", reasons.toString()); in toString()
|
D | ReasonFlags.java | 75 int reasons) in ReasonFlags() argument 77 super(getBytes(reasons), getPadBits(reasons)); in ReasonFlags() 81 DERBitString reasons) in ReasonFlags() argument 83 super(reasons.getBytes(), reasons.getPadBits()); in ReasonFlags()
|
/external/boringssl/src/util/ |
D | make_errors.go | 64 functions, reasons, err := parseHeader(prefix, headerFile) 72 for key, value := range reasons { 77 reasons = newReasons 100 if err := addFunctionsAndReasons(functions, reasons, name, prefix); err != nil { 106 assignNewValues(reasons, reservedReasonCode) 120 if err := writeHeaderFile(newHeaderFile, headerFile, prefix, functions, reasons); err != nil { 131 outputStrings(dataFile, lib, typeReasons, reasons) 218 func writeHeaderFile(w io.Writer, headerFile io.Reader, lib string, functions, reasons map[string]i… 251 outputAssignments(w, reasons) 342 func addFunctionsAndReasons(functions, reasons map[string]int, filename, prefix string) error { [all …]
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | XEquivalenceClass.java | 36 … List<Linkage<String, Integer>> reasons = foo1.getReasons(item, foo1.getSample(item)); in main() local 37 if (reasons != null) { in main() 38 System.out.println("\t\t" + XEquivalenceClass.toString(reasons, null)); in main() 142 Set<R> reasons = obj_reasons.get(b); in addAll() local 143 for (R reason: reasons) { in addAll() 157 Set<R> reasons = obj_reasons.get(b); in addReason() local 158 if (reasons == null) obj_reasons.put(b, reasons = new HashSet()); in addReason() 159 reasons.add(reason); in addReason() 251 public Set<R> reasons; field in XEquivalenceClass.Linkage 254 public Linkage(Set<R> reasons, T result) { in Linkage() argument [all …]
|
D | XEquivalenceMap.java | 53 Set<R> reasons = new HashSet<R>(); in add() local 55 reasons.add(reason); in add() 57 target_reasons = Row.of(target, reasons); in add() 61 Set<R> reasons = target_reasons.get1(); in add() local 64 reasons.add(reason); in add()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | ReasonsMask.java | 18 ReasonsMask(ReasonFlags reasons) in ReasonsMask() argument 20 _reasons = reasons.intValue(); in ReasonsMask() 23 private ReasonsMask(int reasons) in ReasonsMask() argument 25 _reasons = reasons; in ReasonsMask()
|
/external/boringssl/src/crypto/err/ |
D | err_data_generate.go | 164 functions, reasons *stringList member 212 err = e.reasons.Add(listKey, value) 228 reasons: newStringList(), 286 e.reasons.WriteTo(out, "Reason")
|
/external/valgrind/none/tests/s390x/ |
D | op_exception.stderr.exp | 6 did not recognise. There are two possible reasons for this. 19 did not recognise. There are two possible reasons for this. 32 did not recognise. There are two possible reasons for this. 45 did not recognise. There are two possible reasons for this.
|
/external/llvm/test/MC/Mips/mips64/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips32r2/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips5/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips64r2/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips32r3/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips32r5/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips64r6/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips64r3/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips1/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips4/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips32/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips32r6/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips64r5/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/libvpx/libvpx/ |
D | keywords.dox | 24 may exist valid reasons in particular circumstances to ignore a 31 there may exist valid reasons in particular circumstances when the
|
/external/webrtc/ |
D | TODO | 3 point implementation for purely experimental reasons.
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_crld.c | 290 if (!set_reasons(&point->reasons, cnf->value)) in crldp_from_section() 405 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1), 575 if(point->reasons) in i2r_crldp() 576 print_reasons(out, "Reasons", point->reasons, in i2r_crldp()
|
D | v3_purp.c | 334 if (dp->reasons) in setup_dp() 336 if (dp->reasons->length > 0) in setup_dp() 337 dp->dp_reasons = dp->reasons->data[0]; in setup_dp() 338 if (dp->reasons->length > 1) in setup_dp() 339 dp->dp_reasons |= (dp->reasons->data[1] << 8); in setup_dp()
|