HomeSort by relevance Sort by last modified time
    Searched full:validity (Results 151 - 175 of 2533) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libxml2/result/VC/
NS3.rdr 1 ./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo is different from default "http://example.com/fooo"
4 ./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo must be "http://example.com/fooo"
7 ./test/VC/NS3:9: element foo: validity error : Element foo namespace name for default namespace does not match the DTD
ElementValid5 1 ./test/VC/ElementValid5:7: element doc: validity error : Element doc content does not follow the DTD, expecting (a , b* , c+), got (a b c b)
ElementValid7 1 ./test/VC/ElementValid7:7: element doc: validity error : Element doc content does not follow the DTD, expecting ((a | b)* , c+ , a , b? , c , a?), got (a b a c c a)
NS2 1 ./test/VC/NS2:9: element doc: validity error : No declaration for attribute attr of element doc
NS2.rdr 1 ./test/VC/NS2:9: element doc: validity error : No declaration for attribute attr of element doc
  /external/libxml2/result/schemas/
anyAttr-processContents-err1_0_0.err 1 ./test/schemas/anyAttr-processContents-err1_0.xml:8: element elem.lax: Schemas validity error : Element '{http://FOO}elem.lax', attribute '{http://FOO}bar': 'o o' is not a valid value of the atomic type 'xs:language'.
2 ./test/schemas/anyAttr-processContents-err1_0.xml:9: element elem.strict: Schemas validity error : Element '{http://FOO}elem.strict', attribute '{http://FOO}barB': No matching global attribute declaration available, but demanded by the strict wildcard.
cos-st-restricts-1-2-err_0_0.err 1 ./test/schemas/cos-st-restricts-1-2-err_0.xml:3: element foo: Schemas validity error : Element '{http://FOO}foo': [facet 'length'] The value has a length of '2'; this differs from the allowed length of '3'.
2 ./test/schemas/cos-st-restricts-1-2-err_0.xml:3: element foo: Schemas validity error : Element '{http://FOO}foo': '1 2' is not a valid value of the list type '{http://FOO}type.A'.
changelog093_1_0.err 1 ./test/schemas/changelog093_0.xml:7: element description: Schemas validity error : Element '{http://www.blackperl.com/XML/ChangeLog}description': Duplicate key-sequence ['PL'] in unique identity-constraint '{http://www.blackperl.com/XML/ChangeLog}changelogDescriptionLangConstraint'.
facet-unionST-err1_0_0.err 1 ./test/schemas/facet-unionST-err1_0.xml:3: element foo: Schemas validity error : Element '{http://FOO}foo': 'tiny' is not a valid value of the union type '{http://FOO}fooType.B'.
idc-keyref-err1_1_0.err 1 ./test/schemas/idc-keyref-err1_0.xml:12: Schemas validity error : Element '{urn:test:foo}Ref': No match found for key-sequence ['L4'] of keyref '{urn:test:foo}LinkKeyRef'.
ns0_0_3.err 1 ./test/schemas/ns0_3.xml:1: element foo: Schemas validity error : Element '{http://example.com/xsd/ns}foo', attribute '{http://example.com/xsd/ns}id': The attribute '{http://example.com/xsd/ns}id' is not allowed.
ns0_0_4.err 1 ./test/schemas/ns0_4.xml:2: element foo: Schemas validity error : Element '{http://example.com/xsd/ns}foo', attribute '{http://example.com/xsd/ns}id': The attribute '{http://example.com/xsd/ns}id' is not allowed.
allsg_0_3.err 1 ./test/schemas/allsg_3.xml:6: element gm-B-1: Schemas validity error : Element '{urn:test:foo}gm-B-1': This element is not expected. Expected is one of ( {urn:test:foo}gh-A, {urn:test:foo}gm-A-1, {urn:test:foo}gm-A-2 ).
allsg_0_4.err 1 ./test/schemas/allsg_4.xml:6: element gm-A-1: Schemas validity error : Element '{urn:test:foo}gm-A-1': This element is not expected. Expected is one of ( {urn:test:foo}gh-B, {urn:test:foo}gm-B-1, {urn:test:foo}gm-B-2 ).
  /external/v8/src/base/
safe_math.h 57 : state_(rhs.ValueUnsafe(), rhs.validity()) {}
60 CheckedNumeric(Src value, RangeConstraint validity)
61 : state_(value, validity) {}
73 bool IsValid() const { return validity() == RANGE_VALID; }
89 // ValueFloating() - Since floating point values include their validity state,
98 // validity() - DO NOT USE THIS IN EXTERNAL CODE - It is public right now for
101 // Returns: current validity state (i.e. valid, overflow, underflow, nan).
105 RangeConstraint validity() const { return state_.validity(); } function in class:v8::base::internal::CheckedNumeric
124 RangeConstraint validity; local
135 RangeConstraint validity; local
    [all...]
safe_math_impl.h 145 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)
415 RangeConstraint validity() const { return validity_; } function in class:v8::base::internal::CheckedNumericState
467 RangeConstraint validity() const { function in class:v8::base::internal::CheckedNumericState
    [all...]
  /external/libxml2/result/relaxng/
565219_0.err 1 ./test/relaxng/565219_0.xml:1: element foo: Relax-NG validity error : Element foo has wrong namespace: expecting http://bar.com/
565219_2.err 1 ./test/relaxng/565219_2.xml:1: element foo: Relax-NG validity error : Element foo has wrong namespace: expecting http://bar.com/
tutor10_1_5.err 1 ./test/relaxng/tutor10_1_5.xml:1: element foo: Relax-NG validity error : Element foo has wrong namespace: expecting http://www.example.com
tutor10_1_6.err 1 ./test/relaxng/tutor10_1_6.xml:1: element foo: Relax-NG validity error : Element foo has wrong namespace: expecting http://www.example.com
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
V1TBSCertificateGenerator.java 18 * validity Validity,
131 ASN1EncodableVector validity = new ASN1EncodableVector(); local
133 validity.add(startDate);
134 validity.add(endDate);
136 seq.add(new DERSequence(validity));
  /external/selinux/libsepol/man/man3/
sepol_check_context.3 3 sepol_check_context \- Check the validity of a security context against a binary policy.
13 checks the validity of a security context against a binary policy
  /external/libxml2/python/tests/
validate.py 22 print("validity chec failed")
35 print("validity check failed")
58 print("validity chec failed")
71 print("validity check failed")
  /external/libxml2/test/valid/dtds/
notes.dtd 8 notes.dtd:13: validity error : Definition of notes has duplicate
  /external/selinux/libselinux/man/man3/
security_check_context.3 3 security_check_context \- check the validity of a SELinux context

Completed in 224 milliseconds

1 2 3 4 5 67 8 91011>>