Lines Matching refs:search
695 faster = re.search(r"(\d+(\.\d+)?)\s+seconds", output)
716 slower = re.search(r"(\d+(\.\d+)?)\s+seconds", output)
898 assert re.search(r"TRACE \+\d.\d{3} command op=0x0a .*", res) is not None
900 assert re.search(r"TRACE \+\d.\d{3} command op=0x09 .*", res) is not None
901 assert re.search(r"TRACE \+\d.\d{3} Read \d* bytes: .*", res) is not None
902 assert re.search(r"TRACE \+\d.\d{3} Write \d* bytes: .*", res) is not None
903 assert re.search(r"TRACE \+\d.\d{3} Received full packet: .*", res) is not None
906 re.search(r"TRACE \+\d.\d{3} Received full packet: 4f484149", res)
1033 assert re.search(r"Detected flash size: \d+[KM]B", res) is not None
1081 mac = re.search(r"[0-9a-f:]{17}", output)
1090 idstr = re.search("Chip ID: 0x([0-9a-f]+)", output)
1426 match = re.search(r"Status value: (0x[\d|a-f]*)", res)