Lines Matching defs:display
92 display = ''
2737 # all the html properties to display it correctly
2778 # The total number of rows needed to display this phase of the timeline
2819 # The total number of rows needed to display this phase of the timeline
2944 # The html code needed to display the time scale
4903 hf.write('<div id="devicedetail" style="display:none;">\n')
4934 hf.write('<div id="testlog" style="display:none;">\n'+sysvals.logmsg+'</div>\n')
4937 hf.write('<div id="dmesglog" style="display:none;">\n')
4946 hf.write('<div id="ftracelog" style="display:none;">\n')
5016 .hide {display:none;}\n\
5017 .pf {display:none;}\n\
5020 .pf:'+cgchk+' ~ *:not(:nth-child(2)) {display:none;}\n\
5208 ' devinfo.style.display = "block";\n'\
5282 ' cg[i].style.display = "block";\n'\
5284 ' cg[i].style.display = "none";\n'\
5347 ' cg[i].style.display = "block";\n'\
5349 ' cg[i].style.display = "none";\n'\
5462 if sv.display:
5464 pprint('SET DISPLAY TO %s' % sv.display.upper())
5465 ret = sv.displayControl(sv.display)
5466 sv.dlog('xset display %s, ret = %d' % (sv.display, ret))
6224 if sysvals.display:
6226 sysvals.dlog('xset display init, ret = %d' % ret)
6303 log = find_in_html(html, '<div id="dmesglog" style="display:none;">',
6523 elif(option == 'display'):
6527 sysvals.display = value
6720 ' -display m Change the display mode to m for the test (on/off/standby/suspend)\n'\
6871 elif(arg == '-display'):
6875 doError('-display requires an mode value', True)
6878 doError('valid display mode values are %s' % disopt, True)
6879 sysvals.display = val.lower()
7151 if sysvals.display: