Searched defs:DEVICES (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/JankBench/scripts/
H A Ddevices.py3 DEVICES = { variable
H A Drunall.py8 from devices import DEVICES namespace
22 dev = DEVICES[device]
26 for name, dev in DEVICES.iteritems():
45 start_device(device, DEVICES[device])
48 adbutil.trace(DEVICES[device])
52 for name, dev in DEVICES.iteritems():
H A Ditr_collect.py10 from devices import DEVICES namespace
147 score_device(options.device, DEVICES[options.device], options.pull, options.verbose)
149 for name, serial in DEVICES.iteritems():
H A Dcollect.py17 from devices import DEVICES namespace
211 score_device(options.device, DEVICES[options.device], options.pull, options.verbose)
215 for name, serial in DEVICES.iteritems():

Completed in 178 milliseconds