Searched refs:find_in_html (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/power/pm-graph/ |
D | sleepgraph.py | 5360 def find_in_html(html, start, end, firstonly=True): function 5414 suspend = find_in_html(html, 'Kernel Suspend', 'ms') 5415 resume = find_in_html(html, 'Kernel Resume', 'ms') 5416 line = find_in_html(html, '<div class="stamp">', '</div>') 5425 error = find_in_html(html, '<table class="testfail"><tr><td>', '</td>') 5428 e = find_in_html(html, 'class="err"[\w=":;\.%\- ]*>', '→</div>', False)
|