Home
last modified time | relevance | path

Searched refs:HardwareException (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/tools/skpbench/
H A D_hardware.py37 """Raises a HardwareException if any hardware state is not as expected."""
45 class HardwareException(Exception): class
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)" %
H A D_hardware_nexus_6p.py6 from _hardware import HardwareException, Expectation namespace
H A D_hardware_pixel_c.py6 from _hardware import HardwareException, Expectation namespace
H A Dskpbench.py11 from _hardware import HardwareException, Hardware namespace
334 except HardwareException as exception:
344 except HardwareException as exception:

Completed in 3 milliseconds