Searched defs:host_machine (Results 1 - 3 of 3) 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
/external/linux-tools-perf/util/
H A Dsession.h42 struct machine host_machine; member in struct:perf_session
132 return &self->host_machine;
139 return &self->host_machine;
147 return &self->host_machine;
155 process(&self->host_machine, self);

Completed in 1506 milliseconds