HomeSort by relevance Sort by last modified time
    Searched defs:SetError (Results 1 - 20 of 20) sorted by null

  /system/connectivity/shill/
property_observer_unittest.cc 54 void SetError(Error* error) {
78 .WillOnce(DoAll(Invoke(this, &PropertyObserverTest::SetError),
  /external/skia/src/core/
SkError.cpp 76 SkErrorInternals::SetError( kNoError_SkError, "All is well" );
87 void SkErrorInternals::SetError(SkError code, const char *fmt, ...) {
  /external/webrtc/webrtc/base/
asyncudpsocket.cc 98 void AsyncUDPSocket::SetError(int error) {
99 return socket_->SetError(error);
asyncsocket.cc 91 void AsyncSocketAdapter::SetError(int error) {
92 return socket_->SetError(error);
asynctcpsocket.cc 123 void AsyncTCPSocketBase::SetError(int error) {
124 return socket_->SetError(error);
135 socket_->SetError(ENOTCONN);
141 socket_->SetError(EMSGSIZE);
252 SetError(EMSGSIZE);
macasyncsocket.cc 112 SetError(EALREADY);
288 void MacAsyncSocket::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...]
win32socketserver.cc 321 SetError(EALREADY);
391 void Win32Socket::SetError(int error) {
virtualsocketserver.cc 357 void VirtualSocket::SetError(int error) {
    [all...]
  /external/libweave/src/commands/
command_instance.cc 132 bool CommandInstance::SetError(const Error* command_error, ErrorPtr* error) {
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.cpp 269 HRESULT CExtractCallbackConsole::SetError(int level, const wchar_t *name,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
parser.h 51 DWORD SetError(DWORD dw) { m_dwError = dw; return m_dwError; }
  /system/weaved/libweaved/
command.cc 171 bool Command::SetError(const std::string& error_code,
174 return StatusToError(binder_proxy_->setError(ToString16(error_code),
182 return SetError(error_code, command_error->GetMessage(), error);
188 return SetError(error_code, status.exceptionMessage().string(), error);
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 138 void SetError(SMLoc errLoc, const std::string &err) {
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.cpp 431 HRESULT CExtractCallbackImp::SetError(int level, const wchar_t *name,
  /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/tinyxml2/
tinyxml2.cpp 762 document->SetError( XML_ERROR_PARSING, 0, 0 );
781 document->SetError( XML_ERROR_MISMATCHED_ELEMENT, node->Value(), 0 );
785 document->SetError( XML_ERROR_MISMATCHED_ELEMENT, node->Value(), 0 );
790 document->SetError( XML_ERROR_MISMATCHED_ELEMENT, node->Value(), 0 );
813 document->SetError( XML_ERROR_PARSING_CDATA, start, 0 );
820 document->SetError( XML_ERROR_PARSING_TEXT, start, 0 );
872 document->SetError( XML_ERROR_PARSING_COMMENT, start, 0 );
919 document->SetError( XML_ERROR_PARSING_DECLARATION, start, 0 );
966 document->SetError( XML_ERROR_PARSING_UNKNOWN, start, 0 );
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc     [all...]
  /external/webrtc/webrtc/p2p/base/
port_unittest.cc     [all...]

Completed in 513 milliseconds