Home
last modified time | relevance | path

Searched defs:SetError (Results 1 – 20 of 20) sorted by relevance

/external/v4l2_codec2/accel/
Dvp9_decoder.cc210 void VP9Decoder::SetError() { in SetError() function in media::VP9Decoder
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h60 void SetError(SMLoc errLoc, const std::string &err) { in SetError() function
/external/webrtc/webrtc/base/
Dasyncudpsocket.cc98 void AsyncUDPSocket::SetError(int error) { in SetError() function in rtc::AsyncUDPSocket
Dasyncsocket.cc91 void AsyncSocketAdapter::SetError(int error) { in SetError() function in rtc::AsyncSocketAdapter
Dasynctcpsocket.cc123 void AsyncTCPSocketBase::SetError(int error) { in SetError() function in rtc::AsyncTCPSocketBase
Dmacasyncsocket.cc288 void MacAsyncSocket::SetError(int error) { in SetError() function in rtc::MacAsyncSocket
Dnatsocketfactory.cc221 void SetError(int error) override { socket_->SetError(error); } in SetError() function in rtc::NATSocket
Dwin32socketserver.cc391 void Win32Socket::SetError(int error) { in SetError() function in rtc::Win32Socket
Dvirtualsocketserver.cc357 void VirtualSocket::SetError(int error) { in SetError() function in rtc::VirtualSocket
Dphysicalsocketserver.cc227 void PhysicalSocket::SetError(int error) { in SetError() function in rtc::PhysicalSocket
/external/tensorflow/tensorflow/stream_executor/
Dstream.h2049 void SetError() { CheckError(false /* = operation_retcode */); } in SetError() function
/external/v8/src/debug/wasm/gdb-server/
Dpacket.cc315 void Packet::SetError(ErrDef error) { in SetError() function in v8::internal::wasm::gdb_server::Packet
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h144 void SetError(SMLoc errLoc, const std::string &err) { in SetError() function
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp798 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding en… in SetError() function in TiXmlDocument
/external/tinyxml/
Dtinyxmlparser.cpp775 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding en… in SetError() function in TiXmlDocument
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc936 void WebRtcSession::SetError(Error error, const std::string& error_desc) { in SetError() function in webrtc::WebRtcSession
/external/v8/src/wasm/
Dmodule-compiler.cc771 void CompilationState::SetError() { Impl(this)->SetError(); } in SetError() function in v8::internal::wasm::CompilationState
3273 void CompilationStateImpl::SetError() { in SetError() function in v8::internal::wasm::CompilationStateImpl
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp698 void ErrorMonitor::SetError(const char *const errorString) { in SetError() function in ErrorMonitor
/external/tinyxml2/
Dtinyxml2.cpp2328 void XMLDocument::SetError( XMLError error, int lineNum, const char* format, ... ) in SetError() function in tinyxml2::XMLDocument
/external/webrtc/webrtc/p2p/base/
Dport_unittest.cc1000 virtual void SetError(int error) { } in SetError() function in FakeAsyncPacketSocket