HomeSort by relevance Sort by last modified time
    Searched full:connectionerror (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/autotest/server/site_tests/firmware_LegacyRecovery/
firmware_LegacyRecovery.py 9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
43 except ConnectionError:
59 except ConnectionError:
  /external/deqp/execserver/
xsDefs.hpp 71 class ConnectionError : public Error
74 ConnectionError (const std::string& message) : Error(message) {}
77 class ProtocolError : public ConnectionError
80 ProtocolError (const std::string& message) : ConnectionError(message) {}
xsExecutionServer.cpp 365 throw ConnectionError("Connection terminated");
367 throw ConnectionError("receive() failed");
398 throw ConnectionError("Connection terminated");
400 throw ConnectionError("send() failed");
  /external/autotest/server/site_tests/firmware_CorruptFwSigA/
firmware_CorruptFwSigA.py 8 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
26 except ConnectionError:
  /external/autotest/server/site_tests/firmware_CorruptFwSigB/
firmware_CorruptFwSigB.py 8 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
26 except ConnectionError:
  /external/autotest/server/site_tests/firmware_ConsecutiveBoot/
firmware_ConsecutiveBoot.py 12 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
73 except ConnectionError:
78 raise ConnectionError()
  /external/autotest/server/site_tests/firmware_CorruptFwBodyA/
firmware_CorruptFwBodyA.py 9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
33 except ConnectionError:
  /external/autotest/server/site_tests/firmware_CorruptFwBodyB/
firmware_CorruptFwBodyB.py 9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
33 except ConnectionError:
  /external/python/cpython3/Lib/test/
exception_hierarchy.txt 27 | +-- ConnectionError
test_exception_hierarchy.py 56 +-- ConnectionError
  /external/autotest/server/site_tests/firmware_CorruptRecoveryCache/
firmware_CorruptRecoveryCache.py 10 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
37 except ConnectionError:
  /external/autotest/server/site_tests/firmware_InvalidUSB/
firmware_InvalidUSB.py 9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
59 except ConnectionError:
  /external/autotest/server/cros/faft/utils/
mode_switcher.py 14 class ConnectionError(Exception):
641 @raise ConnectionError: Failed to connect DUT.
654 raise ConnectionError('DUT is still down unexpectedly')
663 @raise ConnectionError: Failed to wait DUT offline.
676 raise ConnectionError('DUT is still up unexpectedly')
795 @raise ConnectionError: Failed to connect DUT.
798 raise ConnectionError('DUT is still down unexpectedly')
811 @raise ConnectionError: Failed to wait DUT offline.
815 raise ConnectionError('DUT is still up unexpectedly')
    [all...]
  /external/autotest/server/site_tests/firmware_ECLidShutdown/
firmware_ECLidShutdown.py 10 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
45 except ConnectionError:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libdbnmpntw.a 5 "?(?? ? ?nn????bb((??!?!?$L$L'')?)?,?,?/:/:1?1?__lib64_libdbnmpntw_a_iname_head_lib64_libdbnmpntw_aConnectionWriteOOB__imp_ConnectionWriteOOBConnectionWrite__imp_ConnectionWriteConnectionVer__imp_ConnectionVerConnectionTransact__imp_ConnectionTransactConnectionStatus__imp_ConnectionStatusConnectionServerEnumW__imp_ConnectionServerEnumWConnectionServerEnum__imp_ConnectionServerEnumConnectionRead__imp_ConnectionReadConnectionOpenW__imp_ConnectionOpenWConnectionOpen__imp_ConnectionOpenConnectionObjectSize__imp_ConnectionObjectSizeConnectionMode__imp_ConnectionModeConnectionErrorW__imp_ConnectionErrorWConnectionError__imp_ConnectionErrorConnectionClose__imp_ConnectionCloseConnectionCheckForData__imp_ConnectionCheckForDatadkgwt.o/ 1486067750 18779 5000 100644 594 `
44 .text,\ 0`.data@0?.bss?0?.idata$74f0?.idata$58p0?.idata$4@z0?.idata$6H ??%??ConnectionError .text.data.bss.idata$7.idata$5.idata$4.idata$6*DConnectionError__imp_ConnectionError_head_lib64_libdbnmpntw_adkgws00001.o/ 1486067750 18779 5000 100644 636 `
libdbnetlib.a 7 :?b . . ? ???>>????pp** ? ?#?#?&T&T))+?+?.?.?1R1R446?6?9?9?<@<@>?>?A?A?DrDrG8G8I?I?L?L?OpOpR(R(T?T?__lib64_libdbnetlib_a_iname_head_lib64_libdbnetlib_aTermSession__imp_TermSessionTermSSPIPackage__imp_TermSSPIPackageInitSession__imp_InitSessionInitSSPIPackage__imp_InitSSPIPackageInitEnumServers__imp_InitEnumServersGetNextEnumeration__imp_GetNextEnumerationGenClientContext__imp_GenClientContextConnectionWriteOOB__imp_ConnectionWriteOOBConnectionWrite__imp_ConnectionWriteConnectionVer__imp_ConnectionVerConnectionTransact__imp_ConnectionTransactConnectionStatus__imp_ConnectionStatusConnectionSqlVer__imp_ConnectionSqlVerConnectionServerEnumW__imp_ConnectionServerEnumWConnectionServerEnum__imp_ConnectionServerEnumConnectionRead__imp_ConnectionReadConnectionOption__imp_ConnectionOptionConnectionOpenW__imp_ConnectionOpenWConnectionOpen__imp_ConnectionOpenConnectionObjectSize__imp_ConnectionObjectSizeConnectionMode__imp_ConnectionModeConnectionGetSvrUser__imp_ConnectionGetSvrUserConnectionFlushCache__imp_ConnectionFlushCacheConnectionErrorW__imp_ConnectionErrorWConnectionError__imp_ConnectionErrorConnectionClose__imp_ConnectionCloseConnectionCheckForData__imp_ConnectionCheckForDataCloseEnumServers__imp_CloseEnumServersdigwt.o/ 1486067750 18779 5000 100644 594 `
68 .text,\ 0`.data@0?.bss?0?.idata$74f0?.idata$58p0?.idata$4@z0?.idata$6H ??%??ConnectionError .text.data.bss.idata$7.idata$5.idata$4.idata$6*DConnectionError__imp_ConnectionError_head_lib64_libdbnetlib_adigws00002.o/ 1486067750 18779 5000 100644 636 `
  /bionic/tools/bionicbb/
presubmit.py 155 except requests.exceptions.ConnectionError as ex:
  /external/python/cpython3/Lib/
_compat_pickle.py 230 'ConnectionError',
  /external/python/cpython3/Doc/library/
exceptions.rst 578 .. 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
http.client.rst 290 If a :exc:`ConnectionError` or subclass is raised, the
  /external/autotest/server/cros/faft/
firmware_test.py 26 ConnectionError = mode_switcher.ConnectionError
243 except ConnectionError:
267 except ConnectionError:
281 except ConnectionError:
293 except ConnectionError:
308 except ConnectionError:
324 except ConnectionError:
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
binding_unittest.cc 132 TEST_F(BindingTest, ConnectionError) {
  /external/python/cpython3/Objects/
exceptions.c     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 
  /external/python/cpython3/Lib/http/
client.py 25 | response = getresponse() | ConnectionError
    [all...]

Completed in 1057 milliseconds

1 2 3 4 5