/external/deqp/execserver/ |
D | xsDefs.hpp | 71 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()
|
D | xsExecutionServer.cpp | 365 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/ |
D | firmware_LegacyRecovery.py | 9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError 44 except ConnectionError: 60 except ConnectionError:
|
/external/autotest/server/site_tests/firmware_ConsecutiveBoot/ |
D | firmware_ConsecutiveBoot.py | 12 from autotest_lib.server.cros.faft.firmware_test import ConnectionError 86 except ConnectionError: 91 raise ConnectionError()
|
/external/autotest/server/site_tests/firmware_CorruptFwBodyA/ |
D | firmware_CorruptFwBodyA.py | 8 from autotest_lib.server.cros.faft.firmware_test import ConnectionError 29 except ConnectionError:
|
/external/autotest/server/site_tests/firmware_CorruptFwSigB/ |
D | firmware_CorruptFwSigB.py | 8 from autotest_lib.server.cros.faft.firmware_test import ConnectionError 27 except ConnectionError:
|
/external/autotest/server/site_tests/firmware_CorruptFwSigA/ |
D | firmware_CorruptFwSigA.py | 8 from autotest_lib.server.cros.faft.firmware_test import ConnectionError 27 except ConnectionError:
|
/external/autotest/server/site_tests/firmware_CorruptFwBodyB/ |
D | firmware_CorruptFwBodyB.py | 9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError 34 except ConnectionError:
|
/external/autotest/server/site_tests/firmware_CorruptRecoveryCache/ |
D | firmware_CorruptRecoveryCache.py | 9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError 38 except ConnectionError:
|
/external/autotest/server/site_tests/firmware_InvalidUSB/ |
D | firmware_InvalidUSB.py | 9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError 67 except ConnectionError:
|
/external/autotest/server/site_tests/firmware_UpdaterModes/ |
D | firmware_UpdaterModes.py | 8 from autotest_lib.server.cros.faft.firmware_test import ConnectionError 34 except ConnectionError:
|
/external/autotest/server/cros/faft/ |
D | firmware_test.py | 28 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/ |
D | exception_hierarchy.txt | 27 | +-- ConnectionError
|
/external/autotest/server/cros/faft/utils/ |
D | mode_switcher.py | 10 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/ |
D | exceptions.rst | 579 .. 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
|
D | http.client.rst | 320 If a :exc:`ConnectionError` or subclass is raised, the
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_sendfile.py | 449 with self.assertRaises(ConnectionError): 470 with self.assertRaises(ConnectionError):
|
/external/python/cpython3/Lib/asyncio/ |
D | unix_events.py | 383 type(exc) is not ConnectionError): 388 new_exc = ConnectionError(
|
D | base_events.py | 222 raise ConnectionError("Connection closed by peer") 238 ConnectionError("Connection is closed by peer"))
|
D | selector_events.py | 971 ConnectionError("Connection is closed by peer"))
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | binding_unittest.cc | 124 TEST_P(BindingTest, ConnectionError) { in TEST_P() argument
|
/external/python/cpython3/Objects/ |
D | exceptions.c | 1256 MiddlingExtendsException(PyExc_OSError, ConnectionError, OSError, 2566 PRE_INIT(ConnectionError); in _PyExc_Init() 2706 POST_INIT(ConnectionError); in _PyBuiltins_AddExceptions()
|
/external/python/cpython3/Lib/http/ |
D | client.py | 1323 except ConnectionError:
|
/external/python/cpython3/Doc/tutorial/ |
D | modules.rst | 347 'ChildProcessError', 'ConnectionAbortedError', 'ConnectionError',
|
/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 845 | :c:data:`PyExc_ConnectionError` | :exc:`ConnectionError` | |
|