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

  /external/deqp/framework/delibs/decpp/
deSocket.cpp 93 throw SocketError("Setting socket flags failed");
99 throw SocketError("Listening on socket failed");
105 throw SocketError("Connecting socket failed");
111 throw SocketError("Socket shutdown failed");
117 throw SocketError("Socket send channel shutdown failed");
123 throw SocketError("Socket receive channel shutdown failed");
129 throw SocketError("Closing socket failed");
136 throw SocketError("Accepting connection to socket failed");
deSocket.hpp 35 class SocketError : public std::runtime_error
38 SocketError (const std::string& message) : std::runtime_error(message) {}
  /external/deqp/execserver/tools/
xsClient.cpp 44 class SocketError : public Error
47 SocketError (deSocketResult result, const char* message, const char* file, int line)
78 throw SocketError(result, "send() failed", __FILE__, __LINE__);
95 throw SocketError(result, "receive() failed", __FILE__, __LINE__);
xsTest.cpp 50 class SocketError : public Error
53 SocketError (deSocketResult result, const char* message, const char* file, int line)
84 throw SocketError(result, "send() failed", __FILE__, __LINE__);
101 throw SocketError(result, "receive() failed", __FILE__, __LINE__);
795 catch (const SocketError& e)
  /external/deqp/executor/
xeLocalTcpIpLink.cpp 88 catch (const de::SocketError&)

Completed in 181 milliseconds