Home | History | Annotate | Download | only in browser

Lines Matching refs:Platform

15 from telemetry.core import platform
20 from telemetry.internal.platform import device_finder
21 from telemetry.internal.platform import remote_platform_options
22 from telemetry.internal.platform.profiler import profiler_finder
119 # Platform options
120 group = optparse.OptionGroup(parser, 'Platform options')
125 'This option prevents Telemetry from tweaking such platform settings.')
128 # Remote platform options
129 group = optparse.OptionGroup(parser, 'Remote platform options')
161 # Parse remote platform options.
309 # a telemetry owner. This is not the right place for platform-specific #
433 if (platform.GetHostPlatform().GetOSName() == 'chromeos' or