HomeSort by relevance Sort by last modified time
    Searched refs:chrome (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /external/vboot_reference/scripts/image_signing/sample-test-configs/
ensure_no_nonrelease_files.config 14 /opt/google/chrome/localaccount
  /external/autotest/client/site_tests/cheets_CTSHelper/
cheets_CTSHelper.py 8 from autotest_lib.client.common_lib.cros import chrome
29 with chrome.Chrome(
36 self.chrome = chrome.Chrome(
43 logging.error('Could not start Chrome. Retrying soon...')
46 self.chrome = chrome.Chrome(
    [all...]
  /external/autotest/client/cros/multimedia/
local_facade_factory.py 14 def __init__(self, chrome):
17 'display': display_facade_adapter.DisplayFacadeLocalAdapter(chrome)
  /external/autotest/client/site_tests/desktopui_MashLogin/
desktopui_MashLogin.py 8 from autotest_lib.client.common_lib.cros import chrome
12 """Verifies chrome --mash starts up and logs in correctly."""
19 # Mash requires a connected display to start chrome. Chromebox and
24 logging.warning('chrome --mash requires a display, skipping test.')
40 logging.info('Testing Chrome --mash startup.')
41 with chrome.Chrome(auto_login=False, extra_browser_args=mash_browser_args):
42 logging.info('Chrome --mash started and loaded OOBE.')
44 logging.info('Testing Chrome --mash login.')
45 with chrome.Chrome(extra_browser_args=mash_browser_args)
    [all...]
  /external/autotest/client/bin/
autologin.py 7 '''Make Chrome automatically log in.'''
15 from autotest_lib.client.common_lib.cros import chrome
29 # Avoid calling close() on the Chrome object; this keeps the session active.
30 chrome.Chrome(arc_mode=('enabled' if args.arc else None))
vm_sanity.py 7 '''A simple sanity test for Chrome.
23 from autotest_lib.client.common_lib.cros import arc, arc_common, chrome
36 logging.info('Starting chrome and logging in.')
37 is_arc_available = chrome.is_arc_available()
39 with chrome.Chrome(arc_mode=arc_mode) as cr:
62 'Chrome shutdown.')
  /external/autotest/client/site_tests/login_GaiaLogin/
login_GaiaLogin.py 10 from autotest_lib.client.common_lib.cros import chrome
20 username = chrome.CAP_USERNAME
24 file_utils.download_file(chrome.CAP_URL, cap.name)
30 with chrome.Chrome(gaia_login=True, username=username,
32 if not cryptohome.is_vault_mounted(user=chrome.NormalizeEmail(username)):
  /external/autotest/client/site_tests/platform_Pkcs11InitOnLogin/
platform_Pkcs11InitOnLogin.py 9 from autotest_lib.client.common_lib.cros import chrome
18 with chrome.Chrome() as cr:
29 with chrome.Chrome(dont_override_profile=True) as cr:
  /external/autotest/client/cros/chameleon/
chameleon_measurer.py 18 def __init__(self, cros_host, args, chrome, outputdir=None):
21 factory = local_facade_factory.LocalFacadeFactory(chrome)
  /external/autotest/client/site_tests/desktopui_SimpleLogin/
desktopui_SimpleLogin.py 8 from autotest_lib.client.common_lib.cros import chrome
27 cr = chrome.Chrome()
  /external/autotest/client/site_tests/login_CryptohomeIncognito/
login_CryptohomeIncognito.py 9 from autotest_lib.client.common_lib.cros import chrome
17 with chrome.Chrome(logged_in=False):
  /external/autotest/client/site_tests/power_UiResume/
power_UiResume.py 8 from autotest_lib.client.common_lib.cros import chrome
31 with chrome.Chrome():
  /external/autotest/client/cros/networking/chrome_testing/network_test_ext/
background.js 5 // chromeTesting.Networking provides wrappers around chrome.networking.onc
33 var error = chrome.runtime.lastError;
49 chrome.networking.onc.getDeviceStates(function(deviceState) {
66 chrome.networking.onc.enableNetworkType(type);
73 chrome.networking.onc.disableNetworkType(type);
80 chrome.networking.onc.requestNetworkScan();
87 chrome.networking.onc.createNetwork(shared, properties, function(guid) {
96 chrome.networking.onc.setProperties(guid, properties, function() {
105 chrome.networking.onc.getNetworks({
117 chrome.networking.onc.getNetworks(properties, function(networkList)
    [all...]
  /external/autotest/client/common_lib/cros/
enrollment.py 8 from autotest_lib.client.common_lib.cros import chrome
24 chrome.Chrome.wait_for_browser_restart(
38 chrome.Chrome.wait_for_browser_restart(
51 chrome.Chrome.wait_for_browser_restart(
  /external/autotest/client/deps/graphics/graphics_test_extension/
background.js 6 chrome.windows.create(
10 chrome.windows.update(win.id, {state: "fullscreen"});
25 chrome.windows.update(sender.tab.windowId, {state: "fullscreen"});
29 chrome.windows.update(sender.tab.windowId, message.updateInfo);
33 chrome.system.display.getInfo(function(info) {
46 chrome.windows.update(sender.tab.windowId, {
51 chrome.windows.update(sender.tab.windowId, {state: "fullscreen"});
56 chrome.runtime.onMessage.addListener(onMessageHandler);
  /external/webrtc/webrtc/tools/rtcbot/test/
three_bots_video_conference.js 128 registerBotTest('threeBotsVideoConference/android+android+chrome',
129 testTwoWayVideoStreaming, ['android-chrome', 'android-chrome',
130 'chrome']);
131 registerBotTest('threeBotsVideoConference/chrome-chrome-chrome',
132 testTwoWayVideoStreaming, ['chrome', 'chrome', 'chrome']);
    [all...]
  /external/libmojo/build/android/pylib/constants/
__init__.py 18 from devil.android.constants import chrome
30 PACKAGE_INFO = dict(chrome.PACKAGE_INFO)
32 'legacy_browser': chrome.PackageInfo(
37 'chromecast_shell': chrome.PackageInfo(
42 'android_webview_shell': chrome.PackageInfo(
47 'gtest': chrome.PackageInfo(
50 '/data/local/tmp/chrome-native-tests-command-line',
52 'components_browsertests': chrome.PackageInfo(
56 '/data/local/tmp/chrome-native-tests-command-line',
58 'content_browsertests': chrome.PackageInfo
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
tap.js 21 this.gesture_source_type_ = chrome.gpuBenchmarking.DEFAULT_INPUT;
26 return !!(window.chrome &&
27 chrome.gpuBenchmarking &&
28 chrome.gpuBenchmarking.tap &&
29 chrome.gpuBenchmarking.visualViewportHeight &&
30 chrome.gpuBenchmarking.visualViewportWidth);
61 chrome.gpuBenchmarking.tap(position_left, position_top,
  /external/autotest/client/site_tests/audio_AudioCorruption/
audio_AudioCorruption.py 9 from autotest_lib.client.common_lib.cros import chrome
14 """This test verifies playing corrupted audio in Chrome."""
18 """Tests whether Chrome handles corrupted audio gracefully.
20 @param audio: Sample corrupted audio file to be played in Chrome.
22 with chrome.Chrome(init_network_controller=True) as cr:
  /external/autotest/client/site_tests/desktopui_CameraApp/
desktopui_CameraApp.py 9 from autotest_lib.client.common_lib.cros import chrome
30 browser = chrome.Chrome(extension_paths=[camera_path])
  /external/autotest/client/site_tests/desktopui_ConnectivityDiagnostics/
desktopui_ConnectivityDiagnostics.py 7 from autotest_lib.client.common_lib.cros import chrome
11 """Basic sanity check of connectivity diagnostics in Chrome."""
20 chrome.runtime.sendMessage(
41 with chrome.Chrome(disable_default_apps=False, autotest_ext=True) as cr:
  /external/autotest/client/site_tests/dummy_IdleSuspend/
dummy_IdleSuspend.py 9 from autotest_lib.client.common_lib.cros import chrome
37 with chrome.Chrome():
  /external/autotest/client/site_tests/platform_CryptohomeSyncStress/
platform_CryptohomeSyncStress.py 8 from autotest_lib.client.common_lib.cros import chrome
18 with chrome.Chrome(username=username, password=password):
  /external/toolchain-utils/crosperf/experiment_files/
telemetry-crosperf-with-external-chrome-src.exp 2 # chrome source tree (rather than using the one inside the chroot).
3 # The Telemetry tests will be run from the external Chrome source
26 # Replace '/usr/local/google/chrome-top' with the path to the
27 # top of your Chrome source tree. From that directory
29 chrome_src:/usr/local/google/chrome-top
  /system/extras/tests/workloads/
feedly-chrome.sh 5 # - Open the same article in Chrome
49 # start chrome, if not installed, error out
50 t=$(forceStartActivity chrome)
51 checkIsRunning chrome "initial start of chrome"
52 echo Chrome start time = ${t}ms
73 checkIsRunning chrome "switch back to feedly"
83 checkIsRunning chrome "feedly swipe"
90 # switch to chrome
98 checkIsRunning feedly "switch to chrome"
    [all...]

Completed in 409 milliseconds

1 2 3 4 5 6 7 8 9