Home
last modified time | relevance | path

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

/external/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
308 except HardwareException as exception:
318 except HardwareException as exception:
D_hardware_nexus_6p.py6 from _hardware import HardwareException, Expectation
D_hardware_pixel_c.py6 from _hardware import HardwareException, Expectation
/external/skqp/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
308 except HardwareException as exception:
318 except HardwareException as exception:
D_hardware_nexus_6p.py6 from _hardware import HardwareException, Expectation
D_hardware_pixel_c.py6 from _hardware import HardwareException, Expectation