Home
last modified time | relevance | path

Searched refs:ConnectionError (Results 1 – 23 of 23) 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
654 raise ConnectionError('DUT is still down unexpectedly')
676 raise ConnectionError('DUT is still up unexpectedly')
798 raise ConnectionError('DUT is still down unexpectedly')
815 raise ConnectionError('DUT is still up unexpectedly')
874 except ConnectionError:
904 except 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_CorruptFwBodyA/
Dfirmware_CorruptFwBodyA.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
59 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/cros/faft/
Dfirmware_test.py26 ConnectionError = mode_switcher.ConnectionError variable
243 except ConnectionError:
267 except ConnectionError:
281 except ConnectionError:
293 except ConnectionError:
308 except ConnectionError:
324 except ConnectionError:
1136 except ConnectionError:
/external/autotest/server/site_tests/firmware_ECLidShutdown/
Dfirmware_ECLidShutdown.py10 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
45 except ConnectionError:
/external/python/cpython3/Lib/test/
Dexception_hierarchy.txt27 | +-- ConnectionError
/external/python/cpython3/Doc/library/
Dexceptions.rst578 .. exception:: ConnectionError
587 A subclass of :exc:`ConnectionError`, raised when trying to write on a
594 A subclass of :exc:`ConnectionError`, raised when a connection attempt
600 A subclass of :exc:`ConnectionError`, raised when a connection attempt
606 A subclass of :exc:`ConnectionError`, raised when a connection is
Dhttp.client.rst290 If a :exc:`ConnectionError` or subclass is raised, the
/external/libmojo/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc132 TEST_F(BindingTest, ConnectionError) { in TEST_F() argument
/external/python/cpython3/Objects/
Dexceptions.c1191 MiddlingExtendsException(PyExc_OSError, ConnectionError, OSError,
2524 PRE_INIT(ConnectionError); in _PyExc_Init()
2608 POST_INIT(ConnectionError); in _PyExc_Init()
/external/python/cpython3/Lib/http/
Dclient.py1332 except ConnectionError:
/external/python/cpython3/Doc/tutorial/
Dmodules.rst328 'ChildProcessError', 'ConnectionAbortedError', 'ConnectionError',
/external/python/cpython3/Doc/c-api/
Dexceptions.rst774 | :c:data:`PyExc_ConnectionError` | :exc:`ConnectionError` | |
/external/python/cpython3/Doc/whatsnew/
D3.3.rst346 * :exc:`ConnectionError`
356 And the :exc:`ConnectionError` itself has finer-grained subclasses:
D3.5.rst1206 :exc:`ConnectionError` (of which ``RemoteDisconnected``