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

/external/chromium_org/third_party/mesa/src/
H A Dcommon.py46 # find host_machine value
48 host_machine = os.environ['PROCESSOR_ARCHITECTURE'] variable
50 host_machine = _platform.machine() variable
51 host_machine = _machine_map.get(host_machine, 'generic') variable
53 default_machine = host_machine
H A DSConstruct109 host_env['machine'] = common.host_machine
/external/mesa3d/
H A Dcommon.py46 # find host_machine value
48 host_machine = os.environ['PROCESSOR_ARCHITECTURE'] variable
50 host_machine = _platform.machine() variable
51 host_machine = _machine_map.get(host_machine, 'generic') variable
53 default_machine = host_machine
H A DSConstruct109 host_env['machine'] = common.host_machine
/external/chromium_org/third_party/mesa/src/scons/
H A Dgallium.py165 host_machine = os.environ.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE', _platform.machine()))
166 host_machine = {
175 }.get(host_machine, 'generic')
177 if machine == 'x86_64' and host_machine != 'x86_64':
/external/mesa3d/scons/
H A Dgallium.py165 host_machine = os.environ.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE', _platform.machine()))
166 host_machine = {
175 }.get(host_machine, 'generic')
177 if machine == 'x86_64' and host_machine != 'x86_64':
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dandroid_profiling_helper.py254 host_machine = platform.uname()[4]
266 'prebuilt', '%s-%s' % (host_os, host_machine), 'bin',

Completed in 3891 milliseconds