Home
last modified time | relevance | path

Searched refs:ConnectionError (Results 1 – 15 of 15) sorted by relevance

/external/deqp/execserver/
DxsDefs.hpp71 class ConnectionError : public Error class
74 ConnectionError (const std::string& message) : Error(message) {} in ConnectionError() function in xs::ConnectionError
77 class ProtocolError : public ConnectionError
80 ProtocolError (const std::string& message) : ConnectionError(message) {} in ProtocolError()
DxsExecutionServer.cpp365 throw ConnectionError("Connection terminated"); in receive()
367 throw ConnectionError("receive() failed"); in receive()
398 throw ConnectionError("Connection terminated"); in send()
400 throw ConnectionError("send() failed"); in send()
/external/autotest/server/site_tests/firmware_LegacyRecovery/
Dfirmware_LegacyRecovery.py9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
43 except ConnectionError:
59 except ConnectionError:
/external/autotest/server/site_tests/firmware_ConsecutiveBoot/
Dfirmware_ConsecutiveBoot.py12 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
73 except ConnectionError:
78 raise ConnectionError()
/external/autotest/server/cros/faft/utils/
Dmode_switcher.py14 class ConnectionError(Exception): class
410 raise ConnectionError()
432 raise ConnectionError()
512 raise ConnectionError()
529 raise ConnectionError()
588 except ConnectionError:
618 except ConnectionError:
/external/chromium-trace/catapult/telemetry/telemetry/internal/forwarders/
Ddo_nothing_forwarder.py24 class ConnectionError(Error): class
69 raise ConnectionError(
Ddo_nothing_forwarder_unittest.py70 with self.assertRaises(do_nothing_forwarder.ConnectionError):
/external/autotest/server/site_tests/firmware_CorruptFwSigB/
Dfirmware_CorruptFwSigB.py8 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
26 except ConnectionError:
/external/autotest/server/site_tests/firmware_CorruptFwSigA/
Dfirmware_CorruptFwSigA.py8 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
26 except ConnectionError:
/external/autotest/server/site_tests/firmware_CorruptFwBodyB/
Dfirmware_CorruptFwBodyB.py9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
33 except ConnectionError:
/external/autotest/server/site_tests/firmware_InvalidUSB/
Dfirmware_InvalidUSB.py9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
56 except ConnectionError:
/external/autotest/server/site_tests/firmware_CorruptFwBodyA/
Dfirmware_CorruptFwBodyA.py9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
33 except ConnectionError:
/external/autotest/server/cros/faft/
Dfirmware_test.py26 ConnectionError = mode_switcher.ConnectionError variable
233 except ConnectionError:
257 except ConnectionError:
271 except ConnectionError:
283 except ConnectionError:
298 except ConnectionError:
314 except ConnectionError:
1107 except ConnectionError:
/external/autotest/site_utils/stats/
Dapacheinfo.py31 except requests.ConnectionError as e:
/external/autotest/server/site_tests/firmware_ECLidShutdown/
Dfirmware_ECLidShutdown.py47 except ConnectionError: