Home
last modified time | relevance | path

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

12

/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
45 except ConnectionError:
61 except ConnectionError:
/external/autotest/server/site_tests/firmware_ConsecutiveBoot/
Dfirmware_ConsecutiveBoot.py11 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
77 except ConnectionError:
82 raise ConnectionError()
/external/autotest/server/site_tests/firmware_CorruptFwBodyA/
Dfirmware_CorruptFwBodyA.py8 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
29 except ConnectionError:
/external/autotest/server/site_tests/firmware_CorruptFwSigB/
Dfirmware_CorruptFwSigB.py8 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
27 except ConnectionError:
/external/autotest/server/site_tests/firmware_CorruptFwSigA/
Dfirmware_CorruptFwSigA.py8 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
27 except ConnectionError:
/external/autotest/server/site_tests/firmware_CorruptFwBodyB/
Dfirmware_CorruptFwBodyB.py9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
34 except ConnectionError:
/external/autotest/server/site_tests/firmware_CorruptRecoveryCache/
Dfirmware_CorruptRecoveryCache.py9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
38 except ConnectionError:
/external/autotest/server/site_tests/firmware_InvalidUSB/
Dfirmware_InvalidUSB.py9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
69 except ConnectionError:
/external/autotest/server/site_tests/firmware_UpdaterModes/
Dfirmware_UpdaterModes.py8 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
34 except ConnectionError:
/external/autotest/server/site_tests/firmware_ECWakeSource/
Dfirmware_ECWakeSource.py11 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
169 except ConnectionError:
/external/python/cpython3/Lib/test/
Dexception_hierarchy.txt27 | +-- ConnectionError
/external/autotest/server/cros/faft/utils/
Dmode_switcher.py12 class ConnectionError(Exception): class
870 raise ConnectionError(msg)
888 raise ConnectionError(msg)
910 raise ConnectionError('DUT is still up unexpectedly')
/external/autotest/server/site_tests/firmware_WriteProtectFunc/
Dfirmware_WriteProtectFunc.py10 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
48 except ConnectionError:
/external/autotest/client/common_lib/
Dseven.py19 SOCKET_ERRORS = (builtins.ConnectionError, socket.timeout, socket.gaierror,
/external/autotest/server/cros/faft/
Dfirmware_test.py41 ConnectionError = mode_switcher.ConnectionError variable
255 except ConnectionError as e:
446 except ConnectionError:
470 except ConnectionError:
484 except ConnectionError:
496 except ConnectionError:
511 except ConnectionError:
527 except ConnectionError:
1696 except ConnectionError:
/external/python/cpython3/Doc/library/
Dexceptions.rst579 .. exception:: ConnectionError
588 A subclass of :exc:`ConnectionError`, raised when trying to write on a
595 A subclass of :exc:`ConnectionError`, raised when a connection attempt
601 A subclass of :exc:`ConnectionError`, raised when a connection attempt
607 A subclass of :exc:`ConnectionError`, raised when a connection is
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_sendfile.py456 with self.assertRaises(ConnectionError):
477 with self.assertRaises(ConnectionError):
/external/python/cpython3/Lib/asyncio/
Dunix_events.py383 type(exc) is not ConnectionError):
388 new_exc = ConnectionError(
Dbase_events.py222 raise ConnectionError("Connection closed by peer")
238 ConnectionError("Connection is closed by peer"))
Dselector_events.py981 ConnectionError("Connection is closed by peer"))
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc124 TEST_P(BindingTest, ConnectionError) { in TEST_P() argument
/external/python/cpython3/Objects/
Dexceptions.c1268 MiddlingExtendsException(PyExc_OSError, ConnectionError, OSError,
2590 PRE_INIT(ConnectionError); in _PyExc_Init()
2730 POST_INIT(ConnectionError); in _PyBuiltins_AddExceptions()
/external/python/cpython3/Lib/http/
Dclient.py1348 except ConnectionError:

12