Home
last modified time | relevance | path

Searched refs:tagFormat (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
Dtag.py18 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/
Dasn1.py20 implicitTag=tag.Tag(tagClass=0, tagFormat=0, tagId=3))),
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/codec/ber/
Dencoder.py12 tagClass, tagFormat, tagId = t.asTuple() # this is a hotspot
13 v = tagClass | tagFormat
Ddecoder.py609 tagFormat = t&0x20
624 tagClass=tagClass, tagFormat=tagFormat, tagId=tagId
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/
DCHANGES10 - Fix to decoder to fail in cases where tagFormat indicates inappropriate