Lines Matching refs:stamp
128 stamp = 0 variable in SystemValues
881 stamp = 0 variable in Data
2028 def createHeader(self, sv, stamp): argument
2029 if(not stamp['time']):
2040 self.html += headline_stamp.format(stamp['host'], stamp['kernel'],
2041 stamp['mode'], stamp['time'])
2042 if 'man' in stamp and 'plat' in stamp and 'cpu' in stamp and \
2043 stamp['man'] and stamp['plat'] and stamp['cpu']:
2045 self.html += headline_sysinfo.format(stamp['man'], stamp['plat'], stamp['cpu'])
2254 stamp = '' variable in TestProps
2289 m = re.match(self.stampfmt, self.stamp)
2290 data.stamp = {'time': '', 'host': '', 'mode': ''}
2294 data.stamp['time'] = dt.strftime('%B %d %Y, %I:%M:%S %p')
2295 data.stamp['host'] = m.group('host')
2296 data.stamp['mode'] = m.group('mode')
2297 data.stamp['kernel'] = m.group('kernel')
2305 data.stamp[key] = val
2306 sv.hostname = data.stamp['host']
2307 sv.suspendmode = data.stamp['mode']
2315 data.stamp['mode'] = sv.suspendmode
2325 if not sv.stamp:
2326 sv.stamp = data.stamp
2455 tp.stamp = line
2669 tp.stamp = line
3111 tp.stamp = datetime.now().strftime('# suspend-%m%d%y-%H%M%S localhost mem unknown')
3122 tp.stamp = line
3151 sysvals.stamp['kernel'] = m.group('k')
3154 sysvals.stamp['mode'] = sysvals.suspendmode = m.group('m')
3504 ….stamp {width: 100%;text-align:center;background:#888;line-height:30px;color:white;font: 25px Aria…
3716 devtl.createHeader(sysvals, testruns[0].stamp)
4023 kernel = sv.stamp['kernel']
4055 ….stamp {width:100%;text-align:center;background:gray;line-height:30px;color:white;font:25px Arial;…
4056 .stamp.sysinfo {font:10px Arial;}\n\
5315 stamp = data.stamp
5316 stamp['suspend'], stamp['resume'] = data.getTimeValues()
5318 stamp['fwsuspend'], stamp['fwresume'] = data.fwSuspend, data.fwResume
5320 stamp['error'] = error
5321 return (testruns, stamp)
5337 testruns, stamp = processData(False)
5338 return stamp
5354 testruns, stamp = processData(True)
5358 sysvals.outputResult(stamp, n)
6000 stamp = rerunTest() variable
6001 sysvals.outputResult(stamp)