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

  /development/testrunner/
errors.py 35 class InstrumentationError(Exception):
adb_interface.py 225 InstrumentationError: if instrumentation failed to run
239 raise errors.InstrumentationError("no test results... device setup "
247 raise errors.InstrumentationError(short_msg_result)
  /external/chromium_org/third_party/android_testrunner/
errors.py 35 class InstrumentationError(Exception):
adb_interface.py 215 InstrumentationError: if instrumentation failed to run
233 raise errors.InstrumentationError("no test results... device setup "
241 raise errors.InstrumentationError(long_msg_result)
  /development/testrunner/test_defs/
instrumentation_test.py 158 except errors.InstrumentationError, errors.DeviceUnresponsiveError:
  /external/chromium_org/build/android/pylib/
android_commands.py     [all...]

Completed in 101 milliseconds