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

  /external/autotest/client/cros/networking/
cellular_proxy.py 129 model_id = properties.get(self.DEVICE_PROPERTY_MODEL_ID)
130 if not model_id:
156 lambda: self._get_reappeared_modem(model_id,
241 def _get_reappeared_modem(self, model_id, old_modem_mm_object):
244 @param model_id: The model ID reported by the vanished modem.
257 if (model_id == properties.get(self.DEVICE_PROPERTY_MODEL_ID) and
  /external/syslinux/com32/hdt/
hdt-dump-cpu.c 39 add_hi(cpu.model_id);
hdt-menu-processor.c 126 snprintf(buffer, sizeof buffer, "Model ID : %d", hardware->cpu.model_id);
128 hardware->cpu.model_id);
hdt-cli-cpu.c 126 more_printf("Model ID : %d\n", hardware->cpu.model_id);
  /external/syslinux/com32/modules/
cpuidtest.c 52 printf("Model ID = %d\n", cpu.model_id);
  /external/autotest/client/common_lib/cros/
avahi_utils.py 173 "ty=Unnamed Device" "txtvers=3" "services=_camera" "model_id=///" \
  /external/autotest/client/site_tests/buffet_BasicDBusAPI/
buffet_BasicDBusAPI.py 44 check('AATST', buffet.model_id)
  /external/syslinux/com32/gplinclude/
cpuid.h 144 uint8_t model_id; member in struct:__anon36941
  /external/syslinux/com32/lua/src/
cpu.c 54 add_int_item(L, "model_id", lua_cpu.model_id);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva.h 37 UCHAR model_id; member in struct:__anon64514
  /system/nfc/src/nfa/include/
nfa_hci_int.h 354 uint8_t model_id; /* Model ID */ member in struct:__anon3447
  /external/syslinux/com32/gpllib/
cpuid.c 588 cpu->model_id = c->x86_model;

Completed in 946 milliseconds