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

  /test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/
home_bot_config.py 74 _DEVICE = None
198 global _DEVICE
199 if not _DEVICE:
204 _DEVICE = Device(device_ip[0], id)
205 if _DEVICE:
206 dimensions[u'build'] = _DEVICE.build_fingerprint,
207 dimensions[u'hardware'] = _DEVICE.hardware,
208 dimensions[u'product'] = _DEVICE.product,
230 if _DEVICE:
231 state[u'device'] = _DEVICE.propertie
    [all...]
  /test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/
home_bot_config.py 74 _DEVICE = None
198 global _DEVICE
199 if not _DEVICE:
204 _DEVICE = Device(device_ip[0], id)
205 if _DEVICE:
206 dimensions[u'build'] = _DEVICE.build_fingerprint,
207 dimensions[u'hardware'] = _DEVICE.hardware,
208 dimensions[u'product'] = _DEVICE.product,
230 if _DEVICE:
231 state[u'device'] = _DEVICE.propertie
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueDevicePathLib.h 35 #define FileDevicePath(_DEVICE, _FILENAME) GlueFileDevicePath(_DEVICE, _FILENAME)

Completed in 480 milliseconds