Searched refs:FormatError (Results 1 - 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtask.rb405 raise Grammar::FormatError[ @source, @path ]
413 raise( Grammar::FormatError, "Unknown ANTLR target language: %p" % @language )
456 class GrammarFile::FormatError < StandardError
486 end # error Grammar::FormatError
/external/python/cpython3/Lib/ctypes/test/
H A Dtest_win32.py83 msg = FormatError(ERROR_INVALID_PARAMETER).strip()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dgrammar.rb262 raise Grammar::FormatError[ source, path ]
334 class Grammar::FormatError < StandardError
364 end # error Grammar::FormatError
/external/python/cpython2/Lib/ctypes/
H A D__init__.py20 from _ctypes import FormatError namespace
467 descr = FormatError(code).strip()
/external/python/cpython3/Lib/ctypes/
H A D__init__.py20 from _ctypes import FormatError namespace
453 descr = FormatError(code).strip()
/external/python/cpython2/Modules/_ctypes/
H A Dcallproc.c241 static TCHAR *FormatError(DWORD code) function
1051 text = FormatError(errcode);
1249 "FormatError([integer]) -> string\n\
1258 if (!PyArg_ParseTuple(args, "|i:FormatError", &code))
1262 lpMsgBuf = FormatError(code);
1934 {"FormatError", format_error, METH_VARARGS, format_error_doc},
/external/python/cpython3/Modules/_ctypes/
H A Dcallproc.c234 static WCHAR *FormatError(DWORD code) function
1019 text = FormatError(errcode);
1203 "FormatError([integer]) -> string\n\
1212 if (!PyArg_ParseTuple(args, "|i:FormatError", &code))
1216 lpMsgBuf = FormatError(code);
1773 {"FormatError", format_error, METH_VARARGS, format_error_doc},
/external/python/cpython2/Lib/
H A Dmailbox.py1153 raise FormatError('Invalid sequence specification: %s' %
2239 class FormatError(Error): class in inherits:Error
/external/python/cpython3/Lib/
H A Dmailbox.py29 'NotEmptyError', 'ExternalClashError', 'FormatError']
1163 raise FormatError('Invalid sequence specification: %s' %
2145 class FormatError(Error): class in inherits:Error

Completed in 267 milliseconds