Lines Matching refs:ident
115 def add_ident(self, ident): argument
116 if not ident in self.idents:
117 self.idents.append(ident)
320 ident = frame_match.group(2)
321 thread.add_ident(ident)
322 if not ident in self.idents:
323 self.idents.append(ident)
387 for ident in self.idents:
388 image = self.find_image_with_identifier (ident)
646 for ident in thread.idents:
647 images = crash_log.find_images_with_identifier (ident)
652 print 'error: can\'t find image for identifier "%s"' % ident
654 for ident in crash_log.idents:
655 images = crash_log.find_images_with_identifier (ident)
660 print 'error: can\'t find image for identifier "%s"' % ident