Searched refs:htmlfile (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 154 htmlfile = 'output.html' variable in SystemValues 436 self.htmlfile = m.group('name')+'.html' 440 self.htmlfile = m.group('name')+'.html' 509 self.htmlfile = \ 1278 entry['urls'][self.hostname] = [self.htmlfile] 1279 elif self.htmlfile not in entry['urls'][self.hostname]: 1280 entry['urls'][self.hostname].append(self.htmlfile) 1300 'urls': {self.hostname: [self.htmlfile]} 4333 def createHTMLSummarySimple(testruns, htmlfile, title): argument 4500 hf = open(htmlfile, ' 4504 createHTMLDeviceSummary(testruns, htmlfile, title) global() argument 4570 createHTMLIssuesSummary(testruns, issues, htmlfile, title, extra='') global() argument 6241 rerunTest(htmlfile='') global() argument [all...] |
| H A D | bootgraph.py | 56 htmlfile = 'bootgraph.html' variable in SystemValues 632 hf = open(sysvals.htmlfile, 'w') 1089 sysvals.vprint('Creating the html timeline (%s)...' % sysvals.htmlfile)
|