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

/external/chromium_org/build/android/pylib/utils/
H A Demulator.py7 Emulator: The class provides the methods to launch/shutdown the emulator with
82 """Emulator failed to launch."""
97 logging.info('Emulator killing is async; give a few seconds for all to die.')
165 t = time_profile.TimeProfile('Emulator launch %d' % n)
168 logging.info('Emulator launch %d with avd_name=%s and api=%d',
170 emulator = Emulator(avd_name, abi)
193 emulator = Emulator(avd_name, abi)
199 class Emulator(object): class in inherits:object
230 """Init an Emulator.
363 logging.info('Emulator launc
[all...]

Completed in 440 milliseconds