Searched defs:SetError (Results 1 - 18 of 18) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBError.h56 void SetError(kern_return_t err) function in class:DNBError
70 void SetError(ValueType err, FlavorType flavor) function in class:DNBError
/external/lldb/source/API/
H A DSBError.cpp130 SBError::SetError (uint32_t err, ErrorType type) function in class:SBError
133 m_opaque_ap->SetError (err, type);
137 SBError::SetError (const Error &lldb_error) function in class:SBError
H A DSBCommandReturnObject.cpp335 SBCommandReturnObject::SetError (lldb::SBError &error, const char *fallback_error_cstr) function in class:SBCommandReturnObject
340 m_opaque_ap->SetError(error.ref(), fallback_error_cstr);
342 m_opaque_ap->SetError(Error(), fallback_error_cstr);
347 SBCommandReturnObject::SetError (const char *error_cstr) function in class:SBCommandReturnObject
350 m_opaque_ap->SetError(error_cstr);
/external/lldb/source/Core/
H A DError.cpp266 Error::SetError (ValueType err, ErrorType type) function in class:Error
/external/lldb/source/Interpreter/
H A DCommandReturnObject.cpp141 CommandReturnObject::SetError (const Error &error, const char *fallback_error_cstr) function in class:CommandReturnObject
146 SetError(error_cstr);
150 CommandReturnObject::SetError (const char *error_cstr) function in class:CommandReturnObject
/external/skia/src/core/
H A DSkError.cpp88 SkErrorInternals::SetError( kNoError_SkError, "All is well" );
99 void SkErrorInternals::SetError(SkError code, const char *fmt, ...) { function in class:SkErrorInternals
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h158 SetError (set, Read, -1);
181 bool SetError (int set, uint32_t err_idx, kern_return_t err) function in struct:DNBArchMachARM::State
/external/lldb/tools/debugserver/source/MacOSX/ppc/
H A DDNBArchImpl.h106 SetError (e_regSetALL, Read, -1);
126 bool SetError (int set, uint32_t err_idx, kern_return_t err) function in struct:DNBArchMachPPC::State
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.h202 SetError (GPRRegSet, Read, -1);
203 SetError (FPURegSet, Read, -1);
204 SetError (EXCRegSet, Read, -1);
227 SetError (int flavor, uint32_t err_idx, int err) function in class:RegisterContextDarwin_arm
H A DRegisterContextDarwin_i386.h156 SetError (GPRRegSet, Read, -1);
157 SetError (FPURegSet, Read, -1);
158 SetError (EXCRegSet, Read, -1);
180 SetError (int flavor, uint32_t err_idx, int err) function in class:RegisterContextDarwin_i386
H A DRegisterContextDarwin_x86_64.h160 SetError (GPRRegSet, Read, -1);
161 SetError (FPURegSet, Read, -1);
162 SetError (EXCRegSet, Read, -1);
184 SetError (int flavor, uint32_t err_idx, int err) function in class:RegisterContextDarwin_x86_64
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h142 SetError (e_regSetALL, Read, -1);
164 bool SetError (int flavor, uint32_t err_idx, kern_return_t err) function in struct:DNBArchImplI386::State
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h143 SetError (e_regSetALL, Read, -1);
169 SetError (int flavor, uint32_t err_idx, kern_return_t err) function in struct:DNBArchImplX86_64::State
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h138 void SetError(const SMLoc &errLoc, const std::string &err) { function in class:llvm::MCAsmLexer
/external/openfst/src/include/fst/
H A Dqueue.h90 void SetError(bool error) { error_ = error; } function in class:fst::QueueBase
329 QueueBase<S>::SetError(true);
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp652 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 ) function in class:TiXmlDocument
914 document->SetError( TIXML_ERROR_EMBEDDED_NULL, 0, 0, TIXML_ENCODING_UNKNOWN );
976 document->SetError( TIXML_ERROR_EMBEDDED_NUL
[all...]
/external/tinyxml/
H A Dtinyxmlparser.cpp629 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 ) function in class:TiXmlDocument
879 doc->SetError( TIXML_ERROR_OUT_OF_MEMORY, 0, 0, TIXML_ENCODING_UNKNOWN );
897 document->SetError( TIXML_ERROR_EMBEDDED_NUL
[all...]
/external/tinyxml2/
H A Dtinyxml2.cpp762 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 );
1288 document->SetError( XML_ERROR_PARSING_ELEMEN
1631 void XMLDocument::SetError( int error, const char* str1, const char* str2 ) function in class:XMLDocument
[all...]

Completed in 402 milliseconds