HomeSort by relevance Sort by last modified time
    Searched refs:host_platform (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/
common.py 17 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':
SConstruct 108 host_env['platform'] = common.host_platform
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
video_unittest.py 20 host_platform = platform.GetHostPlatform()
23 host_platform.InstallApplication('avconv')
25 if not host_platform.CanLaunchApplication('avconv'):
video.py 120 host_platform = platform.GetHostPlatform()
121 if not host_platform.CanLaunchApplication('avconv'):
122 host_platform.InstallApplication('avconv')
  /external/autotest/contrib/
move_cq_hosts.sh 18 function host_platform() { function
48 PLATFORM=$(host_platform $host)
  /external/mesa3d/scons/
gallium.py 162 host_platform = _platform.system().lower()
163 if host_platform.startswith('cygwin'):
164 host_platform = 'cygwin'
176 env['crosscompile'] = platform != host_platform

Completed in 1692 milliseconds