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

  /external/chromium_org/third_party/mesa/src/
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
  /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
  /external/linux-tools-perf/util/
session.h 42 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 62 milliseconds