/external/chromium_org/chrome/renderer/translate/ |
translate_script_browsertest.cc | 92 bool GetError() { 146 EXPECT_FALSE(GetError()); 157 EXPECT_TRUE(GetError()); 165 EXPECT_FALSE(GetError()); 170 EXPECT_FALSE(GetError()); 180 EXPECT_FALSE(GetError()); 185 EXPECT_TRUE(GetError()); 196 EXPECT_FALSE(GetError()); 201 EXPECT_TRUE(GetError()); 213 EXPECT_FALSE(GetError()); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
asyncresolverinterface.h | 47 virtual int GetError() const = 0;
|
asyncudpsocket.cc | 40 LOG(LS_ERROR) << "Bind() failed with error " << socket->GetError(); 105 int AsyncUDPSocket::GetError() const { 106 return socket_->GetError(); 125 << "receive failed with error " << socket_->GetError();
|
asynctcpsocket.cc | 58 LOG(LS_ERROR) << "Bind() failed with error " << socket->GetError(); 62 LOG(LS_ERROR) << "Connect() failed with error " << socket->GetError(); 88 LOG(LS_ERROR) << "Listen() failed with error " << socket_->GetError(); 136 int AsyncTCPSocketBase::GetError() const { 137 return socket_->GetError(); 204 LOG(LS_ERROR) << "TCP accept failed with error " << socket_->GetError(); 217 LOG(LS_ERROR) << "Recv() returned error: " << socket_->GetError();
|
asyncudpsocket.h | 63 virtual int GetError() const;
|
nethelpers.h | 58 virtual int GetError() const { return error_; }
|
sslsocketfactory.cc | 70 virtual int GetError() const { 72 return socket_->GetError(); 102 } else if (!IsBlockingError(socket_->GetError())) { 103 SignalCloseEvent(this, socket_->GetError());
|
/external/chromium_org/third_party/libjingle/source/talk/sound/ |
alsasoundsystem.cc | 117 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames); 127 LOG(LS_ERROR) << "snd_pcm_wait(): " << GetError(ready); 140 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames); 159 LOG(LS_ERROR) << "snd_pcm_delay(): " << GetError(err); 183 LOG(LS_ERROR) << "Unable to recover from \"" << GetError(error) << "\": " 184 << GetError(err); 193 LOG(LS_ERROR) << "snd_pcm_start(): " << GetError(err); 205 LOG(LS_ERROR) << "snd_pcm_drop(): " << GetError(err); 210 LOG(LS_ERROR) << "snd_pcm_close(): " << GetError(err); 226 const char *GetError(int err) [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
asyncudpsocket.cc | 45 LOG(LS_INFO) << "Failed to bind UDP socket " << socket->GetError(); 100 int AsyncUDPSocket::GetError() const { 101 return socket_->GetError(); 120 << "receive failed with error " << socket_->GetError();
|
basicpacketsocketfactory.cc | 63 << socket->GetError(); 81 << socket->GetError(); 105 << socket->GetError(); 127 << socket->GetError();
|
sslsocketfactory.cc | 70 virtual int GetError() const { 72 return socket_->GetError(); 102 } else if (!IsBlockingError(socket_->GetError())) { 103 SignalCloseEvent(this, socket_->GetError());
|
asyncpacketsocket.h | 67 virtual int GetError() const = 0;
|
asyncudpsocket.h | 57 virtual int GetError() const;
|
/external/chromium_org/remoting/jingle_glue/ |
mock_objects.h | 21 MOCK_CONST_METHOD0(GetError, Error());
|
signal_strategy.h | 47 // is DISCONNECTED, then GetError() can be used to get the reason 75 virtual Error GetError() const = 0;
|
/external/lzma/C/ |
Threads.c | 10 static WRes GetError()
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/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_1.cc | 56 EXPECT_CALL(*gl_, GetError()) 98 EXPECT_CALL(*gl_, GetError()) 135 EXPECT_CALL(*gl_, GetError()) 148 EXPECT_CALL(*gl_, GetError()) 180 // GetProgramiv calls ClearGLError then GetError to make sure 182 EXPECT_CALL(*gl_, GetError()) 185 EXPECT_CALL(*gl_, GetError()) 264 EXPECT_CALL(*gl_, GetError()) 277 EXPECT_CALL(*gl_, GetError())
|
command_buffer_service_unittest.cc | 48 int32 GetError() { 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/ppapi/thunk/ |
ppb_graphics_3d_thunk.cc | 66 int32_t GetError(PP_Resource context) { 67 VLOG(4) << "PPB_Graphics3D::GetError()"; 71 return enter.object()->GetError(); 97 &GetError,
|
/external/chromium/third_party/libjingle/source/talk/examples/login/ |
xmppauth.h | 52 virtual int GetError() const { return 0; }
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
transportchannelproxy.h | 57 virtual int GetError();
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
asyncsocket.h | 65 virtual int GetError() = 0; // winsock error code
|
prexmppauth.h | 79 virtual int GetError() const = 0;
|
/external/chromium_org/ppapi/c/ |
ppb_graphics_3d.h | 212 * 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); 277 * Note that the same error code may also be obtained by calling GetError.
|
/external/chromium_org/remoting/client/plugin/ |
delegating_signal_strategy.h | 32 virtual Error GetError() const OVERRIDE;
|