HomeSort by relevance Sort by last modified time
    Searched full:chrome (Results 726 - 750 of 2243) sorted by null

<<21222324252627282930>>

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/
CtsRootDeviceSetup.java 69 // This is chrome specific setting to disable the first screen.
72 "echo \"chrome --disable-fre\" > /data/local/chrome-command-line");
  /external/autotest/client/cros/
semiauto_framework.py 9 from autotest_lib.client.common_lib.cros import chrome namespace
28 self._browser = chrome.Chrome().browser
  /external/autotest/client/site_tests/audio_PlaybackPower/
audio_PlaybackPower.py 10 from autotest_lib.client.common_lib.cros import chrome namespace
89 with chrome.Chrome() as cr:
  /external/autotest/client/site_tests/audio_SeekAudioFeedback/
audio_SeekAudioFeedback.py 35 self.chrome.browser.platform.SetHTTPServerDirectories(self.bindir)
36 tab = self.chrome.browser.tabs[0]
37 tab.Navigate(self.chrome.browser.platform.http_server.UrlOf(
  /external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
desktopui_MediaAudioFeedback.py 32 self.chrome.browser.platform.SetHTTPServerDirectories(self.bindir)
33 tab = self.chrome.browser.tabs[0]
34 tab.Navigate(self.chrome.browser.platform.http_server.UrlOf(
  /external/autotest/client/site_tests/graphics_WebGLClear/
graphics_WebGLClear.py 25 from autotest_lib.client.common_lib.cros import chrome namespace
87 with chrome.Chrome(logged_in=False,
  /external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py 20 from autotest_lib.client.common_lib.cros import chrome namespace
116 with chrome.Chrome(logged_in=False, extension_paths=ext_paths) as cr:
  /external/autotest/client/site_tests/network_ChromeCellularSmokeTest/
network_ChromeCellularSmokeTest.py 19 Tests that Chrome can bring the network to a connected state and effectively
21 connect/disconnect sequence several times and makes sure that Chrome can
22 always connect to the network via chrome.networkingPrivate.
  /external/autotest/client/site_tests/network_FirewallHolePunch/
network_FirewallHolePunch.py 10 from autotest_lib.client.common_lib.cros import chrome namespace
73 self.cr = chrome.Chrome(extension_paths=[self.extension_path],
  /external/autotest/client/site_tests/power_AudioDetector/
power_AudioDetector.py 8 from autotest_lib.client.common_lib.cros import chrome namespace
20 with chrome.Chrome():
  /external/autotest/client/site_tests/power_Idle/
power_Idle.py 8 from autotest_lib.client.common_lib.cros import chrome namespace
35 with chrome.Chrome():
  /external/autotest/client/site_tests/power_IdleSuspend/
power_IdleSuspend.py 8 from autotest_lib.client.common_lib.cros import chrome namespace
69 with chrome.Chrome():
  /external/autotest/client/site_tests/touch_ScrollDirection/
touch_ScrollDirection.py 8 from autotest_lib.client.common_lib.cros import chrome namespace
88 with chrome.Chrome(autotest_ext=True) as cr:
  /external/autotest/client/site_tests/touch_TabSwitch/
touch_TabSwitch.py 8 from autotest_lib.client.common_lib.cros import chrome namespace
93 with chrome.Chrome(autotest_ext=True) as cr:
  /external/autotest/client/site_tests/touch_TapSettings/
touch_TapSettings.py 10 from autotest_lib.client.common_lib.cros import chrome namespace
83 with chrome.Chrome(autotest_ext=True) as cr:
  /external/autotest/client/site_tests/ui_SystemTray/
ui_SystemTray.py 11 from autotest_lib.client.common_lib.cros import chrome namespace
66 with chrome.Chrome(logged_in=self.logged_in):
  /external/autotest/client/site_tests/video_VideoSanity/
video_VideoSanity.py 9 from autotest_lib.client.common_lib.cros import chrome namespace
117 with chrome.Chrome() as cr:
  /external/autotest/client/site_tests/video_VimeoVideo/
video_VimeoVideo.py 12 from autotest_lib.client.common_lib.cros import chrome namespace
116 with chrome.Chrome(extra_browser_args=args) as cr, wpr_wrapper:
  /external/autotest/server/cros/servo/
chrome_usbpd.py 12 """Manages control of a Chrome PD console.
14 We control the Chrome USBPD via the UART of a Servo board. Chrome USBPD
  /external/autotest/server/site_tests/firmware_FAFTSetup/
firmware_FAFTSetup.py 28 """Verify EC console is available if using Chrome EC."""
30 # Not Chrome EC. Nothing to check.
55 # Stop UI so that key presses don't go to Chrome.
  /external/autotest/server/site_tests/platform_FullyChargedPowerStatus/
platform_FullyChargedPowerStatus.py 12 _CHROME_PATH = '/opt/google/chrome/chrome'
95 raise error.TestNAError('Chrome does not reside on DUT. Test Skipped')
  /external/chromium-trace/catapult/dashboard/dashboard/
buildbucket_job_status_test.py 29 \"build_url\": \"gs://chrome-perf/Linux Bisector\", \
59 \"gs_bucket\": \"chrome-perf\", \
79 \"gs_bucket\": \"chrome-perf\", \
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
ios_browser_finder.py 11 from telemetry.internal.backends.chrome import ios_browser_backend
21 IOS_BROWSERS = {'CriOS': 'ios-chrome', 'Version': 'ios-safari'}
78 options.browser_type = 'ios-chrome'
tab_list_backend.py 95 context['url'] == 'chrome://media-router/')
96 # TODO: For compatibility with Chrome before r177683.
98 return not context['url'].startswith('chrome-extension://')
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
devtools_http.py 25 This class maintains a persistent http connection to Chrome devtools.
39 """Attempts to establish a connection to Chrome devtools."""
60 """Sends a request to Chrome devtools.

Completed in 986 milliseconds

<<21222324252627282930>>