Home
last modified time | relevance | path

Searched refs:InstrumentationError (Results 1 – 3 of 3) sorted by relevance

/development/testrunner/
Derrors.py35 class InstrumentationError(Exception): class
Dadb_interface.py239 raise errors.InstrumentationError("no test results... device setup "
247 raise errors.InstrumentationError(short_msg_result)
/development/testrunner/test_defs/
Dinstrumentation_test.py158 except errors.InstrumentationError, errors.DeviceUnresponsiveError: