/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | BasicConstraints.java | 17 ASN1Boolean cA = ASN1Boolean.getInstance(false); field in BasicConstraints 56 this.cA = null; in BasicConstraints() 63 this.cA = ASN1Boolean.getInstance(seq.getObjectAt(0)); in BasicConstraints() 67 this.cA = null; in BasicConstraints() 72 if (this.cA != null) in BasicConstraints() 85 boolean cA) in BasicConstraints() argument 87 if (cA) in BasicConstraints() 89 this.cA = ASN1Boolean.getInstance(true); in BasicConstraints() 93 this.cA = null; in BasicConstraints() 106 this.cA = ASN1Boolean.getInstance(true); in BasicConstraints() [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/ |
D | BasicConstraints.java | 21 ASN1Boolean cA = ASN1Boolean.getInstance(false); field in BasicConstraints 60 this.cA = null; in BasicConstraints() 67 this.cA = ASN1Boolean.getInstance(seq.getObjectAt(0)); in BasicConstraints() 71 this.cA = null; in BasicConstraints() 76 if (this.cA != null) in BasicConstraints() 89 boolean cA) in BasicConstraints() argument 91 if (cA) in BasicConstraints() 93 this.cA = ASN1Boolean.getInstance(true); in BasicConstraints() 97 this.cA = null; in BasicConstraints() 110 this.cA = ASN1Boolean.getInstance(true); in BasicConstraints() [all …]
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/ |
D | BasicConstraints.java | 21 ASN1Boolean cA = ASN1Boolean.getInstance(false); field in BasicConstraints 60 this.cA = null; in BasicConstraints() 67 this.cA = ASN1Boolean.getInstance(seq.getObjectAt(0)); in BasicConstraints() 71 this.cA = null; in BasicConstraints() 76 if (this.cA != null) in BasicConstraints() 89 boolean cA) in BasicConstraints() argument 91 if (cA) in BasicConstraints() 93 this.cA = ASN1Boolean.getInstance(true); in BasicConstraints() 97 this.cA = null; in BasicConstraints() 110 this.cA = ASN1Boolean.getInstance(true); in BasicConstraints() [all …]
|
/external/eigen/test/ |
D | indexed_view.cpp | 281 const ArrayXXi& cA(A); in check_indexed_view() local 282 VERIFY( is_same_eq(cA.col(0), cA(all,0)) ); in check_indexed_view() 283 VERIFY( is_same_eq(cA.row(0), cA(0,all)) ); in check_indexed_view() 284 VERIFY( is_same_eq(cA.block(0,0,2,2), cA(seqN(0,2),seq(0,1))) ); in check_indexed_view() 285 VERIFY( is_same_eq(cA.middleRows(2,4), cA(seqN(2,4),all)) ); in check_indexed_view() 286 VERIFY( is_same_eq(cA.middleCols(2,4), cA(all,seqN(2,4))) ); in check_indexed_view() 378 const ArrayXXi& cA(A); in check_indexed_view() local 379 VERIFY( is_same_eq( cA.block<Dynamic,4>(1,1,3,4), cA.block(1,1,fix<Dynamic>(3),fix<4>)) ); in check_indexed_view() 381 VERIFY( is_same_eq( cA.topLeftCorner<3,4>(), cA.topLeftCorner(fix<3>,fix<4>)) ); in check_indexed_view() 382 VERIFY( is_same_eq( cA.bottomLeftCorner<3,4>(), cA.bottomLeftCorner(fix<3>,fix<4>)) ); in check_indexed_view() [all …]
|
D | stl_iterators.cpp | 134 const ColMatrixType& cA(A); in test_stl_iterators() local 148 VERIFY( is_default_constructible_and_assignable(cA.row(0).begin())); in test_stl_iterators() 149 VERIFY( is_default_constructible_and_assignable(cA.row(0).end())); in test_stl_iterators() 165 VERIFY( is_pointer_based_stl_iterator(cA.col(j).begin()) ); in test_stl_iterators() 166 VERIFY( is_pointer_based_stl_iterator(cA.col(j).end()) ); in test_stl_iterators() 171 VERIFY( is_pointer_based_stl_iterator(cA.row(i).begin()) ); in test_stl_iterators() 172 VERIFY( is_pointer_based_stl_iterator(cA.row(i).end()) ); in test_stl_iterators() 176 VERIFY( is_pointer_based_stl_iterator(cA.reshaped().begin()) ); in test_stl_iterators() 177 VERIFY( is_pointer_based_stl_iterator(cA.reshaped().end()) ); in test_stl_iterators() 251 for(auto x : cA.reshaped()) { VERIFY_IS_EQUAL(x,A(i++)); } in test_stl_iterators() [all …]
|
/external/libopus/celt/ |
D | mathops.h | 50 #define cA 0.43157974f macro 66 return -x*y*(y2 + cA*x2) / den + (y<0 ? -cE : cE); in fast_atan2f() 69 return x*y*(x2 + cA*y2) / den + (y<0 ? -cE : cE) - (x*y<0 ? -cE : cE); in fast_atan2f() 72 #undef cA
|
/external/cronet/net/data/verify_certificate_chain_unittest/pkits_errors/ |
D | 4.6.2.txt | 1 ----- Certificate i=1 (CN=basicConstraints Critical cA False CA,O=Test Certificates 2011,C=US) -----
|
D | 4.6.3.txt | 1 ----- Certificate i=1 (CN=basicConstraints Not Critical cA False CA,O=Test Certificates 2011,C=US) …
|
/external/python/cpython3/Modules/_xxtestfuzz/dictionaries/ |
D | fuzz_sre_compile.dict | 55 "[\\cA]" 140 "\\cA"
|
/external/cronet/testing/libfuzzer/fuzzers/dicts/ |
D | regexp.dict | 64 "[\\cA]" 149 "\\cA"
|
/external/AFLplusplus/dictionaries/ |
D | regexp.dict | 162 "[\\cA]" 163 "\\cA"
|
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/smime/ |
D | SignedInvalidcAFalseTest2.eml | 3 Subject: Invalid cA False Test2
|
D | SignedInvalidcAFalseTest3.eml | 3 Subject: Invalid cA False Test3
|
/external/scapy/scapy/layers/tls/ |
D | cert.py | 606 self.cA = False 607 if extn.extnValue.cA: 608 self.cA = not (extn.extnValue.cA.val == 0)
|
/external/skia/tests/ |
D | UtilsTest.cpp | 605 constexpr static uint16_t cA[] = {1, 2, 3, 4}; in DEF_TEST() local 608 constexpr static const uint16_t* cP = &cA[0]; in DEF_TEST() 609 constexpr auto z = SkMakeZip(cA, cP); in DEF_TEST()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | apiviewer.js | 175 …z){cz.unshift(true);return cz;}},filters:{enabled:function(cA){return cA.disabled===false&&cA.type… argument
|
/external/scapy/test/ |
D | cert.uts | 225 assert(x.cA)
|
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/ |
D | pkits.ldif | 785 dn: CN=basicConstraints Critical cA False CA,O=Test Certificates 2011,C=US 787 cn: basicConstraints Critical cA False CA 793 dn: CN=Invalid cA False EE Certificate Test2,O=Test Certificates 2011,C=US 795 cn: Invalid cA False EE Certificate Test2 799 dn: CN=basicConstraints Not Critical cA False CA,O=Test Certificates 2011,C=US 801 cn: basicConstraints Not Critical cA False CA 807 dn: CN=Invalid cA False EE Certificate Test3,O=Test Certificates 2011,C=US 809 cn: Invalid cA False EE Certificate Test3
|
/external/ImageMagick/PerlMagick/t/reference/write/jng/ |
D | read_jdaa.miff | 15 …hlh�dhl�tw`�gim���W�tqna<6����%������������������������^E>�fKD�hHI�cA@�^@8�\E7�VI6�IJ:�S__…
|
D | read_prog_jdaa.miff | 15 …hlh�dhl�tw`�gim���W�tqna<6����%������������������������^E>�fKD�hHI�cA@�^@8�\E7�VI6�IJ:�S__…
|
D | read_idat.miff | 17 …hl �dh�tw�gi����tqwa<6����"������������������������^E>�fKD�hHI�cA@�^@8�\E7�VI6�IJ:�S__…
|
D | read_prog_idat.miff | 17 …hl �dh�tw�gi����tqwa<6����"������������������������^E>�fKD�hHI�cA@�^@8�\E7�VI6�IJ:�S__…
|
/external/cronet/net/data/verify_certificate_chain_unittest/issuer-and-subject-not-byte-for-byte-equal/ |
D | target.pem | 318 GSIb3DQEBBQUAA4ICAQByeoAr05uWWES7kYztuK/MD02LqVLAmYXO56SfZ0UA35FK/2cA/4jeBm
|
/external/open-dice/docs/ |
D | specification.md | 639 basicConstraints | critical | The cA field is set to TRUE. The pathLenConstraint field is n… 671 basicConstraints | critical | The cA field is set to TRUE. The pathLenConstraint field is…
|
/external/ImageMagick/PerlMagick/t/ |
D | input.mat | 63 …Xaa^XKIU[[acabZE7, 9AAG@#*=Udkngq|kL8KodLWT?6((-!!02#,BSF"9FKu����ϨcA^����P+<,*]������v…
|