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.
63 """Waits for xvfb to be fully initialized by using xdisplaycheck."""
76 'Xvfb failed to load properly while trying to run %s' % xdisplaycheck)
82 """Runs an executable within a xvfb buffer on linux or normally on other
85 Requires that both xvfb and openbox are installed on linux.
96 xvfb = 'Xvfb
    [all...]
  /external/chromium_org/build/
install-build-deps-android.sh 47 sudo apt-get -y install checkstyle lighttpd python-pexpect xvfb x11-utils
  /external/chromium_org/remoting/tools/
me2me_virtual_host.py 312 # Xvfb-randr, but that's no longer the case. Fix this once we have
313 # a Xvfb-randr package that installs somewhere sensible.
314 xvfb = "/usr/bin/Xvfb-randr"
315 if not os.path.exists(xvfb):
316 xvfb = locate_executable("Xvfb-randr")
319 xvfb = "Xvfb"
330 logging.info("Starting %s on display :%d" % (xvfb, display)
    [all...]

Completed in 29 milliseconds