HomeSort by relevance Sort by last modified time
    Searched full:xcommand (Results 1 - 8 of 8) sorted by null

  /external/autotest/client/site_tests/hardware_VideoOutSemiAuto/
hardware_VideoOutSemiAuto.py 23 xrandr_out = utils.system_output(graphics_utils.xcommand(query_cmd),
32 xrandr_out = utils.system_output(graphics_utils.xcommand(query_cmd),
42 start_line = int(utils.system_output(graphics_utils.xcommand(
51 end_line = int(utils.system_output(graphics_utils_ui.xcommand(
64 utils.system(graphics_utils.xcommand(query_cmd))
80 utils.system(graphics_utils.xcommand(self.RECONFIG_PATH))
  /external/autotest/client/site_tests/graphics_Gbm/
graphics_Gbm.py 33 cmd = graphics_utils.xcommand(cmd)
  /external/autotest/client/site_tests/graphics_SanAngeles/
graphics_SanAngeles.py 62 cmd = graphics_utils.xcommand(cmd)
  /external/autotest/client/site_tests/graphics_Piglit/
graphics_Piglit.py 74 cmd = graphics_utils.xcommand(cmd)
  /external/autotest/client/cros/graphics/
graphics_utils.py 29 # TODO(ihf): Remove xcommand for non-freon builds.
30 def xcommand(cmd, user=None): function
38 logging.warning('xcommand will be deprecated under freon!')
57 return utils.system(xcommand(cmd, user))
507 return utils.system_output(xcommand('xrandr %s' % args_string))
    [all...]
  /external/autotest/client/site_tests/camera_V4L2/
camera_V4L2.py 150 cmd = graphics_utils.xcommand(cmd)
  /external/autotest/client/site_tests/graphics_GLAPICheck/
graphics_GLAPICheck.py 129 cmd = graphics_utils.xcommand(cmd)
  /external/opencv3/cmake/FindCUDA/
run_nvcc.cmake 129 if(NOT "x${_command}" STREQUAL "xCOMMAND")

Completed in 1036 milliseconds