HomeSort by relevance Sort by last modified time
    Searched refs:ConnectionError (Results 1 - 19 of 19) sorted by null

  /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_LegacyRecovery/
firmware_LegacyRecovery.py 9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
43 except ConnectionError:
59 except ConnectionError:
  /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/autotest/server/site_tests/firmware_InvalidUSB/
firmware_InvalidUSB.py 9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
56 except 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_RecoveryCacheBootKeys/
firmware_RecoveryCacheBootKeys.py 10 from autotest_lib.server.cros.faft.firmware_test import ConnectionError
39 except ConnectionError:
  /external/autotest/server/cros/faft/utils/
mode_switcher.py 14 class ConnectionError(Exception):
602 @raise ConnectionError: Failed to connect DUT.
615 raise ConnectionError()
624 @raise ConnectionError: Failed to wait DUT offline.
637 raise ConnectionError()
756 @raise ConnectionError: Failed to connect DUT.
759 raise ConnectionError()
772 @raise ConnectionError: Failed to wait DUT offline.
776 raise ConnectionError()
799 @raise ConnectionError: Failed to wait DUT offline
    [all...]
  /external/autotest/server/site_tests/firmware_ECLidShutdown/
firmware_ECLidShutdown.py 45 except ConnectionError:
  /external/autotest/server/cros/faft/
firmware_test.py 24 ConnectionError = mode_switcher.ConnectionError
235 except ConnectionError:
259 except ConnectionError:
273 except ConnectionError:
285 except ConnectionError:
300 except ConnectionError:
316 except ConnectionError:
    [all...]
  /bionic/tools/bionicbb/
presubmit.py 155 except requests.exceptions.ConnectionError as ex:
  /external/libmojo/mojo/public/cpp/bindings/tests/
binding_unittest.cc 132 TEST_F(BindingTest, ConnectionError) {
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go 396 // ConnectionError is an error that results in the termination of the
433 // and converted into ConnectionError(ErrCodeProtocol).
1001 // ConnectionError, StreamError, or anything else from the underlying
1038 // connError returns ConnectionError(code) but first
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
h2_bundle.go 396 // ConnectionError is an error that results in the termination of the
433 // and converted into ConnectionError(ErrCodeProtocol).
1001 // ConnectionError, StreamError, or anything else from the underlying
1038 // connError returns ConnectionError(code) but first
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddndis.h     [all...]

Completed in 2791 milliseconds