Home
last modified time | relevance | path

Searched refs:host_machine (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/
Dcommon.py48 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
DSConstruct109 host_env['machine'] = common.host_machine
/external/mesa3d/scons/
Dgallium.py165host_machine = os.environ.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE', _…
166 host_machine = {
175 }.get(host_machine, 'generic')
177 if machine == 'x86_64' and host_machine != 'x86_64':
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dandroid_profiling_helper.py297 host_machine = platform.uname()[4]
317 toolchain_path, 'prebuilt', '%s-%s' % (host_os, host_machine), 'bin',