HomeSort by relevance Sort by last modified time
    Searched refs:xvfb (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/testing/
xvfb.py 6 """Runs the test with xvfb on linux. Runs the test normally on other platforms.
33 xvfb_path = os.path.join(server_dir, 'Xvfb.' + platform.architecture()[0])
35 xvfb_path = os.path.join(server_dir, 'Xvfb')
38 'No Xvfb found in designated server path: %s' % server_dir)
50 xvfb_path: Path to Xvfb.
64 """Waits for xvfb to be fully initialized by using xdisplaycheck."""
76 'Xvfb failed to load properly (code %d) according to %s' %
84 """Runs an executable within a xvfb buffer on linux or normally on other
87 Requires that both xvfb and openbox are installed on linux.
98 xvfb = 'Xvfb
    [all...]
  /external/chromium_org/build/
install-build-deps-android.sh 45 sudo apt-get -y install lighttpd python-pexpect xvfb x11-utils
  /external/chromium_org/remoting/host/linux/
linux_me2me_host.py 104 xvfb = "/usr/bin/Xvfb-randr"
105 if not os.path.exists(xvfb):
106 xvfb = locate_executable("Xvfb-randr")
107 return xvfb
356 xvfb = get_randr_supporting_x_server()
357 if xvfb:
360 xvfb = "Xvfb"
    [all...]

Completed in 882 milliseconds