Home
last modified time | relevance | path

Searched refs:validity (Results 1 – 25 of 501) sorted by relevance

12345678910>>...21

/external/v8/src/base/
Dsafe_math.h57 : state_(rhs.ValueUnsafe(), rhs.validity()) {} in CheckedNumeric()
60 CheckedNumeric(Src value, RangeConstraint validity) in CheckedNumeric() argument
61 : state_(value, validity) {} in CheckedNumeric()
73 bool IsValid() const { return validity() == RANGE_VALID; } in IsValid()
105 RangeConstraint validity() const { return state_.validity(); } in validity() function
124 RangeConstraint validity; variable
125 T value = CheckedNeg(state_.value(), &validity);
130 validity = GetRangeConstraint(state_.validity() | validity);
131 return CheckedNumeric<T>(value, validity);
135 RangeConstraint validity; in Abs() local
[all …]
Dsafe_math_impl.h145 CheckedAdd(T x, T y, RangeConstraint* validity) {
156 *validity = RANGE_VALID;
158 *validity = HasSignBit(uresult) ? RANGE_OVERFLOW : RANGE_UNDERFLOW;
161 *validity = BinaryComplement(x) >= y ? RANGE_VALID : RANGE_OVERFLOW;
168 CheckedSub(T x, T y, RangeConstraint* validity) {
179 *validity = RANGE_VALID;
181 *validity = HasSignBit(uresult) ? RANGE_OVERFLOW : RANGE_UNDERFLOW;
184 *validity = x >= y ? RANGE_VALID : RANGE_UNDERFLOW;
197 CheckedMul(T x, T y, RangeConstraint* validity) {
201 *validity = DstRangeRelationToSrcRange<T>(tmp);
[all …]
/external/boringssl/src/crypto/x509/
Dx509_set.c114 if ((x == NULL) || (x->cert_info->validity == NULL)) in X509_set_notBefore()
116 in = x->cert_info->validity->notBefore; in X509_set_notBefore()
120 M_ASN1_TIME_free(x->cert_info->validity->notBefore); in X509_set_notBefore()
121 x->cert_info->validity->notBefore = in; in X509_set_notBefore()
129 return x->cert_info->validity->notBefore; in X509_get0_notBefore()
136 if ((x == NULL) || (x->cert_info->validity == NULL)) in X509_set_notAfter()
138 in = x->cert_info->validity->notAfter; in X509_set_notAfter()
142 M_ASN1_TIME_free(x->cert_info->validity->notAfter); in X509_set_notAfter()
143 x->cert_info->validity->notAfter = in; in X509_set_notAfter()
151 return x->cert_info->validity->notAfter; in X509_get0_notAfter()
/external/libxml2/result/schemas/
Dhexbinary_0_1.err1 ./test/schemas/hexbinary_1.xml:6: element hex: Schemas validity error : Element 'hex': '0' is not a…
2 ./test/schemas/hexbinary_1.xml:7: element hex: Schemas validity error : Element 'hex': '0123456789A…
3 ./test/schemas/hexbinary_1.xml:8: element hex: Schemas validity error : Element 'hex': '+abcdef0123…
4 ./test/schemas/hexbinary_1.xml:9: element hex: Schemas validity error : Element 'hex': '-0123456789…
5 ./test/schemas/hexbinary_1.xml:11: element hex2: Schemas validity error : Element 'hex2': [facet 'm…
6 ./test/schemas/hexbinary_1.xml:11: element hex2: Schemas validity error : Element 'hex2': '11223344…
7 ./test/schemas/hexbinary_1.xml:13: element hex3: Schemas validity error : Element 'hex3': [facet 'l…
8 ./test/schemas/hexbinary_1.xml:13: element hex3: Schemas validity error : Element 'hex3': 'ab' is n…
9 ./test/schemas/hexbinary_1.xml:14: element hex3: Schemas validity error : Element 'hex3': [facet 'l…
10 ./test/schemas/hexbinary_1.xml:14: element hex3: Schemas validity error : Element 'hex3': '00fedc' …
Ddecimal-1_1_0.err1 ./test/schemas/decimal-1_0.xml:16: element val: Schemas validity error : Element 'val': '.' is not …
2 ./test/schemas/decimal-1_0.xml:17: element val: Schemas validity error : Element 'val': '-' is not …
3 ./test/schemas/decimal-1_0.xml:18: element val: Schemas validity error : Element 'val': '+' is not …
4 ./test/schemas/decimal-1_0.xml:19: element val: Schemas validity error : Element 'val': '*' is not …
5 ./test/schemas/decimal-1_0.xml:20: element val: Schemas validity error : Element 'val': '- 1' is no…
6 ./test/schemas/decimal-1_0.xml:21: element val: Schemas validity error : Element 'val': '+ 1' is no…
7 ./test/schemas/decimal-1_0.xml:22: element val: Schemas validity error : Element 'val': '+ 0' is no…
8 ./test/schemas/decimal-1_0.xml:23: element val: Schemas validity error : Element 'val': '- 0' is no…
Ddecimal-3_1_0.err1 ./test/schemas/decimal-3_0.xml:12: element val: Schemas validity error : Element 'val': [facet 'tot…
2 ./test/schemas/decimal-3_0.xml:12: element val: Schemas validity error : Element 'val': '0.123' is …
3 ./test/schemas/decimal-3_0.xml:13: element val: Schemas validity error : Element 'val': [facet 'tot…
4 ./test/schemas/decimal-3_0.xml:13: element val: Schemas validity error : Element 'val': '0.023' is …
5 ./test/schemas/decimal-3_0.xml:14: element val: Schemas validity error : Element 'val': [facet 'tot…
6 ./test/schemas/decimal-3_0.xml:14: element val: Schemas validity error : Element 'val': '123' is no…
7 ./test/schemas/decimal-3_0.xml:15: element val: Schemas validity error : Element 'val': [facet 'tot…
8 ./test/schemas/decimal-3_0.xml:15: element val: Schemas validity error : Element 'val': '12.3' is n…
Ddecimal-2_1_0.err1 ./test/schemas/decimal-2_0.xml:12: element val: Schemas validity error : Element 'val': [facet 'min…
2 ./test/schemas/decimal-2_0.xml:12: element val: Schemas validity error : Element 'val': '-0.1' is n…
3 ./test/schemas/decimal-2_0.xml:13: element val: Schemas validity error : Element 'val': [facet 'min…
4 ./test/schemas/decimal-2_0.xml:13: element val: Schemas validity error : Element 'val': '-1' is not…
/external/libxml2/result/VC/
DAttributeDefaultLegal.rdr1 ./test/VC/AttributeDefaultLegal:4: validity error : Attribute doc of At: invalid default value
4 ./test/VC/AttributeDefaultLegal:6: validity error : Attribute doc of bad: invalid default value
7 ./test/VC/AttributeDefaultLegal:8: validity error : Attribute doc of bad2: invalid default value
10 ./test/VC/AttributeDefaultLegal:11: element doc: validity error : No declaration for attribute val …
DAttributeDefaultLegal1 ./test/VC/AttributeDefaultLegal:4: validity error : Attribute doc of At: invalid default value
4 ./test/VC/AttributeDefaultLegal:6: validity error : Attribute doc of bad: invalid default value
7 ./test/VC/AttributeDefaultLegal:8: validity error : Attribute doc of bad2: invalid default value
10 ./test/VC/AttributeDefaultLegal:11: element doc: validity error : No declaration for attribute val …
DNS3.rdr1 ./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo is different from d…
4 ./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo must be "http://exa…
7 ./test/VC/NS3:9: element foo: validity error : Element foo namespace name for default namespace doe…
DNS31 ./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo is different from d…
4 ./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo must be "http://exa…
7 ./test/VC/NS3:9: element foo: validity error : Element foo namespace name for default namespace doe…
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DV1TBSCertificateGenerator.java131 ASN1EncodableVector validity = new ASN1EncodableVector(); in generateTBSCertificate() local
133 validity.add(startDate); in generateTBSCertificate()
134 validity.add(endDate); in generateTBSCertificate()
136 seq.add(new DERSequence(validity)); in generateTBSCertificate()
DV3TBSCertificateGenerator.java177 ASN1EncodableVector validity = new ASN1EncodableVector(); in generateTBSCertificate() local
179 validity.add(startDate); in generateTBSCertificate()
180 validity.add(endDate); in generateTBSCertificate()
182 v.add(new DERSequence(validity)); in generateTBSCertificate()
/external/libxml2/result/relaxng/
Dtutor7_1_3.err1 ./test/relaxng/tutor7_1_3.xml:1: element vector: Relax-NG validity error : Extra data in list: 5.6
2 ./test/relaxng/tutor7_1_3.xml:1: element vector: Relax-NG validity error : Error validating list
3 ./test/relaxng/tutor7_1_3.xml:1: element vector: Relax-NG validity error : Element vector failed to…
Dtutor7_1_2.err1 ./test/relaxng/tutor7_1_2.xml:1: element vector: Relax-NG validity error : failed to validate type …
2 ./test/relaxng/tutor7_1_2.xml:1: element vector: Relax-NG validity error : Error validating list
3 ./test/relaxng/tutor7_1_2.xml:1: element vector: Relax-NG validity error : Element vector failed to…
Dtutor7_2_4.err1 ./test/relaxng/tutor7_2_4.xml:1: element vector: Relax-NG validity error : failed to validate type …
2 ./test/relaxng/tutor7_2_4.xml:1: element vector: Relax-NG validity error : Error validating list
3 ./test/relaxng/tutor7_2_4.xml:1: element vector: Relax-NG validity error : Element vector failed to…
Dtutor7_3_4.err1 ./test/relaxng/tutor7_3_4.xml:1: element path: Relax-NG validity error : Extra data in list: 5.6
2 ./test/relaxng/tutor7_3_4.xml:1: element path: Relax-NG validity error : Error validating list
3 ./test/relaxng/tutor7_3_4.xml:1: element path: Relax-NG validity error : Element path failed to val…
Dtutor7_3_5.err1 ./test/relaxng/tutor7_3_5.xml:1: element path: Relax-NG validity error : failed to validate type do…
2 ./test/relaxng/tutor7_3_5.xml:1: element path: Relax-NG validity error : Error validating list
3 ./test/relaxng/tutor7_3_5.xml:1: element path: Relax-NG validity error : Element path failed to val…
Dtutor8_2_5.err1 ./test/relaxng/tutor8_2_5.xml:1: element head: Relax-NG validity error : Expecting an element title…
2 ./test/relaxng/tutor8_2_5.xml:1: element head: Relax-NG validity error : Invalid sequence in interl…
3 ./test/relaxng/tutor8_2_5.xml:1: element head: Relax-NG validity error : Element head failed to val…
Dtutor3_7_err1 ./test/relaxng/tutor3_7.rng:1: element element: Relax-NG validity error : Expecting an element , go…
2 ./test/relaxng/tutor3_7.rng:1: element element: Relax-NG validity error : Invalid sequence in inter…
3 ./test/relaxng/tutor3_7.rng:1: element element: Relax-NG validity error : Element element failed to…
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DV1TBSCertificateGenerator.java133 ASN1EncodableVector validity = new ASN1EncodableVector(); in generateTBSCertificate() local
135 validity.add(startDate); in generateTBSCertificate()
136 validity.add(endDate); in generateTBSCertificate()
138 seq.add(new DERSequence(validity)); in generateTBSCertificate()
DV3TBSCertificateGenerator.java198 ASN1EncodableVector validity = new ASN1EncodableVector(); in generateTBSCertificate() local
200 validity.add(startDate); in generateTBSCertificate()
201 validity.add(endDate); in generateTBSCertificate()
203 v.add(new DERSequence(validity)); in generateTBSCertificate()
/external/libxml2/
Drunsuite.c780 xmlChar *validity = NULL; in xstcTestInstance() local
810 validity = getString(cur, in xstcTestInstance()
812 if (validity == NULL) { in xstcTestInstance()
834 if (xmlStrEqual(validity, BAD_CAST "valid")) { in xstcTestInstance()
845 } else if (xmlStrEqual(validity, BAD_CAST "invalid")) { in xstcTestInstance()
853 xmlGetLineNo(cur), validity); in xstcTestInstance()
861 if (validity != NULL) xmlFree(validity); in xstcTestInstance()
877 xmlChar *validity = NULL; in xstcTestGroup() local
907 validity = getString(cur, in xstcTestGroup()
909 if (validity == NULL) { in xstcTestGroup()
[all …]
/external/boringssl/src/fipstools/
Dcavp_kas_test.cc135 bool validity; in cavp_kas_test_main() local
137 validity = true; in cavp_kas_test_main()
139 validity = false; in cavp_kas_test_main()
147 opts.arg = &validity; in cavp_kas_test_main()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestValidity.java33 Validity validity = Validity.getInstance(); field in TestValidity
75 Set<String> actual = validity.getStatusToCodes(lstr).get(subtype); in TestBasicValidity()
84 final Map<Status, Set<String>> statusToCodes = validity.getStatusToCodes(lstrType); in TestBasicValidity()
189 Map<Status, Set<String>> info = validity.getStatusToCodes(type); in getNewStatus()
200 Map<Status, Set<String>> statusToCodes = validity.getStatusToCodes(type); in TestBothDirections()
201 Map<String, Status> codeToStatus = validity.getCodeToStatus(type); in TestBothDirections()
224 Validity validity = Validity.getInstance(); in TestUnits() local
266 for (Entry<LstrType, Map<Status, Set<String>>> e1 : validity.getData().entrySet()) { in TestUnits()

12345678910>>...21