/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/ |
D | test_tag.py | 1 from pyasn1.type import tag 15 self.t1 = tag.Tag(tag.tagClassUniversal, tag.tagFormatSimple, 3) 16 self.t2 = tag.Tag(tag.tagClassUniversal, tag.tagFormatSimple, 3) 20 assert self.t1 == self.t2, 'tag comparation fails' 23 assert hash(self.t1) == hash(self.t2), 'tag hash comparation fails' 28 self.t1[2] == self.t2[2], 'tag sequence protocol fails' 32 self.ts1 = tag.initTagSet( 33 tag.Tag(tag.tagClassUniversal, tag.tagFormatSimple, 12) 35 self.ts2 = tag.initTagSet( 36 tag.Tag(tag.tagClassUniversal, tag.tagFormatSimple, 12) [all …]
|
/external/sfntly/cpp/src/sfntly/ |
D | tag.cc | 17 #include "sfntly/tag.h" 22 #define TAG(a, b, c, d) ((a << 24) | (b << 16) | (c << 8) | d); macro 26 const int32_t Tag::ttcf = TAG('t', 't', 'c', 'f'); 27 const int32_t Tag::cmap = TAG('c', 'm', 'a', 'p'); 28 const int32_t Tag::head = TAG('h', 'e', 'a', 'd'); 29 const int32_t Tag::hhea = TAG('h', 'h', 'e', 'a'); 30 const int32_t Tag::hmtx = TAG('h', 'm', 't', 'x'); 31 const int32_t Tag::maxp = TAG('m', 'a', 'x', 'p'); 32 const int32_t Tag::name = TAG('n', 'a', 'm', 'e'); 33 const int32_t Tag::OS_2 = TAG('O', 'S', '/', '2'); [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
D | rfc2251.py | 10 from pyasn1.type import tag, namedtype, namedval, univ, constraint,char,useful 67 ….NamedType('simple', univ.OctetString().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 68 …edType('reserved-1', univ.OctetString().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 69 …edType('reserved-2', univ.OctetString().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 70 …ype.NamedType('sasl', SaslCredentials().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 75 tag.Tag(tag.tagClassApplication, tag.tagFormatConstructed, 0) 88 tag.Tag(tag.tagClassApplication, tag.tagFormatConstructed, 4) 97 …edType('matchingRule', MatchingRuleId().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 98 …amedType('type', AttributeDescription().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 99 …amedType('matchValue', AssertionValue().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… [all …]
|
D | rfc2511.py | 9 from pyasn1.type import tag, namedtype, namedval, univ, constraint, char,useful 50 …pe('intendedAlg', AlgorithmIdentifier().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 51 …edType('symmAlg', AlgorithmIdentifier().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 52 …amedType('encSymmKey', univ.BitString().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 53 …medType('keyAlg', AlgorithmIdentifier().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 54 …medType('valueHint', univ.OctetString().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 61 …envelopedData', rfc2315.EnvelopedData().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 66 …Type('encryptedPrivKey', EncryptedKey().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 67 …('keyGenParameters', KeyGenParameters().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 68 …('archiveRemGenPrivKey', univ.Boolean().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… [all …]
|
D | rfc4210.py | 6 from pyasn1.type import tag,namedtype,namedval,univ,constraint,char,useful 115 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0) 119 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1) 135 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0) 139 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1) 325 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0) 332 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1) 351 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0) 357 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1), 364 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 2), [all …]
|
D | rfc2459.py | 11 from pyasn1.type import tag,namedtype,namedval,univ,constraint,char,useful 270 …ultedNamedType('version', Version('v1').subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 277 …pe('issuerUniqueID', UniqueIdentifier().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 278 …e('subjectUniqueID', UniqueIdentifier().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 279 …nalNamedType('extensions', Extensions().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 306 …NamedType('crlExtensions', Extensions().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 386 …medType('pSelector', univ.OctetString().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 387 …medType('sSelector', univ.OctetString().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 388 …medType('tSelector', univ.OctetString().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… 389 …SetOf(componentType=univ.OctetString()).subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFo… [all …]
|
/external/curl/packages/vms/ |
D | curlmsg.sdl | 28 "FACILITY" EQUALS 3841 PREFIX "CURL" TAG "" 29 ,"OK" EQUALS %X0F018009 PREFIX "CURL" TAG "" 30 ,"UNSUPPORTED_PROTOCOL" EQUALS %X0F018012 PREFIX "CURL" TAG "" 31 ,"FAILED_INIT" EQUALS %X0F01801A PREFIX "CURL" TAG "" 32 ,"URL_MALFORMAT" EQUALS %X0F018022 PREFIX "CURL" TAG "" 33 ,"OBSOLETE4" EQUALS %X0F01802A PREFIX "CURL" TAG "" 34 ,"COULDNT_RESOLVE_PROXY" EQUALS %X0F018032 PREFIX "CURL" TAG "" 35 ,"COULDNT_RESOLVE_HOST" EQUALS %X0F01803A PREFIX "CURL" TAG "" 36 ,"COULDNT_CONNECT" EQUALS %X0F018042 PREFIX "CURL" TAG "" 37 ,"FTP_WEIRD_SERVER_REPLY" EQUALS %X0F01804A PREFIX "CURL" TAG "" [all …]
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
D | tests1.dat | 14 Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE. 43 Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE. 52 Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE. 61 Line: 1 Col: 6 Unexpected start tag (body). Expected DOCTYPE. 70 Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE. 79 Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE. 88 Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE. 97 Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE. 106 Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE. 115 Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE. [all …]
|
D | tests6.dat | 4 Line: 1 Col: 29 Unexpected start tag head. Ignored. 15 33: End tag "form" seen but there were unclosed elements. 75 Line: 1 Col: 6 Unexpected start tag (body). 76 Line: 2 Col: 5 Expected closing tag. Unexpected end of file. 88 Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE. 101 Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE. 102 Line: 2 Col: 10 Expected closing tag. Unexpected end of file. 115 Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE. 116 Line: 2 Col: 5 Unexpected start tag (div) in the after frameset phase. Ignored. 128 Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE. [all …]
|
/external/boringssl/src/crypto/cipher/test/ |
D | rc4_sha1_ssl3_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed 6 # split isn't meaningful. The unencrypted MAC is included in the 'DIGEST' tag above 15 TAG: 42fbfab0ff2cf9938a29b79c5bf289aac6db2da7 23 TAG: 3d3149ef83ac555271dce4ce450cc31d3bb32de4 31 TAG: ec20aef4350ebea1cbcf910e74a0e0e62ab419ce 39 TAG: d765825aa1e1f1430046369c64831742ba458a5c 47 TAG: 4a0a14ce7b5ea1305637f7691d988aae655ebe01 55 TAG: 3c0fd00f8a839c739a168b90d21f16671819d3b6 63 TAG: 65a63d2f42a842cc6387c149339d8034b78eb7d8 71 TAG: 5ba5731267366f041998a50a635b3b7062f416fa [all …]
|
D | chacha20_poly1305_tests.txt | 8 TAG: 1ae10b594f09e26a7e902ecbd0600691 10 # Test padding AD with 15 zeros in the tag calculation. 16 TAG: dac9c841c168379dcf8f2bb8e22d6da2 18 # Test padding IN with 15 zeros in the tag calculation. 24 TAG: 3ed2f824f901a8994052f852127c196a 26 # Test padding AD with 1 zero in the tag calculation. 32 TAG: 2e9c9b1689adb5ec444002eb920efb66 34 # Test padding IN with 1 zero in the tag calculation. 40 TAG: 05b2937f8bbc64fed21f0fb74cd7147c 48 TAG: 41acd0560ea6843d3e5d4e5babf6e946 [all …]
|
D | aes_256_cbc_sha1_tls_implicit_iv_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed 6 # split isn't meaningful. The unencrypted MAC is included in the 'DIGEST' tag above 16 TAG: 9f1c88defe20893b2d5eb8ee6809c2452f302315 26 TAG: 262b8f2f50b02faefb172ea4c7478e6f7477abf5 37 TAG: ec90d128ef465f4a3645fd0b2601fbe2b0bceae2 47 TAG: ab70f776ab74437f9d6eeb87fe373f855e71d302 55 TAG: 262b8f2fcce52ffe745fc1c7ce881f2ed93c7fbc 63 TAG: 08bd2f5f31a10eed64200b62f72b9c71a06a14e4 71 TAG: 967942ead5a3160aae2e81d44dfb06745fc5df2d 79 TAG: 7c92b586e69347343f5bc2835cd925ee0f1ce9ae [all …]
|
D | aes_128_cbc_sha1_ssl3_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed 6 # split isn't meaningful. The unencrypted MAC is included in the 'DIGEST' tag above 16 TAG: 0fd5c300f0bc1e4c696b6b18c7049fba428940f5 27 TAG: f30968fda5d36eed80b2be5e31b53279d1ffabe8 37 TAG: 158cf6c3158503d5e540f784482988db925b4405 47 TAG: f80161cadcb4d8776b38956269abd09f42858567 55 TAG: f30968fd253aaf0edf8053b0b9c0ca0b9b2739b1 63 TAG: ed1b4b52ef82d4a2e5f414512abaa3a18f9779e8 71 TAG: 158e790822f17df79706cd13570834650b13efff 79 TAG: 21fc808643d71f74063eed34636ade5b64d14b3f [all …]
|
D | des_ede3_cbc_sha1_tls_implicit_iv_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed 6 # split isn't meaningful. The unencrypted MAC is included in the 'DIGEST' tag above 16 TAG: 0c14b15046d12f2ca3158ad71effd0f46b29b3ae 26 TAG: e5173a8e62c8530b0c14b15088f70f550ab57e02 37 TAG: 3ebd1b0bee840e8a6e992421c62de5a8fda3a82f 47 TAG: 2ddb5b2cb015f5b11fb960cd166c5159b6fd430d 55 TAG: e5173a8e62c8530b0c14b1504666f5a5cf6b3a5d 63 TAG: 87e4aadd457cc7115f854462b6797e3836bdee34 71 TAG: a5e3a1b66f75d0725697822203b423868c636bb7 79 TAG: 640fd302b568db96ffebe60962d923c5bec73197 [all …]
|
D | aes_256_cbc_sha1_ssl3_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed 6 # split isn't meaningful. The unencrypted MAC is included in the 'DIGEST' tag above 16 TAG: 2fbbebe4693c8fa8e966cac88a81834c0d8ff6ff 27 TAG: 6ff0d4d77699ab8772483a69168bd80c869b5f30 37 TAG: 25ab146e770a444418e57b6ab4bbcb78b2f1140c 47 TAG: de74526ff023548d1f03b78cf28be8a0e3c83523 55 TAG: 6ff0d4d7e8e993099edbe911646ebed3f6d87edf 63 TAG: 5cd326750f8f8187179b60f166e92d542483c0b7 71 TAG: eac3adde92cde2047ca81c172cd08d1dba079452 79 TAG: 1292e5d674c0a1ea04a5dc7c9bd1aed245311ac4 [all …]
|
D | aes_128_cbc_sha1_tls_implicit_iv_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed 6 # split isn't meaningful. The unencrypted MAC is included in the 'DIGEST' tag above 16 TAG: ce5d0ff98773f9560831e8ef348f50b35a2fbbf2 26 TAG: 946a234257dce6ada126887baada8ee4e2b9f5ee 37 TAG: ead153f0c9488b88357e81187178465d2416ca97 47 TAG: 32287532f62cf9e3f76e29a7d32db4e5d02a8ddb 55 TAG: 946a234250ed67575910144f24abf6bb500ae865 63 TAG: ab054baa17e7012c3090a39ba2562febc61c54e9 71 TAG: c050c7c8e7ed21c7b3d340c6b95dce75eeacf9cf 79 TAG: ee913ea056cdfa866567ffaf89f68fc1596e5160 [all …]
|
D | des_ede3_cbc_sha1_ssl3_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed 6 # split isn't meaningful. The unencrypted MAC is included in the 'DIGEST' tag above 16 TAG: 5acf3fc5024062031c33e0801c44319a66c01882 27 TAG: 8f32d6a4c8181e7d5acf3fc5a3bf9078433cc5a8 37 TAG: 997c66a777945bb051934aa50dc6b8e3e58cd0b6 47 TAG: f948dbcb8582c2cde43b466a54a956898f56a752 55 TAG: 8f32d6a4c8181e7d5acf3fc58f1d717a09fc1797 63 TAG: ebf8cb38dbdbe56024a1c22f7ed023120f598ace 71 TAG: 915d9901dff460051565eee5e79b932fc47bbcad 79 TAG: 68c1e272babbccc02f31dba07a8431f0e258d07a [all …]
|
D | rc4_md5_ssl3_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed 6 # split isn't meaningful. The unencrypted MAC is included in the 'DIGEST' tag above 15 TAG: 05846be413003a0eb64a245a28775d8f 23 TAG: 863de43649bf546a1bd0ff1125b8e350 31 TAG: 503b5f8096b7b5f95f94caa4bd64f05a 39 TAG: 5723497026a15e318b5417b7a3300a47 47 TAG: e7d301f88b1400714b59eb3a1f81eab1 55 TAG: 5255a7661e8f1e2c1764daa0b47eec0f 63 TAG: 333c9a1413a6d2ce961a5f3447f5d0a1 71 TAG: 5982a70a52b2d960ca4c118aeb73bc4e [all …]
|
D | rc4_sha1_tls_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed 6 # split isn't meaningful. The unencrypted MAC is included in the 'DIGEST' tag above 15 TAG: 4a25572381795f1cfd98dc51990437b4a7bad2d3 23 TAG: 4f919beb63c93776b9b7bc50854e199a6ef44c46 31 TAG: 1d38f5c6bc60f8029e3c0de2bf26f75a1f043fca 39 TAG: b65aae98856e1ae9532ec51a74da99c8ed3bc305 47 TAG: c935f5958dabeceb4a7c5b938c96e8e9e092fcd6 55 TAG: 3831e1c2bfc15719a10fa549bb71b878d14b6f25 63 TAG: 21c3f69b9e0047ece616d7514545f83e4a2b296f 71 TAG: 169eaa5183d8b27ca529503deb4c53b5a0ce0d8b [all …]
|
D | rc4_md5_tls_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed 6 # split isn't meaningful. The unencrypted MAC is included in the 'DIGEST' tag above 15 TAG: 117ed9d774a7e0a103b3b44b92c5fcbb 23 TAG: 5db90b62cec3d5595fba8daa1031969e 31 TAG: 689671bec189ad4d4d8f953e21aad538 39 TAG: 5d0ccb30a6c3fe4f576e8787c6009912 47 TAG: 0d7a7542e69787501b6cf9a4befad516 55 TAG: 04d7407aa53d3a29be5d3d0de321331a 63 TAG: 7fb1ca79203d5376424cd888017d1d49 71 TAG: 41349883fec502362155d75e5990e46d [all …]
|
D | chacha20_poly1305_old_tests.txt | 6 TAG: 5a6e21f4ba6dbee57380e79e79c30def 13 TAG: 2875c659d0f2808de3a40027feff91a4 20 TAG: 677dabf4e3d24b876bb284753896e1d6 27 TAG: 38f2b8ee3be44abba3c010d9cab6e042 34 TAG: 042ad5042c89ebc1aad57d3fb703d314 41 TAG: ac1437b45d8eacf9c0fe547c84fb82a2 48 TAG: 6dd98710d8a889dceea0d0a936f98617 55 TAG: 52504e880f6792a60708cc6db72eae42 62 TAG: ccea1cbbc83944cc66df4dbf6fb7fc46 69 TAG: 4eeddc99784011f0758ba5ebfba61827 [all …]
|
D | aes_256_cbc_sha384_tls_tests.txt | 4 # Note: aead_test's input format splits the ciphertext and tag positions of the sealed 6 # split isn't meaningful. The unencrypted MAC is included in the 'DIGEST' tag above 16 TAG: 706109ef1d8fb6bed697545eeb0060e7f680d30dd70e8ecd3135b7e01e895983de56fb0889a4ab0856040dba57e94d… 26 TAG: bdc80dc7de80e5faffb40880dcf4d20f706109ef1d8fb6bed697545eeb0060e77a4c251b2e25daddee81248b6d121f… 37 TAG: 8b4323f68c2cb1882cff4dd9ed10f49aa406481275509633d33028a0b510a77e780d4297ab8ad09b60445146ce85b2… 47 TAG: 26377a5cfd21b371f35b306ffd88cebaa7267ae1e2c3e62211515f30ecb95e7fe761b7f32805d48d35241b1d9b9a93… 55 TAG: bdc80dc7de80e5faffb40880dcf4d20f706109ef1d8fb6bed697545eeb0060e7cb0235c73088a4372494ef1ede2fa3… 63 TAG: 149cd5f73f501c206107166a9726c58a0a18d1783fdb36dcff34b2923a8ac10d579872c25c4543fc6fa3375be31447… 71 TAG: 972ef78e87301787e84101d562791d350554781e3ead0c8546ec7155b824a7a8d523dd723a2ba7ef9334d94a14682f… 79 TAG: de01ef34ce36f20e8f352fa165c1afcefb9be6ea181356d45d3881c55a7de88b74351892d27252a30110a4b11d3d99… [all …]
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/nodes/ |
D | TagTest.java | 27 new Tag((String) null); in testCreate() 30 assertEquals("Tag must be provided.", e.getMessage()); in testCreate() 33 new Tag(""); in testCreate() 36 assertEquals("Tag must not be empty.", e.getMessage()); in testCreate() 39 new Tag("!Dice "); in testCreate() 42 assertEquals("Tag must not contain leading or trailing spaces.", e.getMessage()); in testCreate() 44 Tag tag = new Tag(TagTest.class); in testCreate() local 45 assertEquals(Tag.PREFIX + "org.yaml.snakeyaml.nodes.TagTest", tag.getValue()); in testCreate() 50 new Tag((Class<?>) null); in testCreate2() 53 assertEquals("Class for tag must be provided.", e.getMessage()); in testCreate2() [all …]
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
D | tree-construction.txt | 41 Not all of the tag names mentioned below are conformant tag names in 47 tree generated, or on the length of tag names, attribute names, 56 interface appropriate for the element type corresponding to the tag 60 with the tag name being the name of that element, with the node being 133 algorithms are always invoked in response to a start tag token. 382 A start tag whose tag name is "html" 398 Create an HTMLElement node with the tag name html, in the HTML 431 A start tag whose tag name is "html" 435 A start tag whose tag name is "head" 442 An end tag whose tag name is one of: "head", "br" [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/doc/ |
D | tagging.html | 33 code that identifies the value (which is called <i>tag</i> in ASN.1), 39 For that reason almost every ASN.1 type has a tag (which is actually a 44 An ASN.1 tag could be viewed as a tuple of three numbers: 45 (Class, Format, Number). While Number identifies a tag, Class component 65 >>> from pyasn1.type import tag 66 >>> myTag = tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 10) 68 Tag(tagClass=128, tagFormat=0, tagId=10) 73 >>> myTag == tag.Tag(tag.tagClassApplication, tag.tagFormatSimple, 10) 80 Default tag, associated with any ASN.1 type, could be extended or replaced 82 two modes of tag mangling - IMPLICIT and EXPLICIT. [all …]
|