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

1 2 3

  /external/v4l2_codec2/vda/
vp9_decoder.cc 70 SetError();
98 SetError();
103 SetError();
122 SetError();
156 SetError();
178 SetError();
210 void VP9Decoder::SetError() {
vp9_decoder.h 123 void SetError();
  /external/swiftshader/third_party/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/swiftshader/third_party/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/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/swiftshader/third_party/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/swiftshader/third_party/LLVM/include/llvm/MC/
MCTargetAsmLexer.h 34 void SetError(const SMLoc &errLoc, const std::string &err) {
  /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);
physicalsocketserver.cc 184 SetError(EALREADY);
227 void PhysicalSocket::SetError(int error) {
322 SetError(EWOULDBLOCK);
407 SetError(ENOTCONN);
415 SetError(EINVAL); // can't think of a better error ID
431 SetError(EINVAL); // can't think of a better error ID
446 SetError(EINVAL);
488 SetError(error);
494 SetError(LAST_SYSTEM_ERROR);
505 SetError(EWOULDBLOCK)
    [all...]
physicalsocketserver.h 134 void SetError(int error) override;
  /external/tinyxml2/
tinyxml2.cpp 1027 _document->SetError( XML_ERROR_PARSING, initialLineNum, 0);
1057 _document->SetError( XML_ERROR_PARSING_DECLARATION, initialLineNum, "XMLDeclaration value=%s", decl->Value());
1092 _document->SetError( XML_ERROR_MISMATCHED_ELEMENT, initialLineNum, "XMLElement name=%s", ele->Name());
1152 _document->SetError( XML_ERROR_PARSING_CDATA, _parseLineNum, 0 );
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 60 void SetError(SMLoc errLoc, const std::string &err) {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
MCAsmLexer.h 133 void SetError(const SMLoc &errLoc, const std::string &err) {
  /external/webrtc/webrtc/p2p/base/
asyncstuntcpsocket.cc 54 SetError(EMSGSIZE);
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 144 void SetError(SMLoc errLoc, const std::string &err) {

Completed in 3325 milliseconds

1 2 3