Home
last modified time | relevance | path

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

/third_party/skia/tools/skpbench/
D_hardware.py45 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)" %
Dskpbench.py11 from _hardware import HardwareException, Hardware
334 except HardwareException as exception:
344 except HardwareException as exception:
D_hardware_nexus_6p.py6 from _hardware import HardwareException, Expectation
D_hardware_pixel_c.py6 from _hardware import HardwareException, Expectation