Lines Matching defs:display
87 display = ''
2549 # all the html properties to display it correctly
2590 # The total number of rows needed to display this phase of the timeline
2631 # The total number of rows needed to display this phase of the timeline
2756 # The html code needed to display the time scale
4649 hf.write('<div id="devicedetail" style="display:none;">\n')
4680 hf.write('<div id="testlog" style="display:none;">\n'+sysvals.logmsg+'</div>\n')
4683 hf.write('<div id="dmesglog" style="display:none;">\n')
4692 hf.write('<div id="ftracelog" style="display:none;">\n')
4762 .hide {display:none;}\n\
4763 .pf {display:none;}\n\
4766 .pf:'+cgchk+' ~ *:not(:nth-child(2)) {display:none;}\n\
4954 ' devinfo.style.display = "block";\n'\
5028 ' cg[i].style.display = "block";\n'\
5030 ' cg[i].style.display = "none";\n'\
5093 ' cg[i].style.display = "block";\n'\
5095 ' cg[i].style.display = "none";\n'\
5232 if sysvals.display:
5234 pprint('SET DISPLAY TO %s' % sysvals.display.upper())
5235 displayControl(sysvals.display)
6078 log = find_in_html(html, '<div id="dmesglog" style="display:none;">',
6285 elif(option == 'display'):
6289 sysvals.display = value
6480 ' -display m Change the display mode to m for the test (on/off/standby/suspend)\n'\
6620 elif(arg == '-display'):
6624 doError('-display requires an mode value', True)
6627 doError('valid display mode values are %s' % disopt, True)
6628 sysvals.display = val.lower()
6861 if sysvals.display:
6903 if sysvals.display: