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

  /external/autotest/client/cros/faft/utils/
shell_wrapper.py 11 class ShellError(Exception):
43 In case of command error raise an ShellError exception.
54 raise ShellError('command %s failed (code: %d)' %
125 In case of command error raise an ShellError exception.
136 raise ShellError('command %s failed (code: %d)' %
148 raise ShellError('Somthing wrong on getting status: %r' % lines)
firmware_updater.py 416 shell_wrapper.ShellError: Underlying remote shell
441 shell_wrapper.ShellError: Underlying remote shell
473 except shell_wrapper.ShellError:
482 except shell_wrapper.ShellError:
  /development/python-packages/gdbrunner/
__init__.py 227 except adb.ShellError:
241 except adb.ShellError:
276 except adb.ShellError:
  /external/chromium-trace/catapult/devil/devil/utils/
mock_calls_test.py 52 def ShellError(self):
129 self.call.adb.Shell('echo hello'), self.ShellError()):
  /external/libmojo/third_party/catapult/devil/devil/utils/
mock_calls_test.py 52 def ShellError(self):
129 self.call.adb.Shell('echo hello'), self.ShellError()):
  /development/python-packages/adb/
device.py 40 class ShellError(RuntimeError):
42 super(ShellError, self).__init__(
344 ShellError: the exit code was non-zero.
348 raise ShellError(cmd, stdout, stderr, exit_code)
  /development/scripts/
gdbclient.py 147 except adb.ShellError:
  /external/chromium-trace/catapult/devil/devil/android/
device_utils_test.py 204 def ShellError(self, output=None, status=1):
327 self.ShellError())):
483 self.ShellError()):
574 (self.call.adb.Shell('test -d /fake/storage/path'), self.ShellError()),
577 (self.call.adb.Shell('test -d /fake/storage/path'), self.ShellError()),
    [all...]
battery_utils_test.py 73 def ShellError(self, output=None, status=1):
413 self.ShellError()),
415 self.ShellError())):
  /external/autotest/server/cros/faft/utils/
mode_switcher.py     [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
battery_utils_test.py 73 def ShellError(self, output=None, status=1):
410 self.ShellError()),
412 self.ShellError())):
device_utils_test.py 179 def ShellError(self, output=None, status=1):
289 with self.assertCall(self.call.adb.Shell('ls /root'), self.ShellError()):
419 self.ShellError()):
509 (self.call.adb.Shell('test -d /fake/storage/path'), self.ShellError()),
512 (self.call.adb.Shell('test -d /fake/storage/path'), self.ShellError()),
    [all...]
  /system/core/adb/
test_device.py 284 self.assertRaises(adb.ShellError, self.device.shell, ['false'])
642 except adb.ShellError:
    [all...]

Completed in 838 milliseconds