Home
last modified time | relevance | path

Searched refs:SetError (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp652 SetError( TIXML_ERROR_PARSING_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN ); in StreamIn()
664 SetError( TIXML_ERROR_EMBEDDED_NULL, 0, 0, TIXML_ENCODING_UNKNOWN ); in StreamIn()
693 SetError( TIXML_ERROR, 0, 0, TIXML_ENCODING_UNKNOWN ); in StreamIn()
699 SetError( TIXML_ERROR, 0, 0, TIXML_ENCODING_UNKNOWN ); in StreamIn()
713 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN ); in Parse()
750 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN ); in Parse()
790 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, encoding ); in Parse()
798 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding en… in SetError() function in TiXmlDocument
914 document->SetError( TIXML_ERROR_EMBEDDED_NULL, 0, 0, TIXML_ENCODING_UNKNOWN ); in StreamIn()
976 document->SetError( TIXML_ERROR_EMBEDDED_NULL, 0, 0, TIXML_ENCODING_UNKNOWN ); in StreamIn()
[all …]
Dtinyxml.cpp195 GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN ); in LinkEndChild()
219 GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN ); in InsertEndChild()
238 GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN ); in InsertBeforeChild()
271 GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN ); in InsertAfterChild()
308 document->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN ); in ReplaceChild()
981 SetError( TIXML_ERROR_OPENING_FILE, 0, 0, TIXML_ENCODING_UNKNOWN ); in LoadFile()
990 SetError( TIXML_ERROR_OPENING_FILE, 0, 0, TIXML_ENCODING_UNKNOWN ); in LoadFile()
1007 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN ); in LoadFile()
1037 SetError( TIXML_ERROR_OPENING_FILE, 0, 0, TIXML_ENCODING_UNKNOWN ); in LoadFile()
/third_party/node/src/
Dspawn_sync.cc281 SetError(static_cast<int>(nread)); in OnRead()
294 SetError(result); in OnWriteDone()
300 SetError(result); in OnShutdownDone()
309 void SyncProcessStdioPipe::SetError(int error) { in SetError() function in node::SyncProcessStdioPipe
456 SetError(UV_ENOMEM); in TryInitializeAndRunLoop()
464 SetError(r); in TryInitializeAndRunLoop()
471 SetError(r); in TryInitializeAndRunLoop()
478 SetError(r); in TryInitializeAndRunLoop()
493 SetError(r); in TryInitializeAndRunLoop()
501 SetError(r); in TryInitializeAndRunLoop()
[all …]
Dspawn_sync.h106 inline void SetError(int error);
171 void SetError(int error);
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Dcbor.cc641 SetError(Error::CBOR_INVALID_BINARY); in ReadNextToken()
648 SetError(Error::CBOR_INVALID_BINARY); in ReadNextToken()
656 SetError(Error::CBOR_INVALID_DOUBLE); in ReadNextToken()
664 SetError(Error::CBOR_INVALID_ENVELOPE); in ReadNextToken()
669 SetError(Error::CBOR_INVALID_ENVELOPE); in ReadNextToken()
676 SetError(Error::CBOR_INVALID_ENVELOPE); in ReadNextToken()
682 SetError(Error::CBOR_INVALID_ENVELOPE); in ReadNextToken()
701 SetError(Error::CBOR_INVALID_INT32); in ReadNextToken()
720 SetError(Error::CBOR_INVALID_INT32); in ReadNextToken()
728 SetError(Error::CBOR_INVALID_STRING8); in ReadNextToken()
[all …]
Dcbor.h262 void SetError(Error error);
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc777 SetError(Error::CBOR_INVALID_BINARY); in ReadNextToken()
784 SetError(Error::CBOR_INVALID_BINARY); in ReadNextToken()
792 SetError(Error::CBOR_INVALID_DOUBLE); in ReadNextToken()
800 SetError(Error::CBOR_INVALID_ENVELOPE); in ReadNextToken()
805 SetError(Error::CBOR_INVALID_ENVELOPE); in ReadNextToken()
812 SetError(Error::CBOR_INVALID_ENVELOPE); in ReadNextToken()
818 SetError(Error::CBOR_INVALID_ENVELOPE); in ReadNextToken()
837 SetError(Error::CBOR_INVALID_INT32); in ReadNextToken()
856 SetError(Error::CBOR_INVALID_INT32); in ReadNextToken()
864 SetError(Error::CBOR_INVALID_STRING8); in ReadNextToken()
[all …]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DQuery.cpp243 SetError(hDevice, DXGI_DDI_ERR_WASSTILLDRAWING); in QueryGetData()
262 SetError(hDevice, DXGI_DDI_ERR_WASSTILLDRAWING); in QueryGetData()
453 SetError(hDevice, DXGI_DDI_ERR_UNSUPPORTED); in CheckCounter()
DResource.cpp258 SetError(hDevice, DXGI_DDI_ERR_UNSUPPORTED); in CreateResource()
302 SetError(hDevice, E_OUTOFMEMORY); in CreateResource()
310 SetError(hDevice, E_OUTOFMEMORY); in CreateResource()
419 SetError(hDevice, E_OUTOFMEMORY); in OpenResource()
543 SetError(hDevice, E_FAIL); in ResourceMap()
DState.h139 SetError(D3D10DDI_HDEVICE hDevice, HRESULT hr) in SetError() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h125 constexpr ConvParser SetError(bool error) const { in SetError() function
137 return SetArgs(args_.without_front()).SetError(!Contains(args_[0], conv)); in ConsumeNextArg()
144 return SetFormat(i.format).SetError(!Contains(args_[i.value - 1], conv)); in VerifyPositional()
/third_party/cef/include/
Dcef_response.h76 virtual void SetError(cef_errorcode_t error) = 0;
/third_party/cef/libcef_dll/ctocpp/
Dresponse_ctocpp.h39 void SetError(cef_errorcode_t error) override;
Dresponse_ctocpp.cc61 void CefResponseCToCpp::SetError(cef_errorcode_t error) { in SetError() function in CefResponseCToCpp
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dpacket.h86 void SetError(ErrDef);
Dpacket.cc315 void Packet::SetError(ErrDef error) { in SetError() function in v8::internal::wasm::gdb_server::Packet
/third_party/cef/libcef/common/
Dresponse_impl.h29 void SetError(cef_errorcode_t error) override;
Dresponse_impl.cc50 void CefResponseImpl::SetError(cef_errorcode_t error) { in SetError() function in CefResponseImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h59 void SetError(SMLoc errLoc, const std::string &err) { in SetError() function
/third_party/node/tools/inspector_protocol/lib/
Dencoding_cpp.template785 SetError(Error::CBOR_INVALID_BINARY);
792 SetError(Error::CBOR_INVALID_BINARY);
800 SetError(Error::CBOR_INVALID_DOUBLE);
808 SetError(Error::CBOR_INVALID_ENVELOPE);
813 SetError(Error::CBOR_INVALID_ENVELOPE);
820 SetError(Error::CBOR_INVALID_ENVELOPE);
826 SetError(Error::CBOR_INVALID_ENVELOPE);
845 SetError(Error::CBOR_INVALID_INT32);
864 SetError(Error::CBOR_INVALID_INT32);
872 SetError(Error::CBOR_INVALID_STRING8);
[all …]
/third_party/node/deps/v8/src/wasm/
Dcompilation-environment.h152 void SetError();
Dfunction-compiler.cc173 native_module->compilation_state()->SetError(); in CompileWasmFunction()
/third_party/cef/libcef/browser/net_service/
Dbrowser_urlrequest_impl.cc176 response_->SetError(ERR_ABORTED); in Cancel()
525 response_->SetError(static_cast<cef_errorcode_t>(loader_->NetError())); in OnComplete()
/third_party/cef/libcef_dll/cpptoc/
Dresponse_cpptoc.cc71 CefResponseCppToC::Get(self)->SetError(error); in response_set_error()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp53 SetError(SMLoc::getFromPointer(Loc), Msg); in ReturnError()
529 SetError(SavedErrLoc, SavedErr); in peekTokens()

12