Searched defs:host_machine (Results 1 - 2 of 2) 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
/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

Completed in 1292 milliseconds