Searched refs:tagFormat (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/ |
D | tag.py | 18 def __init__(self, tagClass, tagFormat, tagId): argument 23 self.__tag = (tagClass, tagFormat, tagId) 42 (tagClass, tagFormat, tagId) = otherTag 44 self.__tag&tagClass, self.__tag&tagFormat, self.__tag&tagId 47 (tagClass, tagFormat, tagId) = otherTag 50 self.__tag[1]|tagFormat, 82 tagClass, tagFormat, tagId = superTag 87 if tagFormat != tagFormatConstructed: 92 tagClass, tagFormat, tagId = superTag
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
D | asn1.py | 20 implicitTag=tag.Tag(tagClass=0, tagFormat=0, tagId=3))),
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/codec/ber/ |
D | encoder.py | 12 tagClass, tagFormat, tagId = t.asTuple() # this is a hotspot 13 v = tagClass | tagFormat
|
D | decoder.py | 609 tagFormat = t&0x20 624 tagClass=tagClass, tagFormat=tagFormat, tagId=tagId
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/ |
D | CHANGES | 10 - Fix to decoder to fail in cases where tagFormat indicates inappropriate
|