HomeSort by relevance Sort by last modified time
    Searched defs:ConnectionError (Results 1 - 4 of 4) 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) {}
  /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/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddndis.h     [all...]

Completed in 195 milliseconds