Searched refs:SetError (Results 76 - 100 of 184) sorted by path

12345678

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_thread.cpp70 void SetLinkerErrorString(const char* str) { GetThreadData()->SetError(str); }
H A Dcrazy_linker_thread.h32 void SetError(const char* fmt, ...) { function in class:crazy::ThreadData
H A Dcrazy_linker_thread_unittest.cpp26 TEST(Thread, SetError) {
28 data->SetError("Hello");
29 data->SetError("World");
35 data->SetError("Hello");
36 data->SetError(NULL);
42 data->SetError("Hello");
53 data->SetError("Hello");
59 data->SetError("World");
68 data->SetError(NULL);
79 data->SetError(NUL
[all...]
H A Dcrazy_linker_wrappers.cpp58 data->SetError(::dlerror());
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession_unittest.cc3057 session_->SetError(error_code, error_desc);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dasyncstuntcpsocket.cc71 SetError(EMSGSIZE);
H A Dport_unittest.cc871 virtual void SetError(int error) { } function in class:FakeAsyncPacketSocket
H A Dsession.cc670 void BaseSession::SetError(Error error, const std::string& error_desc) { function in class:cricket::BaseSession
917 SetError(ERROR_TIME, "Session timeout has occured.");
1325 SetError(ERROR_RESPONSE, desc.str());
1353 SetError(ERROR_RESPONSE, "");
1559 void Session::SetError(Error error, const std::string& error_desc) { function in class:cricket::Session
1560 BaseSession::SetError(error, error_desc);
H A Dsession.h329 // TODO(ronghuawu): remove the SetError method that doesn't take |error_desc|.
330 virtual void SetError(Error error, const std::string& error_desc);
562 virtual void SetError(Error error, const std::string& error_desc);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.cc893 session->SetError(BaseSession::ERROR_CONTENT, error_desc);
906 session->SetError(BaseSession::ERROR_CONTENT, error_desc);
919 session->SetError(BaseSession::ERROR_CONTENT, error_desc);
H A Dchannel.cc66 session->SetError(error, error_desc);
H A Dchannel_unittest.cc1567 session1_.SetError(cricket::BaseSession::ERROR_NONE, "");
1571 session1_.SetError(cricket::BaseSession::ERROR_NONE, "");
1577 session1_.SetError(cricket::BaseSession::ERROR_NONE, "");
1581 session1_.SetError(cricket::BaseSession::ERROR_NONE, "");
1593 session1_.SetError(cricket::BaseSession::ERROR_NONE, "");
1615 session1_.SetError(cricket::BaseSession::ERROR_NONE, "");
1635 session1_.SetError(cricket::BaseSession::ERROR_NONE, "");
1667 session1_.SetError(cricket::BaseSession::ERROR_NONE, "");
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp195 GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN );
219 GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN );
238 GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN );
271 GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN );
308 document->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN );
981 SetError( TIXML_ERROR_OPENING_FILE, 0, 0, TIXML_ENCODING_UNKNOWN );
990 SetError( TIXML_ERROR_OPENING_FILE, 0, 0, TIXML_ENCODING_UNKNOWN );
1007 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN );
1037 SetError( TIXML_ERROR_OPENING_FILE, 0, 0, TIXML_ENCODING_UNKNOWN );
H A Dtinyxml.h1530 void SetError( int err, const char* errorLocation, TiXmlParsingData* prevData, TiXmlEncoding encoding );
H A Dtinyxmlparser.cpp652 SetError( TIXML_ERROR_PARSING_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN );
664 SetError( TIXML_ERROR_EMBEDDED_NULL, 0, 0, TIXML_ENCODING_UNKNOWN );
693 SetError( TIXML_ERROR, 0, 0, TIXML_ENCODING_UNKNOWN );
699 SetError( TIXML_ERROR, 0, 0, TIXML_ENCODING_UNKNOWN );
713 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN );
750 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN );
790 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, encoding );
798 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding encoding ) function in class:TiXmlDocument
914 document->SetError( TIXML_ERROR_EMBEDDED_NULL, 0, 0, TIXML_ENCODING_UNKNOWN );
976 document->SetError( TIXML_ERROR_EMBEDDED_NUL
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcShader.cpp453 SkErrorInternals::SetError( kInvalidPaint_SkError,
465 SkErrorInternals::SetError( kInternalError_SkError,
H A DSkBitmapScaler.cpp264 SkErrorInternals::SetError( kInvalidArgument_SkError,
H A DSkError.cpp88 SkErrorInternals::SetError( kNoError_SkError, "All is well" );
99 void SkErrorInternals::SetError(SkError code, const char *fmt, ...) { function in class:SkErrorInternals
H A DSkErrorInternals.h18 static void SetError(SkError code, const char *fmt, ...);
H A DSkPath.cpp1140 SkErrorInternals::SetError( kInvalidArgument_SkError,
H A DSkReadBuffer.cpp209 SkErrorInternals::SetError(kParseError_SkError, "SkWriteBuffer::writeBitmap "
261 SkErrorInternals::SetError(kParseError_SkError,
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp1149 SkErrorInternals::SetError( kInvalidPaint_SkError,
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_FactoryRegistrar.cpp53 SkErrorInternals::SetError(kInvalidOperation_SkError,
/external/chromium_org/third_party/skia/src/utils/
H A DSkCanvasStateUtils.cpp204 SkErrorInternals::SetError(kInvalidOperation_SkError,
/external/chromium_org/third_party/webrtc/base/
H A Dasyncpacketsocket.h104 // TODO: Remove SetError().
106 virtual void SetError(int error) = 0;

Completed in 2428 milliseconds

12345678