Searched refs:chrome (Results 126 - 150 of 165) sorted by relevance

1234567

/external/autotest/client/common_lib/cros/
H A Dchromedriver.py20 from autotest_lib.client.common_lib.cros import chrome namespace
38 @param extra_chrome_flags: Extra chrome flags to pass to chrome, if any.
40 chrome by chromedriver, if any.
63 self._chrome = chrome.Chrome(extension_paths=extension_paths,
93 # Handle to chromedriver, for chrome automation.
135 """ The chrome instance used by this chrome driver instance. """
142 This code is migrated from chrome:
143 src/chrome/tes
[all...]
H A Dinteractive_xmlrpc_server.py16 from autotest_lib.client.common_lib.cros import chrome, xmlrpc_server namespace
38 self._chrome = chrome.Chrome(init_network_controller=True)
H A Dtest_webrtc_peer_connection.py7 from autotest_lib.client.common_lib.cros import chrome namespace
150 with chrome.Chrome(extra_browser_args = EXTRA_BROWSER_ARGS + \
/external/autotest/client/cros/multimedia/
H A Ddisplay_facade_adapter.py25 def __init__(self, chrome):
28 @param chrome: A Chrome object.
33 facade_resource.FacadeResource(chrome_object=chrome))
/external/autotest/client/cros/networking/chrome_testing/
H A Dchrome_networking_test_context.py9 from autotest_lib.client.common_lib.cros import chrome namespace
20 provides some boilerplate around chrome.networkingPrivate calls.
39 # Network type strings used by chrome.networkingPrivate
66 self._chrome = chrome.Chrome(logged_in=True,
/external/autotest/client/site_tests/autoupdate_StartOOBEUpdate/
H A Dautoupdate_StartOOBEUpdate.py10 from autotest_lib.client.common_lib.cros import chrome namespace
95 # Start chrome instance to interact with OOBE.
96 self._chrome = chrome.Chrome(auto_login=False)
/external/autotest/client/site_tests/graphics_Sanity/
H A Dgraphics_Sanity.py10 from autotest_lib.client.common_lib.cros import chrome namespace
78 with chrome.Chrome() as cr:
80 tab.Navigate('chrome://settings')
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
H A Dgraphics_WebGLManyPlanetsDeep.py13 from autotest_lib.client.common_lib.cros import chrome namespace
133 with chrome.Chrome(logged_in=False,
/external/autotest/client/site_tests/graphics_WebGLPerformance/
H A Dgraphics_WebGLPerformance.py20 from autotest_lib.client.common_lib.cros import chrome namespace
138 with chrome.Chrome(logged_in=False,
/external/autotest/client/site_tests/login_LogoutProcessCleanup/
H A Dlogin_LogoutProcessCleanup.py9 from autotest_lib.client.common_lib.cros import chrome namespace
130 with chrome.Chrome() as cr:
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
H A Dserver.js15 chrome.runtime.getBackgroundPage(function(bgPage) {
/external/autotest/client/site_tests/platform_InitLoginPerf/
H A Dplatform_InitLoginPerf.py14 from autotest_lib.client.common_lib.cros import chrome namespace
211 with chrome.Chrome(auto_login=True):
/external/autotest/client/site_tests/touch_MouseScroll/
H A Dtouch_MouseScroll.py9 from autotest_lib.client.common_lib.cros import chrome namespace
111 with chrome.Chrome(init_network_controller=True) as cr:
/external/libyuv/files/tools/ubsan/
H A Dvptr_blacklist.txt89 # obj/chrome/libbrowser.a(obj/chrome/browser/net/browser.predictor.o):../../chrome/browser/net/predictor.cc:__unnamed_577: error: undefined reference to 'typeinfo for ProxyAdvisor'
90 src:*/chrome/browser/net/predictor.cc
/external/autotest/client/site_tests/policy_KeyboardDefaultToFunctionKeys/
H A Dpolicy_KeyboardDefaultToFunctionKeys.py9 from autotest_lib.client.common_lib.cros import chrome namespace
/external/autotest/client/site_tests/desktopui_FlashSanityCheck/
H A Ddesktopui_FlashSanityCheck.py14 from autotest_lib.client.common_lib.cros import chrome namespace
20 _SYSTEM_STORE = '/opt/google/chrome/pepper'
153 lambda: (utils.get_process_list('chrome', '--type=ppapi')),
164 # There is a chrome bug where the command line of the ppapi and
168 zygote = utils.get_process_list('chrome', '--type=zygote')
179 lambda: (utils.get_process_list('chrome', '--type=ppapi')),
260 with chrome.Chrome(extra_browser_args=browser_args,
330 with chrome.Chrome(extra_browser_args=browser_args,
/external/autotest/client/site_tests/video_MediaRecorderPerf/
H A Dvideo_MediaRecorderPerf.py17 from autotest_lib.client.common_lib.cros import chrome namespace
184 with chrome.Chrome(
197 with chrome.Chrome(
/external/autotest/client/site_tests/video_PlaybackPerf/
H A Dvideo_PlaybackPerf.py13 from autotest_lib.client.common_lib.cros import chrome namespace
266 after chrome opens. The input parameter of the funciton is
267 Autotest chrome instance.
273 with chrome.Chrome(
300 # Start chrome with disabled video hardware decode flag.
301 with chrome.Chrome(extra_browser_args=
/external/autotest/client/site_tests/video_WebRtcPerf/
H A Dvideo_WebRtcPerf.py12 from autotest_lib.client.common_lib.cros import chrome namespace
30 WEBRTC_INTERNALS_URL = 'chrome://webrtc-internals'
192 after chrome opens. The input parameter of the funciton is
193 Autotest chrome instance.
200 with chrome.Chrome(extra_browser_args=EXTRA_BROWSER_ARGS +\
224 # Start chrome with disabled video hardware decode flag.
225 with chrome.Chrome(extra_browser_args=
/external/autotest/client/cros/enterprise/
H A Denterprise_policy_base.py13 from autotest_lib.client.common_lib.cros import chrome namespace
64 CHROME_POLICY_PAGE = 'chrome://policy'
215 chrome://policy page, the policy dictionary must contain no NVP for
276 from the chrome://policy page given by |policy_tab|.
346 @returns: decoded value of the policy as shown on chrome://policy.
361 shown on chrome://policy.
394 """Pass if an expected value and the chrome://policy version match.
396 Handles some of the inconsistencies in the chrome://policy JSON format.
414 raise error.TestError('chrome://policy shows the incorrect value '
422 Verify that the a single policy correctly shows in chrome
[all...]
/external/tensorflow/tensorflow/core/profiler/g3doc/
H A Dprofile_time.md145 In the chrome://tracing UI, click "Flow Event" in "View Options" of upper
162 Open a Chrome browser, enter URL chrome://tracing and load the timeline file.
/external/autotest/client/site_tests/graphics_Stress/
H A Dgraphics_Stress.py10 from autotest_lib.client.common_lib.cros import chrome namespace
36 return chrome.Chrome(extension_paths=self.ext_paths,
42 cmd = 'chrome.windows.create( { url: \'%s\' } )' % ( url )
/external/autotest/client/site_tests/login_OobeLocalization/
H A Dlogin_OobeLocalization.py10 from autotest_lib.client.common_lib.cros import chrome namespace
70 with chrome.Chrome(auto_login=False) as self._chrome:
/external/autotest/client/site_tests/power_Idle/
H A Dpower_Idle.py8 from autotest_lib.client.common_lib.cros import chrome namespace
51 with chrome.Chrome():
/external/autotest/client/site_tests/video_GlitchDetection/
H A Dvideo_GlitchDetection.py11 from autotest_lib.client.common_lib.cros import chrome namespace
45 with chrome.Chrome(

Completed in 3651 milliseconds

1234567