Searched refs:SetError (Results 176 - 184 of 184) sorted by path

12345678

/external/skia/src/core/
H A DSkReadBuffer.cpp211 SkErrorInternals::SetError(kParseError_SkError, "SkWriteBuffer::writeBitmap "
263 SkErrorInternals::SetError(kParseError_SkError,
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1180 SkErrorInternals::SetError( kInvalidPaint_SkError,
/external/skia/src/images/
H A DSkImageDecoder_FactoryRegistrar.cpp53 SkErrorInternals::SetError(kInvalidOperation_SkError,
/external/skia/src/utils/
H A DSkCanvasStateUtils.cpp199 SkErrorInternals::SetError(kInvalidOperation_SkError,
/external/tinyxml/
H A Dtinyxml.cpp762 if ( document ) document->SetError( TIXML_ERROR_OUT_OF_MEMORY, 0, 0, TIXML_ENCODING_UNKNOWN );
1023 SetError( TIXML_ERROR_OPENING_FILE, 0, 0, TIXML_ENCODING_UNKNOWN );
1082 SetError( TIXML_ERROR_OPENING_FILE, 0, 0, TIXML_ENCODING_UNKNOWN );
H A Dtinyxml.h1346 void SetError( int err, const char* errorLocation, TiXmlParsingData* prevData, TiXmlEncoding encoding );
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...]
H A Dtinyxml2.h1165 void SetError( int error, const char* str1, const char* str2 );

Completed in 416 milliseconds

12345678