Home
last modified time | relevance | path

Searched refs:PyAsn1Error (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
Dnamedtype.py51 raise error.PyAsn1Error('Type position out of range')
63 raise error.PyAsn1Error('Duplicate type %s' % (t,))
68 raise error.PyAsn1Error('Type %s not found' % (tagSet,))
74 raise error.PyAsn1Error('Type position out of range')
82 raise error.PyAsn1Error('Duplicate name %s' % (n,))
87 raise error.PyAsn1Error('Name %s not found' % (name,))
106 raise error.PyAsn1Error('Type position out of range')
113 raise error.PyAsn1Error('Type position out of range')
Duniv.py75 raise error.PyAsn1Error(
84 raise error.PyAsn1Error(
218 raise error.PyAsn1Error(
231 raise error.PyAsn1Error(
238 raise error.PyAsn1Error(
249 raise error.PyAsn1Error(
256 raise error.PyAsn1Error(
311 raise error.PyAsn1Error(
326 raise error.PyAsn1Error(
333 raise error.PyAsn1Error(
[all …]
Dtagmap.py17 raise error.PyAsn1Error('Key in negative map')
31 raise error.PyAsn1Error('Duplicate default value at %s' % (self,))
40 raise error.PyAsn1Error('Duplicate positive key %s' % (k,))
Derror.py1 from pyasn1.error import PyAsn1Error
3 class ValueConstraintError(PyAsn1Error): pass
Dbase.py31 except error.PyAsn1Error:
52 raise error.PyAsn1Error('No value for %s()' % attr)
54 raise error.PyAsn1Error('No value')
191 raise error.PyAsn1Error('Method not implemented')
234 raise error.PyAsn1Error('Method not implemented')
236 raise error.PyAsn1Error('Method not implemented')
Dnamedval.py18 raise error.PyAsn1Error('Duplicate name %s' % (name,))
21 raise error.PyAsn1Error('Duplicate value %s=%s' % (name, val))
Dconstraint.py90 raise error.PyAsn1Error(
95 raise error.PyAsn1Error(
159 raise error.PyAsn1Error('Single constraint expected')
Dtag.py20 raise error.PyAsn1Error(
84 raise error.PyAsn1Error(
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/
Derror.py1 class PyAsn1Error(Exception): pass class
2 class ValueConstraintError(PyAsn1Error): pass
3 class SubstrateUnderrunError(PyAsn1Error): pass
Ddebug.py25 raise error.PyAsn1Error('bad debug flag %s' % (f,))
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/codec/ber/
Dtest_decoder.py4 from pyasn1.error import PyAsn1Error
43 except PyAsn1Error:
53 except PyAsn1Error:
70 except PyAsn1Error:
177 except PyAsn1Error:
213 except PyAsn1Error:
221 except PyAsn1Error:
266 except PyAsn1Error:
320 except PyAsn1Error:
Dsuite.py5 from pyasn1.error import PyAsn1Error
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/codec/ber/
Ddecoder.py11 raise error.PyAsn1Error('Decoder not implemented for %s' % (tagSet,))
15 raise error.PyAsn1Error('Indefinite length mode decoder not implemented for %s' % (tagSet,))
21 … raise error.PyAsn1Error('Invalid tag format %r for %r' % (tagSet[0], self.protoComponent,))
33 … raise error.PyAsn1Error('Invalid tag format %r for %r' % (tagSet[0], self.protoComponent,))
71 raise error.PyAsn1Error('Missing end-of-octets terminator')
125 raise error.PyAsn1Error('Empty substrate')
128 raise error.PyAsn1Error(
208 raise error.PyAsn1Error('Unexpected %d-octet substrate for Null' % length)
217 raise error.PyAsn1Error('Empty substrate')
232 raise error.PyAsn1Error('Invalid leading 0x80 in sub-OID')
[all …]
Dencoder.py167 raise error.PyAsn1Error('Short OID %s' % (value,))
171 raise error.PyAsn1Error(
183 raise error.PyAsn1Error(
229 raise error.PyAsn1Error('Real exponent overflow')
246 raise error.PyAsn1Error('Prohibited Real base %s' % b)
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/codec/cer/
Ddecoder.py13 raise error.PyAsn1Error('Empty substrate')
23 raise error.PyAsn1Error('Boolean CER violation: %s' % byte)
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/
Dtest_namedtype.py2 from pyasn1.error import PyAsn1Error
66 except PyAsn1Error:
Dsuite.py2 from pyasn1.error import PyAsn1Error
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/codec/der/
Dtest_decoder.py3 from pyasn1.error import PyAsn1Error
Dsuite.py5 from pyasn1.error import PyAsn1Error
Dtest_encoder.py4 from pyasn1.error import PyAsn1Error
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/codec/cer/
Dsuite.py5 from pyasn1.error import PyAsn1Error
Dtest_decoder.py4 from pyasn1.error import PyAsn1Error
Dtest_encoder.py4 from pyasn1.error import PyAsn1Error
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/
Dsuite.py7 from pyasn1.error import PyAsn1Error
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/codec/
Dsuite.py9 from pyasn1.error import PyAsn1Error

12