HomeSort by relevance Sort by last modified time
    Searched refs:SetError (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/skia/src/core/
SkErrorInternals.h 18 static void SetError(SkError code, const char *fmt, ...);
SkError.cpp 76 SkErrorInternals::SetError( kNoError_SkError, "All is well" );
87 void SkErrorInternals::SetError(SkError code, const char *fmt, ...) {
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 652 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 )
914 document->SetError( TIXML_ERROR_EMBEDDED_NULL, 0, 0, TIXML_ENCODING_UNKNOWN );
976 document->SetError( TIXML_ERROR_EMBEDDED_NULL, 0, 0, TIXML_ENCODING_UNKNOWN )
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 629 SetError( TIXML_ERROR_PARSING_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN );
641 SetError( TIXML_ERROR_EMBEDDED_NULL, 0, 0, TIXML_ENCODING_UNKNOWN );
670 SetError( TIXML_ERROR, 0, 0, TIXML_ENCODING_UNKNOWN );
676 SetError( TIXML_ERROR, 0, 0, TIXML_ENCODING_UNKNOWN );
690 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN );
727 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN );
767 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, encoding );
775 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding encoding )
879 doc->SetError( TIXML_ERROR_OUT_OF_MEMORY, 0, 0, TIXML_ENCODING_UNKNOWN );
897 document->SetError( TIXML_ERROR_EMBEDDED_NULL, 0, 0, TIXML_ENCODING_UNKNOWN )
    [all...]
  /external/libweave/include/weave/
command.h 74 virtual bool SetError(const Error* command_error, ErrorPtr* error) = 0;
  /external/libweave/include/weave/test/
mock_command.h 35 MOCK_METHOD2(SetError, bool(const Error*, ErrorPtr*));
  /external/skia/src/images/
SkImageDecoder_FactoryRegistrar.cpp 53 SkErrorInternals::SetError(kInvalidOperation_SkError,
  /external/webrtc/webrtc/base/
asyncudpsocket.h 51 void SetError(int error) override;
asynctcpsocket.cc 123 void AsyncTCPSocketBase::SetError(int error) {
124 return socket_->SetError(error);
135 socket_->SetError(ENOTCONN);
141 socket_->SetError(EMSGSIZE);
252 SetError(EMSGSIZE);
asyncsocket.cc 91 void AsyncSocketAdapter::SetError(int error) {
92 return socket_->SetError(error);
asyncudpsocket.cc 98 void AsyncUDPSocket::SetError(int error) {
99 return socket_->SetError(error);
openssladapter.cc 432 SetError(err);
474 SetError(EWOULDBLOCK);
499 SetError(EWOULDBLOCK);
503 SetError(EWOULDBLOCK);
507 SetError(EWOULDBLOCK);
526 SetError(ENOTCONN);
541 SetError(EWOULDBLOCK);
565 SetError(EWOULDBLOCK);
570 SetError(EWOULDBLOCK);
574 SetError(EWOULDBLOCK)
    [all...]
asyncpacketsocket.h 103 // TODO: Remove SetError().
105 virtual void SetError(int error) = 0;
asyncsocket.h 65 void SetError(int error) override;
asynctcpsocket.h 47 void SetError(int error) override;
macasyncsocket.h 50 void SetError(int error) override;
win32socketserver.h 53 virtual void SetError(int error);
  /system/connectivity/shill/
property_observer_unittest.cc 54 void SetError(Error* error) {
78 .WillOnce(DoAll(Invoke(this, &PropertyObserverTest::SetError),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
parser.h 51 DWORD SetError(DWORD dw) { m_dwError = dw; return m_dwError; }
  /external/tinyxml2/
tinyxml2.cpp 762 document->SetError( XML_ERROR_PARSING, 0, 0 );
781 document->SetError( XML_ERROR_MISMATCHED_ELEMENT, node->Value(), 0 );
785 document->SetError( XML_ERROR_MISMATCHED_ELEMENT, node->Value(), 0 );
790 document->SetError( XML_ERROR_MISMATCHED_ELEMENT, node->Value(), 0 );
813 document->SetError( XML_ERROR_PARSING_CDATA, start, 0 );
820 document->SetError( XML_ERROR_PARSING_TEXT, start, 0 );
872 document->SetError( XML_ERROR_PARSING_COMMENT, start, 0 );
919 document->SetError( XML_ERROR_PARSING_DECLARATION, start, 0 );
966 document->SetError( XML_ERROR_PARSING_UNKNOWN, start, 0 );
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
IFileExtractCallback.h 39 virtual HRESULT SetError(int level, const wchar_t *name,
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.h 47 HRESULT SetError(int level, const wchar_t *name,
  /system/weaved/libweaved/
command.cc 171 bool Command::SetError(const std::string& error_code,
174 return StatusToError(binder_proxy_->setError(ToString16(error_code),
182 return SetError(error_code, command_error->GetMessage(), error);
188 return SetError(error_code, status.exceptionMessage().string(), error);
  /external/libweave/src/commands/
command_instance.h 64 bool SetError(const Error* command_error, ErrorPtr* error) override;
  /external/webrtc/webrtc/p2p/base/
asyncstuntcpsocket.cc 54 SetError(EMSGSIZE);

Completed in 529 milliseconds

1 2 3