Home
last modified time | relevance | path

Searched refs:InputError (Results 1 – 2 of 2) sorted by relevance

/external/regex-re2/re2/
Dunicode.py22 class InputError(Error): class
44 raise InputError("invalid Unicode value %s" % (s,))
71 raise InputError("invalid Unicode range %s" % (s,))
89 raise InputError("invalid Unicode value %s" % (v,))
148 raise InputError("invalid number of fields %d" % (nfields,))
176 raise InputError("wrong number of fields %d %d - %s" %
192 raise InputError("expected Last line for %s" %
203 raise InputError("bad First line: range given")
215 raise InputError("expected Last line for %s; got EOF" %
/external/webkit/Source/WebCore/bindings/v8/
DSerializedScriptValue.cpp342 InputError, enumerator
582 return checkComposite(state) ? state : handleError(InputError, state); in push()
1235 if (status == Serializer::InputError) { in SerializedScriptValue()