HomeSort by relevance Sort by last modified time
    Searched refs:SetError (Results 1 - 25 of 31) 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/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmLexer.cpp 64 SetError(SMLoc(), "No MCAsmLexer installed");
70 SetError(SMLoc(), "Unhandled dialect");
99 SetError(Lexer->getErrLoc(), Lexer->getErr());
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmLexer.cpp 48 SetError(SMLoc(), "No MCAsmLexer installed");
54 SetError(SMLoc(), "Unhandled dialect");
80 SetError(Lexer->getErrLoc(), Lexer->getErr());
144 SetError(Lexer->getErrLoc(), Lexer->getErr());
  /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/llvm/lib/Target/ARM/AsmParser/
ARMAsmLexer.cpp 65 SetError(SMLoc(), "No MCAsmLexer installed");
71 SetError(SMLoc(), "Unhandled dialect");
107 SetError(Lexer->getErrLoc(), Lexer->getErr());
  /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);
  /external/llvm/include/llvm/MC/
MCTargetAsmLexer.h 34 void SetError(const SMLoc &errLoc, const std::string &err) {
  /external/valgrind/tsan/
suppressions.cc 83 void SetError(string desc);
97 SetError(desc);\
101 void Parser::SetError(string desc) {
208 SetError("bad stack trace line");
  /bootable/recovery/edify/
expr.h 103 void SetError(const char* message); // makes a copy
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 134 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);

Completed in 840 milliseconds

1 2