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

  /external/mesa3d/
common.py 46 # 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
SConstruct 109 host_env['machine'] = common.host_machine
  /external/mesa3d/scons/
gallium.py 165 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-trace/catapult/telemetry/telemetry/internal/platform/profiler/
android_profiling_helper.py 297 host_machine = platform.uname()[4]
317 toolchain_path, 'prebuilt', '%s-%s' % (host_os, host_machine), 'bin',

Completed in 229 milliseconds