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

  /external/skia/tools/skpbench/
_hardware.py 37 """Raises a HardwareException if any hardware state is not as expected."""
45 class HardwareException(Exception):
73 raise HardwareException("%s is too low (%s, min=%s)" %
77 raise HardwareException("%s is too high (%s, max=%s)" %
81 raise HardwareException("unexpected %s (%s, expected=%s)" %
_hardware_nexus_6p.py 6 from _hardware import HardwareException, Expectation
_hardware_pixel_c.py 6 from _hardware import HardwareException, Expectation
skpbench.py 11 from _hardware import HardwareException, Hardware
281 except HardwareException as exception:
291 except HardwareException as exception:
_hardware_pixel.py 6 from _hardware import HardwareException, Expectation
  /external/skqp/tools/skpbench/
_hardware.py 37 """Raises a HardwareException if any hardware state is not as expected."""
45 class HardwareException(Exception):
73 raise HardwareException("%s is too low (%s, min=%s)" %
77 raise HardwareException("%s is too high (%s, max=%s)" %
81 raise HardwareException("unexpected %s (%s, expected=%s)" %
_hardware_nexus_6p.py 6 from _hardware import HardwareException, Expectation
_hardware_pixel_c.py 6 from _hardware import HardwareException, Expectation
skpbench.py 11 from _hardware import HardwareException, Hardware
281 except HardwareException as exception:
291 except HardwareException as exception:
_hardware_pixel.py 6 from _hardware import HardwareException, Expectation

Completed in 151 milliseconds