Lines Matching refs:l
22 for l in lines:
24 if re.match('Error',l):
31 if re.match(r'^[a-zA-Z]+.*$',l):
33 test_name = l.strip("\n")
38 if re.match(r'----',l):
41 if re.match(r'^[a-zA-Z]+.*$',l):
43 test_name = l.strip("\n")
47 dimensions = l.strip("\n")
51 m = re.match(r'Cycle count = ([0-9]+)',l)
57 if re.match(r'----',l):
61 m = re.match(r'Cycle count = ([0-9]+)',l)