Lines Matching refs:r
320 if re.match(r'^.*D:[ ].*$',l):
322 if re.match(r'^.*D:[ ]END$',l):
328 m = re.match(r'^.*D:[ ](.*)$',l)
334 m = re.match(r'^.*D:[ ](.*)$',l)
400 if not re.match(r'^.*D:[ ].*$',l):
406 if re.match(r'^%s[gs][ ]+[0-9]+.*$' % prefix,l):
408 theId=re.sub(r'^%s[gs][ ]+([0-9]+).*$' % prefix,r'\1',l)
446 if re.match(r'^%s[t][ ]*$' % prefix,l):
452 if re.match(r'^%sp.*$' % prefix,l):
463 passRe = r'^%s([0-9]+)[ ]+([0-9]+)[ ]+([0-9]+)[ ]+([t0-9]+)[ ]+([YN]).*$' % prefix
503 if re.match(r'^%sp.*$' % prefix,l):
509 if re.match(r'^%s[t][ ]*$' % prefix,l):
515 if re.match(r'^.*E:.*$',l):
516 if re.match(r'^.*E:[ ].*$',l):
517 m = re.match(r'^.*E:[ ](.*)$',l)
526 if re.match(r'^.*b[ ]+([0-9,]+)$',l):
527 m=re.match(r'^.*b[ ]+([0-9,]+)$',l)
547 resultPath=os.path.dirname(args.r)
594 with open(args.r,"r") as results:
597 with open(args.r,"r") as results:
601 with open(args.r,"r") as results: