Lines Matching refs:line
28 for line in fp:
29 yield html.escape(line)
33 for line in input:
34 output.write(line)
35 if line.startswith(" time"):
38 for line in input:
39 m = re.match(r"(.* )(\w+)\n", line)
41 output.write(line)
47 for line in input:
48 output.write(line)
49 if line.startswith("index % time"):
51 for line in input:
52 m = re.match(r"(.* )(\w+)(( <cycle.*>)? \[\d+\])\n", line)
54 output.write(line)
55 if line.startswith("Index by function name"):
60 output.write(line)
62 if line.startswith("["):
68 for line in input:
69 for part in re.findall(r"(\w+(?:\.c)?|\W+)", line):