/external/chromium_org/build/android/pylib/utils/ |
xvfb.py | 19 class Xvfb(object): 20 """Class to start and stop Xvfb if relevant. Nop if not Linux.""" 26 """Start Xvfb and set an appropriate DISPLAY environment. Linux only. 32 proc = subprocess.Popen(['Xvfb', ':9', '-screen', '0', '1024x768x24', 37 raise Exception('Could not start Xvfb') 48 raise Exception('Could not confirm Xvfb happiness') 51 """Stop Xvfb if needed. Linux only."""
|
/external/chromium_org/remoting/host/ |
curtain_mode_linux.cc | 24 // Returns true if the host is running under an Xvfb session. 35 // Either the session is running on Xvfb (i.e. always curtained), or it is 39 LOG(ERROR) << "Curtain-mode is not supported when running on non-Xvfb " 47 // Try to identify an Xvfb session. There's no way to query what X server we 48 // are running under, so we check for the Xvfb input devices. 53 // If XInput is not available, assume it is not an Xvfb session. 67 if (strcmp(device_info->name, "Xvfb mouse") == 0) { 71 HOST_LOG << "Non Xvfb mouse found: " << device_info->name; 74 if (strcmp(device_info->name, "Xvfb keyboard") == 0) { 79 HOST_LOG << "Non Xvfb keyboard found: " << device_info->name [all...] |
desktop_resizer_linux.cc | 16 // now, we only support resize-to-client for Xvfb-based servers that can match 175 // non-Xvfb servers. 231 // non-Xvfb servers.
|
/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/remoting/host/installer/linux/debian/ |
control | 15 Depends: xvfb-randr | xvfb, gksu, xbase-clients, python (>= 2.6), python-psutil, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} 16 Recommends: xvfb-randr
|
/external/chromium_org/base/ |
base_unittests.isolate | 16 '../testing/xvfb.py', 23 '../testing/xvfb.py',
|
/external/chromium_org/chrome/ |
sync_integration_tests.isolate | 9 '../testing/xvfb.py', 16 '../testing/xvfb.py',
|
interactive_ui_tests.isolate | 9 '../testing/xvfb.py', 15 '../testing/xvfb.py',
|
browser_tests.isolate | 12 '../testing/xvfb.py', 18 '../testing/xvfb.py',
|
unit_tests.isolate | 43 '../testing/xvfb.py', 50 '../testing/xvfb.py',
|
/external/chromium_org/content/ |
content_unittests.isolate | 39 '../testing/xvfb.py', 46 '../testing/xvfb.py',
|
content_browsertests.isolate | 39 '../testing/xvfb.py', 45 '../testing/xvfb.py',
|
/external/chromium_org/testing/chromoting/ |
chromoting_integration_tests.isolate | 9 '../xvfb.py', 19 '../xvfb.py',
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
buildbot_run.py | 79 # Run all of test_sdk.py under xvfb-run; it's startup time leaves something 84 'xvfb-run',
|
/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...] |
/external/chromium_org/build/ |
install-build-deps-android.sh | 45 sudo apt-get -y install lighttpd python-pexpect xvfb x11-utils
|
install-build-deps.sh | 155 libxrandr2:i386 libxss1:i386 libxtst6:i386 texinfo xvfb
|
/external/chromium_org/tools/xdisplaycheck/ |
xdisplaycheck.cc | 97 // Ask for the list of devices. This can cause some Xvfb to crash.
|
/external/chromium_org/chrome/test/chromedriver/test/ |
run_all_tests.py | 55 cmd = ['xvfb-run', '-a'] + cmd
|
/external/chromium_org/chrome/test/nacl_test_injection/ |
buildbot_chrome_nacl_stage.py | 165 # xvfb-run has a 2-second overhead per invocation, so it is cheaper to wrap 170 'xvfb-run',
|
/external/chromium_org/chrome/test/chromedriver/ |
keycode_text_conversion_x.cc | 196 "an X display is required for keycode conversions, consider using Xvfb";
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
inspector_backend.py | 97 # xvfb where screenshotting doesn't work.
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_window_tree_host_x11_unittest.cc | 266 // xvfb does not support Xrandr so we cannot check the maximized window's
|
/external/chromium_org/ppapi/native_client/ |
chrome_main.scons | 73 return ['xvfb-run', '--auto-servernum']
|
/external/chromium_org/base/process/ |
process_util_unittest.cc | 602 // ProcessUtilTest.FDRemapping is flaky when ran under xvfb-run on Precise.
|