Searched refs:matched (Results 1 – 9 of 9) 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 …]
752 matched = False755 matched = True758 matched = True761 matched = True762 return matched
742 bool matched = false; in is_xmc_chip_strict() local745 matched = true; in is_xmc_chip_strict()749 matched = true; in is_xmc_chip_strict()753 matched = true; in is_xmc_chip_strict()756 return matched; in is_xmc_chip_strict()
93 If "Signal" is selected, Sort matched APs in scan list by RSSI.95 If "Security" is selected, Sort matched APs in scan list by security mode.
1650 bool matched = false; in bt_mesh_friend_enqueue_tx() local1655 return matched; in bt_mesh_friend_enqueue_tx()1676 matched = true; in bt_mesh_friend_enqueue_tx()1679 return matched; in bt_mesh_friend_enqueue_tx()
13 …AP with the strongest reception, it does not need to record all the AP's matched. The number of ma…
80 …n an array. A GitLab job will be created if the changed files in this MR matched one of the patter…
123 * If the UUID matched, a `ESP_BLE_MESH_PROVISIONER_RECV_UNPROV_ADV_PKT_EVT` event will be triggered…
1104 | scan_method | For WIFI_FAST_SCAN scan, the scan ends when the first matched|1106 | | matched APs on all channels. |1127 | | If the sort_method is WIFI_CONNECT_AP_BY_SIGNAL, all matched |1137 | | matched APs are sorted by security. E.g. if the station wants|