Home
last modified time | relevance | path

Searched refs:AdbShellCommandFailedError (Results 1 – 20 of 20) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/devil/devil/android/sdk/
H A Dadb_compatibility_devicetest.py108 with self.assertRaises(device_errors.AdbShellCommandFailedError):
129 except device_errors.AdbShellCommandFailedError:
142 with self.assertRaises(device_errors.AdbShellCommandFailedError):
153 with self.assertRaises(device_errors.AdbShellCommandFailedError):
164 with self.assertRaises(device_errors.AdbShellCommandFailedError):
177 with self.assertRaises(device_errors.AdbShellCommandFailedError):
H A Dadb_wrapper_devicetest.py102 except device_errors.AdbShellCommandFailedError:
H A Dadb_wrapper.py528 except device_errors.AdbShellCommandFailedError:
620 raise device_errors.AdbShellCommandFailedError(
624 raise device_errors.AdbShellCommandFailedError(
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/devil/devil/android/tools/
H A Ddevice_monitor.py104 except device_errors.AdbShellCommandFailedError:
135 except device_errors.AdbShellCommandFailedError:
142 except (device_errors.AdbShellCommandFailedError, ValueError):
149 except (device_errors.AdbShellCommandFailedError, ValueError):
H A Ddevice_monitor_test.py60 raise device_errors.AdbShellCommandFailedError(cmd, None, None)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/systrace/systrace/tracing_agents/
H A Dandroid_process_data_agent.py13 from devil.android.device_errors import AdbShellCommandFailedError
82 except AdbShellCommandFailedError:
H A Datrace_process_dump.py14 from devil.android.device_errors import AdbShellCommandFailedError
58 except AdbShellCommandFailedError:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/devil/devil/android/
H A Ddevice_errors.py149 class AdbShellCommandFailedError(AdbCommandFailedError): class
169 super(AdbShellCommandFailedError, self).__init__(
175 super_result = super(AdbShellCommandFailedError, self).__reduce__()
H A Ddevice_errors_test.py28 original = device_errors.AdbShellCommandFailedError(
H A Dmd5sum.py109 except device_errors.AdbShellCommandFailedError as e:
H A Dmd5sum_test.py189 error = device_errors.AdbShellCommandFailedError('cmd', 'out', 2)
H A Ddevice_utils.py1507 except device_errors.AdbShellCommandFailedError as exc:
1509 raise device_errors.AdbShellCommandFailedError(
1587 raise device_errors.AdbShellCommandFailedError(
1595 raise device_errors.AdbShellCommandFailedError(
2319 except device_errors.AdbShellCommandFailedError:
3065 except device_errors.AdbShellCommandFailedError as e:
3122 except device_errors.AdbShellCommandFailedError as e:
H A Dbattery_utils_test.py91 raise device_errors.AdbShellCommandFailedError(cmd, output, status,
H A Ddevice_utils_test.py240 raise device_errors.AdbShellCommandFailedError(cmd, output, status,
1608 with self.assertRaises(device_errors.AdbShellCommandFailedError) as ec:
1618 with self.assertRaises(device_errors.AdbShellCommandFailedError) as ec:
1628 with self.assertRaises(device_errors.AdbShellCommandFailedError) as ec:
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/android/
H A Dappstats.py98 except device_errors.AdbShellCommandFailedError:
136 except device_errors.AdbShellCommandFailedError as exc:
187 except device_errors.AdbShellCommandFailedError:
262 except device_errors.AdbShellCommandFailedError:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/systrace/systrace/
H A Dutil.py48 except device_errors.AdbShellCommandFailedError as error:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/
H A Dapk_operations.py251 except device_errors.AdbShellCommandFailedError:
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/
H A Dapk_operations.py255 except device_errors.AdbShellCommandFailedError:
/dports/lang/v8/v8-9.6.180.12/build/android/
H A Dapk_operations.py228 except device_errors.AdbShellCommandFailedError:
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/
H A Dapk_operations.py255 except device_errors.AdbShellCommandFailedError: