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

1 2

  /external/chromium/chrome/browser/ui/cocoa/applescript/
error_applescript.h 38 void SetError(ErrorCode errorCode);
  /external/chromium/chrome/common/extensions/
extension_unpacker.cc 98 SetError(errors::kInvalidManifest);
106 SetError(error);
111 SetError(errors::kInvalidManifest);
160 SetError(kCouldNotCreateDirectoryError + dir_string);
165 SetError(kCouldNotUnzipExtension);
186 SetError(error);
191 SetError(error);
221 SetError("Could not write image data to disk.");
236 SetError("Could not write message catalogs to disk.");
273 SetError(kPathNamesMustBeAbsoluteOrLocalError)
    [all...]
extension_unpacker.h 80 void SetError(const std::string& error);
  /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...]
tinyxml.cpp 762 if ( document ) document->SetError( TIXML_ERROR_OUT_OF_MEMORY, 0, 0, TIXML_ENCODING_UNKNOWN );
1023 SetError( TIXML_ERROR_OPENING_FILE, 0, 0, TIXML_ENCODING_UNKNOWN );
1082 SetError( TIXML_ERROR_OPENING_FILE, 0, 0, TIXML_ENCODING_UNKNOWN );
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
asyncpacketsocket.h 66 // TODO: Do we really need SetError() here?
68 virtual void SetError(int error) = 0;
asyncudpsocket.h 58 virtual void SetError(int error);
asyncsocket.h 98 virtual void SetError(int error) {
99 return socket_->SetError(error);
asyncudpsocket.cc 104 void AsyncUDPSocket::SetError(int error) {
105 return socket_->SetError(error);
asynctcpsocket.cc 103 socket_->SetError(EMSGSIZE);
133 socket_->SetError(ENOTCONN);
157 void AsyncTCPSocket::SetError(int error) {
158 return socket_->SetError(error);
163 socket_->SetError(EMSGSIZE);
asynctcpsocket.h 56 virtual void SetError(int error);
openssladapter.cc 378 SetError(err);
417 SetError(EWOULDBLOCK);
442 SetError(EWOULDBLOCK);
446 SetError(EWOULDBLOCK);
450 SetError(EWOULDBLOCK);
472 SetError(EWOULDBLOCK);
496 SetError(EWOULDBLOCK);
501 SetError(EWOULDBLOCK);
505 SetError(EWOULDBLOCK);
win32socketserver.h 70 virtual void SetError(int error);
schanneladapter.cc 425 SetError(err);
483 SetError(EWOULDBLOCK);
549 SetError(err);
564 SetError(EWOULDBLOCK);
577 SetError(EWOULDBLOCK);
socket.h 167 virtual void SetError(int error) = 0;
socketadapters.cc 71 socket_->SetError(EWOULDBLOCK);
79 socket_->SetError(EWOULDBLOCK);
511 SetError(error);
707 SetError(SOCKET_EACCES);
845 SetError(SOCKET_EACCES);
firewallsocketserver.cc 51 SetError(EHOSTUNREACH);
physicalsocketserver.cc 197 SetError(EALREADY);
235 void SetError(int error) {
    [all...]
  /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...]
  /bootable/recovery/edify/
expr.h 107 void SetError(const char* message); // makes a copy
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 126 void SetError(const SMLoc &errLoc, const std::string &err) {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.cc 178 void BaseSession::SetError(Error error) {
190 SetError(ERROR_TIME);
688 SetError(ERROR_RESPONSE);
728 SetError(ERROR_RESPONSE);
894 void Session::SetError(Error error) {
895 BaseSession::SetError(error);
    [all...]
session.h 174 virtual void SetError(Error error);
367 virtual void SetError(Error error);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc 393 session->SetError(BaseSession::ERROR_CONTENT);
400 session->SetError(BaseSession::ERROR_CONTENT);
407 session->SetError(BaseSession::ERROR_CONTENT);
414 session->SetError(BaseSession::ERROR_CONTENT);
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 47 SetError(SMLoc::getFromPointer(Loc), Msg);

Completed in 401 milliseconds

1 2