Home
last modified time | relevance | path

Searched refs:reasons (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DDistributionPoint.java27 ReasonFlags reasons; field in DistributionPoint
65 reasons = new ReasonFlags(DERBitString.getInstance(t, false)); in DistributionPoint()
78 ReasonFlags reasons, in DistributionPoint() argument
82 this.reasons = reasons; in DistributionPoint()
93 return reasons; in getReasons()
113 if (reasons != null) in toASN1Primitive()
115 v.add(new DERTaggedObject(false, 1, reasons)); in toASN1Primitive()
136 if (reasons != null) in toString()
138 appendObject(buf, sep, "reasons", reasons.toString()); in toString()
DReasonFlags.java75 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/
Dmake_errors.go63 reasons, err := parseHeader(prefix, headerFile)
70 for key, value := range reasons {
75 reasons = newReasons
117 if err := addReasons(reasons, name, prefix); err != nil {
122 assignNewValues(reasons, reservedReasonCode)
136 if err := writeHeaderFile(newHeaderFile, headerFile, prefix, reasons); err != nil {
151 outputStrings(dataFile, lib, reasons)
230 func writeHeaderFile(w io.Writer, headerFile io.Reader, lib string, reasons map[string]int) error {
262 outputAssignments(w, reasons)
344 func addReasons(reasons map[string]int, filename, prefix string) error {
[all …]
/external/autotest/client/cros/
Dchrome_binary_test.py65 reasons = {}
77 reasons[testname] = failure.attrib['message']
87 if testname not in reasons:
88 reasons[testname] = reason
90 if reasons:
91 message = '%d failures' % len(reasons)
92 for testname, reason in sorted(reasons.items()):
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DReasonsMask.java18 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/v8/tools/
Dtrace-maps-processor.py159 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/libmicrohttpd/src/microhttpd/
Dreason_phrase.c142 static const struct MHD_Reason_Block reasons[] = { variable
157 (reasons[code / 100].max > (code % 100)) ) in MHD_get_reason_phrase_for()
158 return reasons[code / 100].data[code % 100]; in MHD_get_reason_phrase_for()
/external/autotest/tko/
Dsite_parse.py141 reasons = {}
153 reasons[last_test] += line
162 reasons[last_test] = status.reason
164 return reasons
Dfrontend.py26 def add(self, status, count, job_tags, reasons = None): argument
38 if reasons:
39 self.reasons_list.append(reasons)
50 (x,y, status, count, job_tags, reasons) = row
53 reasons = None
59 data[x][y].add(status, count, job_tags, reasons)
Dreason_qualifier.py33 reasons = reasons_txt.split('|')
35 for reason in reasons:
/external/boringssl/src/crypto/err/
Derr_data_generate.go169 reasons *stringList member
213 err = e.reasons.Add(listKey, value)
226 reasons: newStringList(),
283 e.reasons.WriteTo(out, "Reason")
/external/valgrind/none/tests/s390x/
Dop_exception.stderr.exp6 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/Transforms/FunctionAttrs/
Dout-of-bounds-iterator-bug.ll6 ; readonly, but FunctionAttrs was inferring readonly for the wrong reasons (and
9 ; readonly for %x for the right reasons, and at that point this test will have
/external/llvm/test/CodeGen/X86/
Dreturn-ext.ll43 ; Except on Darwin, for legacy reasons.
64 ; Except on Darwin, for legacy reasons.
88 ; Except on Darwin, for legacy reasons.
/external/libvpx/libvpx/
Dkeywords.dox24 may exist valid reasons in particular circumstances to ignore a
31 there may exist valid reasons in particular circumstances when the
/external/boringssl/src/crypto/x509v3/
Dv3_crld.c269 if (!set_reasons(&point->reasons, cnf->value)) in crldp_from_section()
375 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
525 if (point->reasons) in i2r_crldp()
526 print_reasons(out, "Reasons", point->reasons, indent); in i2r_crldp()
Dv3_purp.c376 if (dp->reasons) { in setup_dp()
377 if (dp->reasons->length > 0) in setup_dp()
378 dp->dp_reasons = dp->reasons->data[0]; in setup_dp()
379 if (dp->reasons->length > 1) in setup_dp()
380 dp->dp_reasons |= (dp->reasons->data[1] << 8); in setup_dp()
/external/llvm/test/MC/Mips/mips32/
Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips32r5/
Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips4/
Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips64r5/
Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips64r3/
Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips1/
Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips32r3/
Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips32r2/
Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.

12345678910>>...17