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

1 2 3 4 5 6 7 8

  /external/vboot_reference/scripts/image_signing/sample-test-configs/
ensure_no_nonrelease_files.config 14 /opt/google/chrome/localaccount
  /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."""
34 logging.info('Testing Chrome --mash startup.')
35 with chrome.Chrome(auto_login=False, extra_browser_args=mash_browser_args):
36 logging.info('Chrome --mash started and loaded OOBE.')
38 logging.info('Testing Chrome --mash login.')
39 with chrome.Chrome(extra_browser_args=mash_browser_args):
40 logging.info('Chrome login with --mash succeeded.'
    [all...]
  /external/autotest/client/site_tests/desktopui_MusLogin/
desktopui_MusLogin.py 8 from autotest_lib.client.common_lib.cros import chrome
12 """Verifies chrome --mus starts up and logs in correctly."""
34 logging.info('Testing Chrome --mus startup.')
35 with chrome.Chrome(auto_login=False,
37 logging.info('Chrome --mus started and loaded OOBE.')
39 logging.info('Testing Chrome --mus login.')
40 with chrome.Chrome(extra_browser_args=mus_browser_args):
41 logging.info('Chrome login with --mus succeeded.'
    [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))
  /external/autotest/client/site_tests/cheets_StartAndroid/
cheets_StartAndroid.py 9 from autotest_lib.client.common_lib.cros import chrome
26 logging.debug("Times to start Chrome and Android: %s",
51 chrome_obj = chrome.Chrome(
57 # 2 seconds for chrome to settle down before logging out
66 self.chrome = chrome.Chrome(
73 logging.error('Could not start Chrome. Retrying soon...')
76 self.chrome = chrome.Chrome
    [all...]
  /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/autotest/client/site_tests/accessibility_Sanity/
accessibility_Sanity.py 8 from autotest_lib.client.common_lib.cros import chrome
49 with chrome.Chrome(extension_paths=[extension_path]) as cr:
  /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 1330 milliseconds

1 2 3 4 5 6 7 8