Lines Matching defs:is_
103 def is_(self, type):
107 return (self.is_(type1) and
130 if (self.is_('ccrc')
133 elif self.is_('fcrc') and getattr(self, 'erased', False):
207 if tag.is_('ccrc'):
216 if tag.is_('fcrc') and len(tag.data) == 8:
219 elif tag.is_('ccrc'):
248 if tag.is_('crc') or tag.is_('splice'):
289 if (gmask.id != 0 and tag.is_('splice') and
291 if tag.is_('create') and tag.id == gtag.id - gdiff: