Home
last modified time | relevance | path

Searched refs:finder_options (Results 1 – 25 of 49) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/internal/backends/chrome/
H A Dandroid_browser_finder_unittest.py62 self.finder_options, fake_platform)
66 self.finder_options.browser_type = 'any'
71 self.finder_options, self.fake_platform)
77 self.finder_options.browser_type = 'any'
83 self.finder_options, self.fake_platform)
92 self.finder_options.browser_type = 'any'
99 self.finder_options, self.fake_platform)
139 self.finder_options, self.fake_platform)
144 self.finder_options, self.fake_platform)
158 self.finder_options, self.fake_platform)
[all …]
H A Dandroid_browser_finder.py93 self._compile_apk = finder_options.compile_apk
103 if finder_options.modules_to_install:
109 if finder_options.webview_embedder_apk:
114 elif finder_options.webview_embedder_apk:
412 finder_options,
424 for apk in finder_options.webview_embedder_apk:
434 finder_options.browser_executable)
447 finder_options,
450 finder_options.browser_executable))
454 android_platform, finder_options)
[all …]
H A Ddesktop_browser_finder.py33 def __init__(self, browser_type, finder_options, executable, flash_path, argument
52 del finder_options
299 def FindAllAvailableBrowsers(finder_options, device): argument
335 if finder_options.browser_executable:
336 is_content_shell = finder_options.browser_executable.endswith(
342 finder_options.browser_executable)
346 'exact', finder_options, normalized_executable, flash_path,
359 browser_type, finder_options, app, flash_path,
374 if finder_options.browser_type == 'reference':
441 browser_name, finder_options, full_path,
[all …]
H A Dcros_browser_finder.py42 def __init__(self, browser_type, finder_options, cros_platform, is_guest): argument
47 del finder_options
212 def CanFindAvailableBrowsers(finder_options): argument
213 return (cros_device.IsRunningOnCrOS() or finder_options.cros_remote or
226 def FindAllAvailableBrowsers(finder_options, device): argument
236 finder_options,
241 finder_options,
248 plat = platform_module.GetPlatformForDevice(device, finder_options)
252 finder_options.cros_remote)
271 'cros-chrome', finder_options, plat, is_guest=False),
[all …]
H A Dfuchsia_browser_finder.py24 def __init__(self, browser_type, finder_options, fuchsia_platform): argument
25 del finder_options
107 def FindAllAvailableBrowsers(finder_options, device): argument
114 finder_options)
118 'web-engine-shell', finder_options, fuchsia_platform)
H A Dcros_test_case.py32 finder_options = options_for_unittests.GetCopy()
33 browser_options = finder_options.browser_options
40 browser_type=finder_options.browser_type)
43 browser_to_create = browser_finder.FindBrowser(finder_options)
H A Dcros_browser_finder_unittest.py30 self.finder_options = options_for_unittests.GetCopy()
76 browser_options = self.finder_options.browser_options
81 self.finder_options.browser_options = browser_options
85 browser_type, self.finder_options, self.mock_platform,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/story/
H A Dexpectations.py12 def ShouldDisable(self, platform, finder_options): argument
28 def ShouldDisable(self, platform, finder_options): argument
29 del finder_options # Unused.
40 def ShouldDisable(self, platform, finder_options): argument
41 del platform, finder_options # Unused.
53 def ShouldDisable(self, platform, finder_options): argument
54 del finder_options # Unused.
68 def ShouldDisable(self, platform, finder_options): argument
79 def ShouldDisable(self, platform, finder_options): argument
90 def ShouldDisable(self, platform, finder_options): argument
[all …]
H A Dshared_state.py18 def __init__(self, test, finder_options, story_set, possible_browser): argument
30 browser_options = finder_options.browser_options
31 if finder_options.use_live_sites:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/internal/
H A Dstory_runner.py192 def _GetPossibleBrowser(finder_options): argument
200 finder_options))))
249 if finder_options.print_only:
250 if finder_options.print_only == 'tags':
263 if (not finder_options.use_live_sites and
292 pageset_repeat = finder_options.pageset_repeat
316 if finder_options.wait_for_cpu_temp:
375 if finder_options.print_only:
385 def RunBenchmark(benchmark, finder_options): argument
395 benchmark.CustomizeOptions(finder_options)
[all …]
H A Dsnap_page_util.py48 def _CreateBrowser(finder_options, enable_browser_log): argument
51 finder_options.browser_options.logging_verbosity = (
54 finder_options.browser_options.logs_cloud_bucket = None
56 possible_browser = browser_finder.FindBrowser(finder_options)
57 return possible_browser.BrowserSession(finder_options.browser_options)
109 def _SnapPageToFile(finder_options, url, interactive, snapshot_path, argument
114 with _CreateBrowser(finder_options, enable_browser_log) as browser:
193 def SnapPage(finder_options, url, interactive, snapshot_path, argument
204 _SnapPageToFile(finder_options, url, interactive, snapshot_path, f,
H A Dsnap_page_util_unittest.py31 self.finder_options = options_for_unittests.GetCopy()
32 browser_to_create = browser_finder.FindBrowser(self.finder_options)
40 snap_page_util.SnapPage(self.finder_options, 'url', interactive=False,
64 self.finder_options, url, interactive=False,
98 self.finder_options, url, interactive=False,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/internal/platform/
H A Dandroid_device_unittest.py55 finder_options = browser_options.BrowserFinderOptions()
66 finder_options = browser_options.BrowserFinderOptions()
76 finder_options = browser_options.BrowserFinderOptions()
81 device = android_device.GetDevice(finder_options)
91 finder_options = browser_options.BrowserFinderOptions()
99 device = android_device.GetDevice(finder_options)
107 finder_options = browser_options.BrowserFinderOptions()
111 device = android_device.GetDevice(finder_options)
122 finder_options = browser_options.BrowserFinderOptions()
135 finder_options = browser_options.BrowserFinderOptions()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/core/
H A Dperf_benchmark.py81 def CustomizeOptions(self, finder_options): argument
84 super(PerfBenchmark, self).CustomizeOptions(finder_options)
86 browser_options = finder_options.browser_options
101 finder_options, browser_options.extra_browser_args)
106 self._GetOutDirectoryEstimate(finder_options)))
136 chrome_root = finder_options.chrome_root
162 def _GetOutDirectoryEstimate(self, finder_options): argument
170 if finder_options.chromium_output_dir is not None:
171 return finder_options.chromium_output_dir
175 finder_options.chrome_root,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/page/
H A Dshared_page_state.py30 def __init__(self, test, finder_options, story_set, possible_browser): argument
32 test, finder_options, story_set, possible_browser)
47 browser_options = finder_options.browser_options
54 self._finder_options = finder_options
64 if hasattr(finder_options, 'use_local_wpr') and finder_options.use_local_wpr:
66 if (hasattr(finder_options, 'disable_fuzzy_url_matching') and
67 finder_options.disable_fuzzy_url_matching):
74 process_name=finder_options.interval_profiling_target,
75 periods=finder_options.interval_profiling_periods,
76 frequency=finder_options.interval_profiling_frequency,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/contrib/vr_benchmarks/
H A Dshared_vr_page_state.py38 def __init__(self, test, finder_options, story_set, possible_browser=None): argument
40 test, finder_options, story_set, possible_browser)
52 self.__init__(test, finder_options, story_set, self._possible_browser)
61 def __init__(self, test, finder_options, story_set, possible_browser=None): argument
63 test, finder_options, story_set, possible_browser)
87 def __init__(self, test, finder_options, story_set, possible_browser=None): argument
89 test, finder_options, story_set, possible_browser)
221 def __init__(self, test, finder_options, story_set, possible_browser): argument
223 test, finder_options, story_set, possible_browser)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/examples/browser_tests/
H A Dbrowser_test.py79 finder_options = fakes.CreateBrowserFinderOptions()
80 finder_options.browser_options.platform = fakes.FakeLinuxPlatform()
81 finder_options.output_formats = ['none']
82 finder_options.suppress_gtest_report = True
83 finder_options.output_dir = None
84 finder_options.upload_bucket = 'public'
85 finder_options.upload_results = False
86 cls._finder_options = finder_options
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/gpu/unittest_data/
H A Dintegration_tests.py27 finder_options = fakes.CreateBrowserFinderOptions()
28 finder_options.browser_options.platform = fakes.FakeLinuxPlatform()
29 finder_options.output_formats = ['none']
30 finder_options.suppress_gtest_report = True
31 finder_options.output_dir = None
32 finder_options.upload_bucket = 'public'
33 finder_options.upload_results = False
34 cls._finder_options = finder_options
50 actual_finder_options = browser_test_context.GetCopy().finder_options
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/testing/
H A Dserially_executed_browser_test_case.py65 finder_options = browser_test_context.GetCopy().finder_options
66 cls._finder_options = finder_options
70 if finder_options.verbosity >= 2:
72 elif finder_options.verbosity:
300 test_class=obj, finder_options=test_context.finder_options):
317 def GenerateTestCases(test_class, finder_options): argument
336 for generated_test_name, args in method(finder_options):
H A Drun_browser_tests.py39 finder_options, positional_args = parser.parse_args(args)
40 finder_options.positional_args = positional_args
43 finder_options.verbosity = typ_options.verbose
44 return finder_options
132 test_class, finder_options, filter_tests_after_sharding, argument
146 test_class, finder_options):
255 typ_runner.context.finder_options = ProcessCommandLineOptions(
297 test_class=test_class, finder_options=typ_runner.context.finder_options,
339 args = context.finder_options
H A Dbrowser_test_context.py53 def finder_options(self): member in TypTestContext
77 @finder_options.setter
78 def finder_options(self, value): member in TypTestContext
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/android/
H A Dshared_android_state.py18 def __init__(self, test, finder_options, story_set, possible_browser): argument
27 test, finder_options, story_set, possible_browser)
34 self._finder_options = finder_options
37 device = android_device.GetDevice(finder_options)
40 device, finder_options)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/benchmarks/
H A Dstartup_mobile.py76 def __init__(self, test, finder_options, story_set, possible_browser=None): argument
84 test, finder_options, story_set, possible_browser)
85 self._finder_options = finder_options
95 self.platform.SetPerformanceMode(finder_options.performance_mode)
96 self._perf_mode_set = (finder_options.performance_mode !=
99 finder_options.chrome_root, 'MapsWebApk.apk')
109 if finder_options.use_live_sites:
111 elif finder_options.browser_options.wpr_mode == wpr_modes.WPR_RECORD:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/
H A Dbenchmark.py59 def CanRunOnPlatform(self, platform, finder_options): argument
78 if p.ShouldDisable(platform, finder_options):
82 def Run(self, finder_options): argument
84 finder_options.target_platforms = self.GetSupportedPlatformNames(
86 return story_runner.RunBenchmark(self, finder_options)
133 def CustomizeOptions(self, finder_options): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/bin/
H A Drun_snap_it_unittest29 def RunSnapItUnittest(finder_options):
30 possible_browser = browser_finder.FindBrowser(finder_options)
32 finder_options.browser_options) as browser:

12