Home
last modified time | relevance | path

Searched refs:ConnectionError (Results 1 – 25 of 27) 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
44 except ConnectionError:
60 except ConnectionError:
/external/autotest/server/site_tests/firmware_ConsecutiveBoot/
Dfirmware_ConsecutiveBoot.py12 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
86 except ConnectionError:
91 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
67 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/cros/faft/
Dfirmware_test.py28 ConnectionError = mode_switcher.ConnectionError variable
192 except ConnectionError as e:
310 except ConnectionError:
334 except ConnectionError:
348 except ConnectionError:
360 except ConnectionError:
375 except ConnectionError:
391 except ConnectionError:
1329 except ConnectionError:
/external/python/cpython3/Lib/test/
Dexception_hierarchy.txt27 | +-- ConnectionError
/external/autotest/server/cros/faft/utils/
Dmode_switcher.py10 class ConnectionError(Exception): class
662 raise ConnectionError('DUT is still down unexpectedly')
684 raise ConnectionError('DUT is still up unexpectedly')
/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
Dhttp.client.rst320 If a :exc:`ConnectionError` or subclass is raised, the
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_sendfile.py449 with self.assertRaises(ConnectionError):
470 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.py971 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.c1256 MiddlingExtendsException(PyExc_OSError, ConnectionError, OSError,
2566 PRE_INIT(ConnectionError); in _PyExc_Init()
2706 POST_INIT(ConnectionError); in _PyBuiltins_AddExceptions()
/external/python/cpython3/Lib/http/
Dclient.py1323 except ConnectionError:
/external/python/cpython3/Doc/tutorial/
Dmodules.rst347 'ChildProcessError', 'ConnectionAbortedError', 'ConnectionError',
/external/python/cpython3/Doc/c-api/
Dexceptions.rst845 | :c:data:`PyExc_ConnectionError` | :exc:`ConnectionError` | |

12