Searched refs:_error (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dftvalid.h130 #define FT_INVALID( _error ) FT_INVALID_( _error )
131 #define FT_INVALID_( _error ) \
132 ft_validator_error( valid, FT_THROW( _error ) )
/xsrc/external/mit/MesaLib.old/dist/scons/
H A Dsource_list.py25 def _error(self, msg): member in class:SourceListParser
34 self._error('non-variable dereference')
38 self._error('unterminated variable dereference')
63 self._error('not a variable definition')
69 self._error('only =, :=, and += are supported')
106 self._error('recipe line not supported')
/xsrc/external/mit/freetype/dist/src/gxvalid/
H A Dgxvcommn.h268 #define FT_INVALID_( _error ) \
269 ft_validator_error( gxvalid->root, FT_THROW( _error ) )
/xsrc/external/mit/freetype/dist/src/otvalid/
H A Dotvcommn.h69 #define FT_INVALID_( _error ) \
70 ft_validator_error( otvalid->root, FT_THROW( _error ) )

Completed in 6 milliseconds