Searched refs:SetError (Results 101 - 125 of 184) sorted by path

12345678

/external/chromium_org/third_party/webrtc/base/
H A Dasyncsocket.h89 virtual void SetError(int error) { function in class:rtc::AsyncSocketAdapter
90 return socket_->SetError(error);
H A Dasynctcpsocket.cc123 void AsyncTCPSocketBase::SetError(int error) { function in class:rtc::AsyncTCPSocketBase
124 return socket_->SetError(error);
134 socket_->SetError(ENOTCONN);
140 socket_->SetError(EMSGSIZE);
251 SetError(EMSGSIZE);
H A Dasynctcpsocket.h45 virtual void SetError(int error);
H A Dasyncudpsocket.cc92 void AsyncUDPSocket::SetError(int error) { function in class:rtc::AsyncUDPSocket
93 return socket_->SetError(error);
H A Dasyncudpsocket.h48 virtual void SetError(int error);
H A Dfirewallsocketserver.cc35 SetError(EHOSTUNREACH);
H A Dmacasyncsocket.cc112 SetError(EALREADY);
288 void MacAsyncSocket::SetError(int error) { function in class:rtc::MacAsyncSocket
H A Dmacasyncsocket.h49 virtual void SetError(int error);
H A Dnatsocketfactory.cc222 virtual void SetError(int error) { function in class:rtc::NATSocket
223 socket_->SetError(error);
H A Dopenssladapter.cc395 SetError(err);
434 SetError(EWOULDBLOCK);
459 SetError(EWOULDBLOCK);
463 SetError(EWOULDBLOCK);
467 SetError(EWOULDBLOCK);
489 SetError(EWOULDBLOCK);
513 SetError(EWOULDBLOCK);
518 SetError(EWOULDBLOCK);
522 SetError(EWOULDBLOCK);
H A Dphysicalsocketserver.cc183 SetError(EALREADY);
226 void SetError(int error) { function in class:rtc::PhysicalSocket
319 SetError(EWOULDBLOCK);
400 SetError(ENOTCONN);
408 SetError(EINVAL); // can't think of a better error ID
424 SetError(EINVAL); // can't think of a better error ID
439 SetError(EINVAL);
477 SetError(error);
483 SetError(LAST_SYSTEM_ERROR);
494 SetError(EWOULDBLOC
[all...]
H A Dschanneladapter.cc406 SetError(err);
464 SetError(EWOULDBLOCK);
530 SetError(err);
545 SetError(EWOULDBLOCK);
558 SetError(EWOULDBLOCK);
H A Dsocket.h150 virtual void SetError(int error) = 0;
H A Dsocketadapters.cc54 socket_->SetError(EWOULDBLOCK);
62 socket_->SetError(EWOULDBLOCK);
494 SetError(error);
690 SetError(SOCKET_EACCES);
828 SetError(SOCKET_EACCES);
H A Dvirtualsocketserver.cc339 virtual void SetError(int error) { function in class:rtc::VirtualSocket
H A Dwin32socketserver.cc318 SetError(EALREADY);
388 void Win32Socket::SetError(int error) { function in class:rtc::Win32Socket
H A Dwin32socketserver.h53 virtual void SetError(int error);
/external/lldb/examples/python/
H A Dcmdtemplate.py41 result.SetError ("option parsing failed")
/external/lldb/include/lldb/API/
H A DSBCommandReturnObject.h102 SetError (lldb::SBError &error,
106 SetError (const char* error_cstr);
H A DSBError.h47 SetError (uint32_t err, lldb::ErrorType type);
94 SetError (const lldb_private::Error &lldb_error);
/external/lldb/include/lldb/Core/
H A DError.h226 SetError (ValueType err, lldb::ErrorType type);
/external/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h145 SetError (const Error &error,
149 SetError (const char *error_cstr);
/external/lldb/scripts/Python/interface/
H A DSBCommandReturnObject.i63 SetError (lldb::SBError &error,
67 SetError (const char *error_cstr);
H A DSBError.i86 SetError (uint32_t err, lldb::ErrorType type);
/external/lldb/source/API/
H A DSBCommandReturnObject.cpp335 SBCommandReturnObject::SetError (lldb::SBError &error, const char *fallback_error_cstr) function in class:SBCommandReturnObject
340 m_opaque_ap->SetError(error.ref(), fallback_error_cstr);
342 m_opaque_ap->SetError(Error(), fallback_error_cstr);
347 SBCommandReturnObject::SetError (const char *error_cstr) function in class:SBCommandReturnObject
350 m_opaque_ap->SetError(error_cstr);

Completed in 545 milliseconds

12345678