HomeSort by relevance Sort by last modified time
    Searched refs:ConnectionError (Results 1 - 16 of 16) 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/site_utils/stats/
apacheinfo.py 31 except requests.ConnectionError as e:
  /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/chromium-trace/catapult/telemetry/telemetry/internal/forwarders/
do_nothing_forwarder.py 24 class ConnectionError(Error):
41 Also, check that all TCP ports support connections. (Raises ConnectionError.)
69 raise ConnectionError(
do_nothing_forwarder_unittest.py 70 with self.assertRaises(do_nothing_forwarder.ConnectionError):
  /external/autotest/server/cros/faft/utils/
mode_switcher.py 14 class ConnectionError(Exception):
397 @raise ConnectionError: Failed to connect DUT.
410 raise ConnectionError()
419 @raise ConnectionError: Failed to wait DUT offline.
432 raise ConnectionError()
509 @raise ConnectionError: Failed to connect DUT.
512 raise ConnectionError()
525 @raise ConnectionError: Failed to wait DUT offline.
529 raise ConnectionError()
552 @raise ConnectionError: Failed to wait DUT offline
    [all...]
  /external/autotest/server/site_tests/firmware_ECLidShutdown/
firmware_ECLidShutdown.py 47 except ConnectionError:
  /external/autotest/server/cros/faft/
firmware_test.py 26 ConnectionError = mode_switcher.ConnectionError
233 except ConnectionError:
257 except ConnectionError:
271 except ConnectionError:
283 except ConnectionError:
298 except ConnectionError:
314 except ConnectionError:
    [all...]
  /bionic/tools/bionicbb/
presubmit.py 155 except requests.exceptions.ConnectionError as ex:

Completed in 323 milliseconds