Lines Matching refs:hf
2027 hf = open(htmlfile, 'w')
2145 hf.write(html+'</table>\n')
2146 hf.write('</body>\n</html>\n')
2147 hf.close()
2341 hf = open(sysvals.htmlfile, 'w')
2390 hf.write(html_header)
2394 hf.write(headline_stamp.format(sysvals.stamp['host'],
2399 hf.write(devtl.html['timeline'])
2400 hf.write(devtl.html['legend'])
2401 hf.write('<div id="devicedetailtitle"></div>\n')
2402 hf.write('<div id="devicedetail" style="display:none;">\n')
2405 hf.write('<div id="devicedetail%d">\n' % data.testnumber)
2411 hf.write(html_phaselet.format(b, left, width, \
2413 hf.write('</div>\n')
2414 hf.write('</div>\n')
2419 hf.write('<section id="callgraphs" class="callgraph">\n')
2438 hf.write(html_func_top.format(devid, data.dmesg[p]['color'], \
2448 hf.write(html_func_leaf.format(line.name, flen))
2450 hf.write(html_func_end)
2452 hf.write(html_func_start.format(num, line.name, flen))
2454 hf.write(html_func_end)
2455 hf.write('\n\n </section>\n')
2457 addScriptCode(hf, testruns)
2458 hf.write('</body>\n</html>\n')
2459 hf.close()
2468 def addScriptCode(hf, testruns): argument
2679 hf.write(script_code);