Searched refs:host_platform (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/
H A Dcommon.py17 host_platform = _platform.system().lower() variable
18 if host_platform.startswith('cygwin'):
19 host_platform = 'cygwin' variable
26 target_platform = host_platform
56 if target_platform == 'windows' and host_platform != 'windows':
91 opts.Add(EnumOption('platform', 'target platform', host_platform,
102 if host_platform == 'windows':
H A DSConstruct108 host_env['platform'] = common.host_platform
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A Dvideo_unittest.py20 host_platform = platform.GetHostPlatform()
23 host_platform.InstallApplication('avconv')
25 if not host_platform.CanLaunchApplication('avconv'):
H A Dvideo.py120 host_platform = platform.GetHostPlatform()
121 if not host_platform.CanLaunchApplication('avconv'):
122 host_platform.InstallApplication('avconv')
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
H A Dbinary_manager.py98 host_platform = None
101 host_platform = '%s_%s' % (
104 dep_manager.PrefetchPaths(host_platform)
106 if host_platform == 'linux_x86_64':
128 if host_platform is not None:
129 manager.PrefetchPaths(host_platform)
/external/autotest/contrib/
H A Dmove_cq_hosts.sh18 function host_platform() { function
48 PLATFORM=$(host_platform $host)
/external/mesa3d/scons/
H A Dgallium.py162 host_platform = _platform.system().lower()
163 if host_platform.startswith('cygwin'):
164 host_platform = 'cygwin'
176 env['crosscompile'] = platform != host_platform

Completed in 207 milliseconds