Searched defs:GetError (Results 51 - 75 of 81) sorted by relevance

1234

/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h144 kern_return_t GetError (int flavor, uint32_t err_idx) const function in struct:DNBArchImplI386::State
200 return GetError(flavor, Read) == KERN_SUCCESS;
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h147 GetError (int flavor, uint32_t err_idx) const function in struct:DNBArchImplX86_64::State
207 return GetError(flavor, Read) == KERN_SUCCESS;
/external/chromium_org/content/renderer/p2p/
H A Dipc_socket_factory.cc93 virtual int GetError() const OVERRIDE;
195 virtual int GetError() const OVERRIDE;
468 int IpcPacketSocket::GetError() const { function in class:content::__anon7781::IpcPacketSocket
617 int AsyncAddressResolverImpl::GetError() const { function in class:content::__anon7781::AsyncAddressResolverImpl
/external/chromium_org/extensions/browser/
H A Dextension_function.cc219 std::string ExtensionFunction::GetError() const { function in class:ExtensionFunction
331 response_callback_.Run(type, *results_, GetError());
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunport.cc171 SignalDone(it->first, resolver->GetError());
270 error_ = socket_->GetError();
285 int UDPPort::GetError() { function in class:cricket::UDPPort
443 PLOG(LERROR, socket_->GetError()) << "sendto";
H A Dfakesession.h207 virtual int GetError() { function in class:cricket::FakeTransportChannel
H A Dport.h469 virtual int GetError() = 0;
599 virtual int GetError() { return error_; } function in class:cricket::ProxyConnection
H A Dpseudotcp.cc491 int PseudoTcp::GetError() { function in class:cricket::PseudoTcp
H A Drelayport.cc76 int GetError() { return socket_->GetError(); } function in class:cricket::RelayConnection
107 int GetError();
357 error_ = entry->GetError();
370 error_ = entries_[i]->GetError();
388 int RelayPort::GetError() { function in class:cricket::RelayPort
438 strerror(socket_->GetError());
535 int RelayEntry::GetError() { function in class:cricket::RelayEntry
537 return current_connection_->GetError();
H A Dturnport.cc425 int TurnPort::GetError() { function in class:cricket::TurnPort
543 if (resolver_->GetError() != 0 && server_address_.proto == PROTO_TCP) {
553 if (resolver_->GetError() != 0 ||
556 << resolver_->GetError();
557 error_ = resolver_->GetError();
574 << socket_->GetError();
H A Dport_unittest.cc200 virtual int GetError() { function in class:TestPort
870 virtual int GetError() const { return 0; } function in class:FakeAsyncPacketSocket
/external/chromium_org/third_party/webrtc/base/
H A Dnatsocketfactory.cc219 virtual int GetError() const { function in class:rtc::NATSocket
220 return socket_->GetError();
H A Dphysicalsocketserver.cc210 } else if (IsBlockingError(GetError())) {
221 int GetError() const { function in class:rtc::PhysicalSocket
280 if ((sent < 0) && IsBlockingError(GetError())) {
302 if ((sent < 0) && IsBlockingError(GetError())) {
323 int error = GetError();
343 int error = GetError();
469 int error = resolver_->GetError();
493 if (GetError() == ENOBUFS) {
H A Dwin32socketserver.cc384 int Win32Socket::GetError() const { function in class:rtc::Win32Socket
H A Dvirtualsocketserver.cc335 virtual int GetError() const { function in class:rtc::VirtualSocket
/external/chromium_org/third_party/webrtc/sound/
H A Dalsasoundsystem.cc100 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
110 LOG(LS_ERROR) << "snd_pcm_wait(): " << GetError(ready);
123 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
142 LOG(LS_ERROR) << "snd_pcm_delay(): " << GetError(err);
166 LOG(LS_ERROR) << "Unable to recover from \"" << GetError(error) << "\": "
167 << GetError(err);
176 LOG(LS_ERROR) << "snd_pcm_start(): " << GetError(err);
188 LOG(LS_ERROR) << "snd_pcm_drop(): " << GetError(err);
193 LOG(LS_ERROR) << "snd_pcm_close(): " << GetError(err);
209 const char *GetError(in function in class:rtc::AlsaStream
323 const char *GetError(int err) { function in class:rtc::AlsaInputStream
430 const char *GetError(int err) { function in class:rtc::AlsaOutputStream
740 inline const char *AlsaSoundSystem::GetError(int err) { function in class:rtc::AlsaSoundSystem
[all...]
/external/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp227 GetError () const function in class:fd_interposing::FDEvent
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h234 GLenum GLES2InterfaceStub::GetError() { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h591 void GetError(uint32_t result_shm_id, uint32_t result_shm_offset) { function
592 gles2::cmds::GetError* c = GetCmdSpace<gles2::cmds::GetError>();
H A Dgles2_implementation.cc456 GLenum GLES2Implementation::GetError() { function in class:gpu::gles2::GLES2Implementation
483 typedef cmds::GetError::Result Result;
490 helper_->GetError(GetResultShmId(), GetResultShmOffset());
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc574 GLenum GetError(PP_Resource context_id) { function in namespace:mojo::examples::__anon8751
1409 &GetError, &GetFloatv,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h265 GLenum (*GetError)(PP_Resource context); member in struct:PPB_OpenGLES2_1_0
724 GLenum (*GetError)(PP_Resource context); member in struct:PPB_OpenGLES2
/external/lldb/source/API/
H A DSBValue.cpp232 GetError() function in class:ValueLocker
289 SBValue::GetError() function in class:SBValue
296 sb_error.SetError(value_sp->GetError());
298 sb_error.SetErrorStringWithFormat ("error: %s", locker.GetError().AsCString());
570 error.SetErrorStringWithFormat ("Could not get value: %s", locker.GetError().AsCString());
1058 error.SetErrorStringWithFormat ("could not get SBValue: %s", locker.GetError().AsCString());
1078 error.SetErrorStringWithFormat ("could not get SBValue: %s", locker.GetError().AsCString());
1604 error.SetErrorStringWithFormat ("Couldn't set data: could not get SBValue: %s", locker.GetError().AsCString());
1688 log->Printf ("SBValue(%p)::Watch() => error getting SBValue: %s", value_sp.get(), locker.GetError().AsCString());
1690 error.SetErrorStringWithFormat("could not get SBValue: %s", locker.GetError()
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc584 GLenum GetError(PP_Resource context_id) { function in namespace:ppapi::__anon10171
587 return ToGles2Impl(&enter)->GetError();
1641 &GetError, &GetFloatv,
/external/lldb/source/Core/
H A DValueObject.cpp370 ValueObject::GetError() function in class:ValueObject
3448 err_cstr = valobj->GetError().AsCString();

Completed in 631 milliseconds

1234