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

1 2 3

  /frameworks/native/libs/vr/libpdx/
client.cpp 28 ret.SetError(status.error());
35 ret.SetError(ESHUTDOWN);
42 ret.SetError(-error_);
152 ret->SetError(ESHUTDOWN);
162 ret->SetError(status.error());
173 ret->SetError(status.error());
178 ret->SetError(ESHUTDOWN);
194 ret->SetError(status.error());
199 ret->SetError(ESHUTDOWN);
215 ret->SetError(status.error())
    [all...]
  /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());
  /frameworks/native/libs/vr/libpdx/private/pdx/
status.h 65 void SetError(int error) {
76 SetError(other.error());
141 void SetError(int error) { error_ = error; }
146 SetError(other.error());
  /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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
parser.h 56 DWORD SetError (DWORD dw) { m_dwError = dw; return m_dwError; }
  /external/tinyxml2/
tinyxml2.cpp 1023 _document->SetError( XML_ERROR_PARSING, initialLineNum, 0);
1043 _document->SetError( XML_ERROR_PARSING_DECLARATION, initialLineNum, "XMLDeclaration value=%s", decl->Value());
1078 _document->SetError( XML_ERROR_MISMATCHED_ELEMENT, initialLineNum, "XMLElement name=%s", ele->Name());
1138 _document->SetError( XML_ERROR_PARSING_CDATA, _parseLineNum, 0 );
1153 _document->SetError( XML_ERROR_PARSING_TEXT, _parseLineNum, 0 );
    [all...]
  /frameworks/native/libs/vr/libpdx_uds/
ipc_helper.cpp 62 ret.SetError(errno);
79 ret.SetError(errno);
117 ret.SetError(errno);
122 ret.SetError(ESHUTDOWN);
153 ret.SetError(errno);
158 ret.SetError(ESHUTDOWN);
301 ret.SetError(EIO);
334 ret.SetError(EIO);
client_channel.cpp 169 status.SetError(EINVAL);
187 result.SetError(EINVAL);
205 result.SetError(-return_code);
234 status.SetError(EINVAL);
254 status.SetError(EINVAL);
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
remote_method.h 362 result.SetError(status.error());
377 result.SetError(ENOBUFS);
381 result.SetError(EIO);
404 result.SetError(status.error());
437 result.SetError(ENOBUFS);
441 result.SetError(EIO);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
MCAsmLexer.h 133 void SetError(const SMLoc &errLoc, const std::string &err) {

Completed in 599 milliseconds

1 2 3