Home | History | Annotate | Download | only in test

Lines Matching refs:StatefulIncrementalDecoder

1689 # To fully exercise seek/tell, the StatefulIncrementalDecoder has these
1700 class StatefulIncrementalDecoder(codecs.IncrementalDecoder):
1787 codecs.register(StatefulIncrementalDecoder.lookupTestDecoder)
1792 Make sure the StatefulIncrementalDecoder actually works.
1825 d = StatefulIncrementalDecoder()
1829 d = StatefulIncrementalDecoder()
2178 #Test seek/tell using the StatefulIncrementalDecoder.
2204 StatefulIncrementalDecoder.codecEnabled = 1
2222 StatefulIncrementalDecoder.codecEnabled = 0