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

/external/chromium_org/android_webview/tools/
H A Dgyp_webview56 host_platform=$(echo $host_os | sed -e 's/mac/darwin/')
60 '${ANDROID_SDK_ROOT}/../tools/${host_platform}', \
65 if [ "$PLATFORM" == "${host_platform}-arm" -o "$PLATFORM" == "all" ]; then
66 ${GYP} --suffix .${host_platform}-arm ${EFLAGS} -Dtarget_arch=arm
68 if [ "$PLATFORM" == "${host_platform}-arm64" -o "$PLATFORM" == "all" ]; then
69 ${GYP} --suffix .${host_platform}-arm64 ${EFLAGS} -Dtarget_arch=arm64
71 if [ "$PLATFORM" == "${host_platform}-x86" -o "$PLATFORM" == "all" ]; then
72 ${GYP} --suffix .${host_platform}-x86 ${EFLAGS} -Dtarget_arch=ia32
74 if [ "$PLATFORM" == "${host_platform}-x86_64" -o "$PLATFORM" == "all" ]; then
75 ${GYP} --suffix .${host_platform}
[all...]
/external/chromium_org/third_party/mesa/src/
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/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_org/tools/telemetry/telemetry/core/
H A Dvideo_unittest.py20 host_platform = platform.GetHostPlatform()
23 host_platform.InstallApplication('avconv')
25 if not host_platform.CanLaunchApplication('avconv'):
H A Dvideo.py117 host_platform = platform.GetHostPlatform()
118 if not host_platform.CanLaunchApplication('avconv'):
119 host_platform.InstallApplication('avconv')
/external/chromium_org/tools/telemetry/telemetry/core/backends/
H A Dbrowser_backend.py33 host_platform = platform.GetHostPlatform()
34 if not host_platform.CanLaunchApplication('ipfw'):
35 host_platform.InstallApplication('ipfw')
/external/chromium_org/third_party/mesa/src/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
/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
/external/chromium_org/tools/telemetry/telemetry/core/forwarders/
H A Dandroid_forwarder.py203 host_platform = platform.GetHostPlatform().GetOSName()
204 if host_platform == 'linux':
206 if host_platform == 'mac':
208 raise NotImplementedError('Platform %s not supported!' % host_platform)

Completed in 1739 milliseconds