Home | History | Annotate | Download | only in template

Lines Matching full:raise

56         raise DataParseError("handler-size requires one argument")
58 raise DataParseError("handler-size may only be set once")
68 raise DataParseError("handler-size (%d) must be power of 2 and > 0" \
78 raise DataParseError("import requires one argument")
83 raise DataParseError("don't know how to import %s (expecting .c/.S)"
93 raise DataParseError("import requires one argument")
99 raise DataParseError("unable to load asm-stub: %s" % str(err))
110 raise DataParseError("opStart takes a directory name argument")
112 raise DataParseError("opStart can only be specified once")
123 raise DataParseError("op requires exactly two arguments")
125 raise DataParseError("op statements must be between opStart/opEnd")
129 raise DataParseError("unknown opcode %s" % tokens[1])
139 raise DataParseError("opEnd takes no arguments")
141 raise DataParseError("opEnd must follow opStart, and only appear once")
254 raise DataParseError("malformed %%include in %s" % source)
258 raise DataParseError("self-referential %%include in %s"
272 raise DataParseError("malformed %%default in %s" % source)
295 raise DataParseError("keyword substitution failed in %s: %s"
299 raise
407 raise DataParseError, "unrecognized command '%s'" % tokens[0]