Home
last modified time | relevance | path

Searched refs:arc_mode (Results 1 – 25 of 30) sorted by relevance

12

/external/autotest/client/common_lib/cros/
Darc_util.py95 def should_start_arc(arc_mode): argument
104 logging.debug('ARC is enabled in mode ' + str(arc_mode))
105 assert arc_mode is None or arc_mode in arc_common.ARC_MODES
106 return arc_mode in [arc_common.ARC_MODE_ENABLED,
124 if chrome.arc_mode == arc_common.ARC_MODE_ENABLED:
143 if not should_start_arc(chrome.arc_mode):
Dchrome.py59 arc_mode=None, disable_arc_opt_in=True, argument
132 if (utils.is_arc_available() and (arc_util.should_start_arc(arc_mode)
145 if utils.is_arc_available() and arc_util.should_start_arc(arc_mode):
202 self.arc_mode = arc_mode
226 if arc_util.should_start_arc(arc_mode):
231 arc_mode != arc_common.ARC_MODE_ENABLED_ASYNC
/external/autotest/client/site_tests/video_WebRtcPerf/
Dvideo_WebRtcPerf.py91 arc_mode = None variable in video_WebRtcPerf
143 power_test=False, arc_mode=None): argument
156 self.arc_mode = arc_mode
197 arc_mode=self.arc_mode,
222 EXTRA_BROWSER_ARGS, arc_mode=self.arc_mode,
/external/autotest/client/site_tests/video_VideoSanity/
Dvideo_VideoSanity.py26 def run_once(self, video_file, arc_mode=False): argument
45 if blacklist_arc_mode is None or blacklist_arc_mode == arc_mode:
50 if arc_mode:
56 arc_mode=arc_mode_str,
/external/autotest/client/site_tests/telemetry_LoginTest_P/
Dtelemetry_LoginTest_P.py32 def run_once(self, arc_mode=None): argument
40 arc_mode=arc_mode) as cr:
/external/autotest/client/site_tests/telemetry_LoginTest/
Dtelemetry_LoginTest.py32 def run_once(self, arc_mode=None): argument
40 arc_mode=arc_mode) as cr:
Dcontrol.arc27 job.run_test('telemetry_LoginTest', arc_mode=ARC_MODE, tag='arc')
/external/autotest/client/site_tests/login_LoginSuccess/
Dlogin_LoginSuccess.py34 def run_once(self, stress_run=False, arc_mode=None): argument
48 with chrome.Chrome(arc_mode=arc_mode):
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash_P/
Ddesktopui_ExitOnSupervisedUserCrash_P.py26 def run_once(self, arc_mode=None): argument
28 with chrome.Chrome(arc_mode=arc_mode):
Dcontrol.arc22 job.run_test('desktopui_ExitOnSupervisedUserCrash_P', arc_mode=ARC_MODE, tag='arc')
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/
Ddesktopui_ExitOnSupervisedUserCrash.py26 def run_once(self, arc_mode=None): argument
28 with chrome.Chrome(arc_mode=arc_mode):
Dcontrol.arc22 job.run_test('desktopui_ExitOnSupervisedUserCrash', arc_mode=ARC_MODE, tag='arc')
/external/autotest/client/site_tests/cheets_StartAndroid_P/
Dcheets_StartAndroid_P.py52 arc_mode = arc.arc_common.ARC_MODE_ENABLED,
68 arc_mode=arc.arc_common.ARC_MODE_ENABLED)
78 arc_mode=arc.arc_common.ARC_MODE_ENABLED,
/external/autotest/client/site_tests/cheets_StartAndroid/
Dcheets_StartAndroid.py52 arc_mode = arc.arc_common.ARC_MODE_ENABLED,
68 arc_mode=arc.arc_common.ARC_MODE_ENABLED)
78 arc_mode=arc.arc_common.ARC_MODE_ENABLED,
/external/autotest/client/site_tests/video_ChromeRTCHWEncodeUsed/
Dvideo_ChromeRTCHWEncodeUsed.py92 def run_once(self, capability, arc_mode=None): argument
106 arc_mode=arc_mode,
/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
Dvideo_ChromeHWDecodeUsed.py48 def run_once(self, codec, is_mse, video_file, capability, arc_mode=None): argument
65 arc_mode=arc_mode,
/external/autotest/client/cros/enterprise/
Denterprise_policy_base.py251 arc_mode=False, argument
291 if arc_mode and self.username == USERNAME:
307 arc_mode=arc_mode,
320 if arc_mode:
898 arc_mode=False, argument
953 if arc_mode:
957 arc_mode=arc_mode,
/external/autotest/client/bin/
Dvm_sanity.py62 arc_mode = arc_common.ARC_MODE_ENABLED if is_arc_available else None
63 with chrome.Chrome(arc_mode=arc_mode, num_tries=1) as cr:
Dautologin.py39 arc_mode=('enabled' if args.arc else None),
/external/autotest/client/cros/multimedia/
Dfacade_resource.py134 arc_mode = self.ARC_DISABLED
136 arc_mode = self.ARC_ENABLED
142 'arc_mode': arc_mode,
/external/autotest/client/site_tests/graphics_Idle_P/
Dgraphics_Idle_P.py38 def run_once(self, arc_mode=None): argument
40 if arc_mode:
46 arc_mode=arc_mode) as cr:
/external/autotest/client/site_tests/graphics_Idle/
Dgraphics_Idle.py38 def run_once(self, arc_mode=None): argument
40 if arc_mode:
46 arc_mode=arc_mode) as cr:
/external/autotest/client/site_tests/policy_ArcVideoCaptureAllowed/
Dpolicy_ArcVideoCaptureAllowed.py91 arc_mode='enabled',
/external/autotest/client/site_tests/cheets_Midis_P/
Dcheets_Midis_P.py56 arc_mode=arc.arc_common.ARC_MODE_ENABLED,
/external/autotest/client/site_tests/cheets_Midis/
Dcheets_Midis.py56 arc_mode=arc.arc_common.ARC_MODE_ENABLED,

12