Searched defs:GetError (Results 26 - 50 of 81) sorted by relevance

1234

/external/lzma/C/
H A DThreads.c10 static WRes GetError() function
16 WRes HandleToWRes(HANDLE h) { return (h != 0) ? 0 : GetError(); }
17 WRes BOOLToWRes(BOOL v) { return v ? 0 : GetError(); }
23 return GetError();
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dgraphics_3d_resource.cc60 int32_t Graphics3DResource::GetError() { function in class:mojo::examples::Graphics3DResource
/external/chromium_org/ppapi/shared_impl/
H A Dppb_graphics_3d_shared.cc42 int32_t PPB_Graphics3D_Shared::GetError() { function in class:ppapi::PPB_Graphics3D_Shared
/external/chromium_org/remoting/protocol/
H A Dchromium_socket_factory.cc53 virtual int GetError() const OVERRIDE;
256 int UdpPacketSocket::GetError() const { function in class:remoting::protocol::__anon10500::UdpPacketSocket
/external/chromium_org/remoting/signaling/
H A Dxmpp_signal_strategy.cc128 SignalStrategy::Error XmppSignalStrategy::GetError() const { function in class:remoting::XmppSignalStrategy
207 buzz::XmppEngine::Error error = xmpp_client_->GetError(&subcode);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel.h150 virtual int GetError() { function in class:cricket::DtlsTransportChannelWrapper
151 return channel_->GetError();
H A Dportproxy.cc118 int PortProxy::GetError() { function in class:cricket::PortProxy
120 return impl_->GetError();
H A Dtcpport.cc163 error_ = socket->GetError();
186 int TCPPort::GetError() { function in class:cricket::TCPPort
290 error_ = socket_->GetError();
297 int TCPConnection::GetError() { function in class:cricket::TCPConnection
H A Dtransportchannelproxy.cc123 int TransportChannelProxy::GetError() { function in class:cricket::TransportChannelProxy
128 return impl_->GetError();
H A Dp2ptransportchannel.h99 virtual int GetError() { return error_; } function in class:cricket::P2PTransportChannel
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppengineimpl.h123 virtual Error GetError(int *subcode) { function in class:buzz::XmppEngineImpl
H A Dxmppclient.cc177 XmppEngine::Error XmppClient::GetError(int* subcode) { function in class:buzz::XmppClient
189 return d_->engine_->GetError(subcode);
266 d_->pre_engine_subcode_ = d_->pre_auth_->GetError();
391 int code = socket_->GetError();
/external/chromium_org/third_party/webrtc/base/
H A Dasyncsocket.h86 virtual int GetError() const { function in class:rtc::AsyncSocketAdapter
87 return socket_->GetError();
H A Dasynctcpsocket.cc41 LOG(LS_ERROR) << "Bind() failed with error " << socket->GetError();
45 LOG(LS_ERROR) << "Connect() failed with error " << socket->GetError();
71 LOG(LS_ERROR) << "Listen() failed with error " << socket_->GetError();
119 int AsyncTCPSocketBase::GetError() const { function in class:rtc::AsyncTCPSocketBase
120 return socket_->GetError();
186 LOG(LS_ERROR) << "TCP accept failed with error " << socket_->GetError();
199 LOG(LS_ERROR) << "Recv() returned error: " << socket_->GetError();
H A Dmacasyncsocket.cc96 int error = resolver_->GetError();
284 int MacAsyncSocket::GetError() const { function in class:rtc::MacAsyncSocket
/external/lldb/source/API/
H A DSBCommandReturnObject.cpp91 SBCommandReturnObject::GetError () function in class:SBCommandReturnObject
98 log->Printf ("SBCommandReturnObject(%p)::GetError () => \"%s\"", m_opaque_ap.get(),
105 log->Printf ("SBCommandReturnObject(%p)::GetError () => NULL", m_opaque_ap.get());
145 return ::fprintf (fh, "%s", GetError());
259 strm.Printf ("\nError Message:\n%s", GetError());
311 SBCommandReturnObject::GetError (bool only_if_no_immediate) function in class:SBCommandReturnObject
316 return GetError();
H A DSBWatchpoint.cpp95 SBWatchpoint::GetError () function in class:SBWatchpoint
101 sb_error.SetError(watchpoint_sp->GetError());
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h160 kern_return_t GetError (int set, uint32_t err_idx) const function in struct:DNBArchMachARM::State
216 return GetError(set, Read) == KERN_SUCCESS;
/external/lldb/tools/debugserver/source/MacOSX/ppc/
H A DDNBArchImpl.h108 kern_return_t GetError (int set, uint32_t err_idx) const function in struct:DNBArchMachPPC::State
159 return GetError(set, Read) == KERN_SUCCESS;
/external/chromium_org/gpu/command_buffer/client/
H A Dcmd_buffer_helper_test.cc213 EXPECT_EQ(error::kNoError, GetError());
253 error::Error GetError() { function in class:gpu::CommandBufferHelperTest
312 EXPECT_EQ(error::kNoError, GetError());
338 EXPECT_EQ(error::kNoError, GetError());
369 EXPECT_EQ(error::kNoError, GetError());
400 EXPECT_EQ(error::kNoError, GetError());
432 EXPECT_EQ(error::kNoError, GetError());
441 EXPECT_EQ(error::kNoError, GetError());
466 EXPECT_EQ(error::kNoError, GetError());
490 EXPECT_EQ(error::kNoError, GetError());
[all...]
/external/chromium_org/remoting/client/plugin/
H A Dpepper_packet_socket_factory.cc110 virtual int GetError() const OVERRIDE;
311 int UdpPacketSocket::GetError() const { function in class:remoting::__anon10375::UdpPacketSocket
/external/chromium_org/remoting/test/
H A Dfake_socket_factory.cc61 virtual int GetError() const OVERRIDE;
137 int FakeUdpSocket::GetError() const { function in class:remoting::__anon10523::FakeUdpSocket
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.h208 GetError (int flavor, uint32_t err_idx) const function in class:RegisterContextDarwin_arm
258 return GetError(set, Read) == 0;
H A DRegisterContextDarwin_i386.h162 GetError (int flavor, uint32_t err_idx) const function in class:RegisterContextDarwin_i386
207 return GetError(set, Read) == 0;
H A DRegisterContextDarwin_x86_64.h166 GetError (int flavor, uint32_t err_idx) const function in class:RegisterContextDarwin_x86_64
211 return GetError(set, Read) == 0;

Completed in 466 milliseconds

1234