Searched refs:GetError (Results 1 - 25 of 254) sorted by relevance

1234567891011

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_thread_unittest.cpp21 const char* error = data->GetError();
30 EXPECT_STREQ("World", data->GetError());
37 EXPECT_STREQ("", data->GetError());
40 TEST(Thread, GetError) {
44 const char* error = data->GetError();
47 error = data->GetError();
54 EXPECT_STREQ("Hello", data->GetError());
57 EXPECT_STREQ("", data->GetError());
60 EXPECT_STREQ("World", data->GetError());
63 EXPECT_STREQ("", data->GetError());
[all...]
H A Dcrazy_linker_thread.h26 const char* GetError() const { return dlerror_; } function in class:crazy::ThreadData
/external/chromium_org/chrome/renderer/translate/
H A Dtranslate_script_browsertest.cc92 bool GetError() { function in class:TranslateScriptBrowserTest
146 EXPECT_FALSE(GetError());
157 EXPECT_TRUE(GetError());
165 EXPECT_FALSE(GetError());
170 EXPECT_FALSE(GetError());
180 EXPECT_FALSE(GetError());
185 EXPECT_TRUE(GetError());
197 EXPECT_FALSE(GetError());
202 EXPECT_TRUE(GetError());
214 EXPECT_FALSE(GetError());
[all...]
/external/lldb/scripts/Python/interface/
H A DSBError.i80 GetError () const;
107 __swig_getmethods__["value"] = GetError
108 if _newclass: value = property(GetError, None, doc='''A read only property that returns the same result as GetError().''')
H A DSBCommandReturnObject.i36 GetError ();
48 GetError (bool if_no_immediate);
/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/chromium_org/third_party/webrtc/base/
H A Dasyncresolverinterface.h30 virtual int GetError() const = 0;
H A Dasyncudpsocket.cc23 LOG(LS_ERROR) << "Bind() failed with error " << socket->GetError();
88 int AsyncUDPSocket::GetError() const { function in class:rtc::AsyncUDPSocket
89 return socket_->GetError();
108 << "receive failed with error " << 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();
/external/lldb/test/python_api/default-constructor/
H A Dsb_error.py12 obj.GetError()
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_1.cc51 EXPECT_CALL(*gl_, GetError())
93 EXPECT_CALL(*gl_, GetError())
130 EXPECT_CALL(*gl_, GetError())
143 EXPECT_CALL(*gl_, GetError())
175 // GetProgramiv calls ClearGLError then GetError to make sure
177 EXPECT_CALL(*gl_, GetError())
180 EXPECT_CALL(*gl_, GetError())
261 EXPECT_CALL(*gl_, GetError())
274 EXPECT_CALL(*gl_, GetError())
288 EXPECT_CALL(*gl_, GetError())
[all...]
H A Dcommand_buffer_service_unittest.cc48 int32 GetError() { function in class:gpu::CommandBufferServiceTest
115 EXPECT_NE(error::kNoError, GetError());
117 EXPECT_NE(error::kNoError, GetError());
149 EXPECT_EQ(0, GetError());
154 EXPECT_EQ(1, GetError());
/external/chromium_org/extensions/renderer/
H A Dsafe_builtins.h39 v8::Local<v8::Object> GetError() const;
/external/chromium_org/remoting/signaling/
H A Dmock_signal_strategy.h21 MOCK_CONST_METHOD0(GetError, Error());
H A Dsignal_strategy.h47 // is DISCONNECTED, then GetError() can be used to get the reason
75 virtual Error GetError() const = 0;
/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/lldb/include/lldb/API/
H A DSBCommandReturnObject.h45 GetError ();
99 GetError (bool only_if_no_immediate);
/external/lldb/source/Core/
H A DValueObjectCast.cpp119 if (m_error.Success() && m_parent->GetError().Fail())
120 m_error = m_parent->GetError();
/external/lldb/test/lang/objc/objc-property/
H A DTestObjCProperty.py89 nonexistant_error = nonexistant_value.GetError()
103 nonexistant_error = nonexistant_change.GetError()
118 backed_error = backed_value.GetError()
125 unbacked_error = unbacked_value.GetError()
129 idWithProtocol_error = idWithProtocol_value.GetError()
/external/lldb/tools/debugserver/source/MacOSX/ppc/
H A DDNBArchImpl.cpp78 if (force || m_state.GetError(e_regSetGPR, Read))
83 return m_state.GetError(e_regSetGPR, Read);
89 if (force || m_state.GetError(e_regSetFPR, Read))
94 return m_state.GetError(e_regSetFPR, Read);
100 if (force || m_state.GetError(e_regSetEXC, Read))
105 return m_state.GetError(e_regSetEXC, Read);
111 if (force || m_state.GetError(e_regSetVEC, Read))
116 return m_state.GetError(e_regSetVEC, Read);
123 return m_state.GetError(e_regSetGPR, Write);
130 return m_state.GetError(e_regSetFP
[all...]
/external/chromium_org/ppapi/thunk/
H A Dppb_graphics_3d_thunk.cc64 int32_t GetError(PP_Resource context) { function in namespace:ppapi::thunk::__anon10279
65 VLOG(4) << "PPB_Graphics3D::GetError()";
69 return enter.object()->GetError();
95 &GetError,
/external/chromium_org/ppapi/c/
H A Dppb_graphics_3d.h212 * GetError() returns the current state of the given 3D context.
223 * GetError is synchronous. This function may be useful in rare cases where
233 int32_t (*GetError)(PP_Resource context); member in struct:PPB_Graphics3D_1_0
277 * Note that the same error code may also be obtained by calling GetError.
/external/chromium_org/remoting/client/plugin/
H A Dpepper_address_resolver.h25 virtual int GetError() const OVERRIDE;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dbasicpacketsocketfactory.cc74 << socket->GetError();
99 << socket->GetError();
132 << socket->GetError();
171 << socket->GetError();
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dasyncsocket.h67 virtual int GetError() = 0; // winsock error code

Completed in 6471 milliseconds

1234567891011