Lines Matching refs:fail
174 self.fail = False
382 if self.fail or self.num_errors:
386 % (self.id, burns, self.fail, self.num_errors)
389 if not self.fail and self.num_errors == 0:
584 old_fail = block.fail
587 if (block.fail and old_fail != block.fail) or (
650 return self.blocks[block_num].num_errors, self.blocks[block_num].fail
673 self.fail = False
796 self.fail = not err_bitarray.read(field_len).all(False)
798 self.fail = self.parent.blocks[self.block].fail
850 if self.fail:
853 errs, fail = self.parent.get_block_errors(self.block)
854 if errs != 0 or fail: