Home
last modified time | relevance | path

Searched refs:xsystem (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/cros/graphics/
Dgraphics_utils.py47 def xsystem(cmd, user=None): function
68 xsystem(XSET + ' s off')
69 xsystem(XSET + ' dpms 0 0 0')
70 xsystem(XSET + ' -dpms')
80 xsystem(XSET + ' s 0 0')
82 xsystem(XSET + ' dpms 0 0 0')
86 xsystem(XSET + ' q')
92 xsystem(XSET + ' dpms force on')
94 xsystem(XSET + ' dpms force off')
130 xsystem('xdotool mousemove_relative 1 1')
[all …]
/external/autotest/client/cros/
Dchrome_binary_test.py73 graphics_utils.xsystem(cmd, user='chronos')
75 graphics_utils.xsystem(cmd)
/external/autotest/client/site_tests/desktopui_GmailLatency/
Ddesktopui_GmailLatency.py62 graphics_utils.xsystem('./%s %s' % (url_fetch_test, params))