Home
last modified time | relevance | path

Searched refs:ConnectionError (Results 1 – 17 of 17) 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
435 raise ConnectionError()
457 raise ConnectionError()
537 raise ConnectionError()
554 raise ConnectionError()
613 except ConnectionError:
643 except ConnectionError:
/external/chromium-trace/catapult/telemetry/telemetry/internal/forwarders/
Ddo_nothing_forwarder.py24 class ConnectionError(Error): class
58 raise ConnectionError(
Ddo_nothing_forwarder_unittest.py48 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/site_tests/firmware_CorruptRecoveryCache/
Dfirmware_CorruptRecoveryCache.py10 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
37 except ConnectionError:
/external/autotest/server/site_tests/firmware_RecoveryCacheBootKeys/
Dfirmware_RecoveryCacheBootKeys.py10 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
39 except ConnectionError:
/external/autotest/server/cros/faft/
Dfirmware_test.py24 ConnectionError = mode_switcher.ConnectionError variable
231 except ConnectionError:
255 except ConnectionError:
269 except ConnectionError:
281 except ConnectionError:
296 except ConnectionError:
312 except ConnectionError:
1095 except ConnectionError:
/external/autotest/server/site_tests/firmware_ECLidShutdown/
Dfirmware_ECLidShutdown.py45 except ConnectionError:
/external/libmojo/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc132 TEST_F(BindingTest, ConnectionError) { in TEST_F() argument