Searched refs:matched (Results 1 – 5 of 5) sorted by relevance
69 self.matched = b''96 length = len(self.matched)98 self.matched = b100 self.matched += b101 if self.matched == ANSI_NORMAL.encode('latin-1'): # reset console105 self.matched = b''106 elif len(self.matched) == 7: # could be an ANSI sequence107 m = re.match(RE_ANSI_COLOR, self.matched)116 self._output_write(self.matched) # not an ANSI color code, display verbatim117 self.matched = b''[all …]
671 bool matched = false; in is_xmc_chip_strict() local674 matched = true; in is_xmc_chip_strict()678 matched = true; in is_xmc_chip_strict()682 matched = true; in is_xmc_chip_strict()685 return matched; in is_xmc_chip_strict()
659 bool matched = false; in is_xmc_chip_strict() local662 matched = true; in is_xmc_chip_strict()666 matched = true; in is_xmc_chip_strict()670 matched = true; in is_xmc_chip_strict()673 return matched; in is_xmc_chip_strict()
917 matched = False920 matched = True923 matched = True926 matched = True927 return matched
1658 bool matched = false; in bt_mesh_friend_enqueue_tx() local1663 return matched; in bt_mesh_friend_enqueue_tx()1684 matched = true; in bt_mesh_friend_enqueue_tx()1687 return matched; in bt_mesh_friend_enqueue_tx()