Home
last modified time | relevance | path

Searched refs:AvdException (Results 1 – 4 of 4) sorted by relevance

/external/angle/build/android/pylib/local/emulator/
Davd.py73 class AvdException(Exception): class
89 super(AvdException, self).__init__('\n'.join(message_parts))
208 raise AvdException('AVD creation failed',
236 raise AvdException('AVD deletion failed: %s' % str(e), command=delete_cmd)
654 raise AvdException('CIPD package creation failed: %s' % str(e),
725 raise AvdException('Failed to uninstall CIPD packages: %s' % str(e),
804 raise AvdException('Expecting a version for the package %s' %
839 raise AvdException('Failed to install CIPD packages: %s' % str(e),
1040 raise AvdException('Emulator failed to start: DISPLAY not defined')
Dlocal_emulator_environment.py67 except avd.AvdException:
/external/cronet/build/android/pylib/local/emulator/
Davd.py73 class AvdException(Exception): class
89 super(AvdException, self).__init__('\n'.join(message_parts))
205 raise AvdException('AVD creation failed',
233 raise AvdException('AVD deletion failed: %s' % str(e), command=delete_cmd)
639 raise AvdException('CIPD package creation failed: %s' % str(e),
710 raise AvdException('Failed to uninstall CIPD packages: %s' % str(e),
789 raise AvdException('Expecting a version for the package %s' %
824 raise AvdException('Failed to install CIPD packages: %s' % str(e),
1020 raise AvdException('Emulator failed to start: DISPLAY not defined')
Dlocal_emulator_environment.py68 except avd.AvdException: