Searched defs:InputError (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dunicode.py22 class InputError(Error): class in inherits:Error
36 InputError: the string is not a valid Unicode value.
44 raise InputError("invalid Unicode value %s" % (s,))
61 InputError: the string is not a valid Unicode range.
71 raise InputError("invalid Unicode range %s" % (s,))
86 InputError: the argument is not a valid Unicode value.
89 raise InputError("invalid Unicode value %s" % (v,))
144 InputError: nfields is invalid (must be >= 2).
148 raise InputError("invalid number of fields %d" % (nfields,))
176 raise InputError("wron
[all...]
/external/regex-re2/re2/
H A Dunicode.py22 class InputError(Error): class in inherits:Error
36 InputError: the string is not a valid Unicode value.
44 raise InputError("invalid Unicode value %s" % (s,))
61 InputError: the string is not a valid Unicode range.
71 raise InputError("invalid Unicode range %s" % (s,))
86 InputError: the argument is not a valid Unicode value.
89 raise InputError("invalid Unicode value %s" % (v,))
144 InputError: nfields is invalid (must be >= 2).
148 raise InputError("invalid number of fields %d" % (nfields,))
176 raise InputError("wron
[all...]
/external/chromium_org/net/tools/tld_cleanup/
H A Dmake_dafsa.py197 class InputError(Exception): class in inherits:Exception
208 raise InputError('The domain list must not be empty')
212 raise InputError('Domain names must be printable 7-bit ASCII')
450 raise InputError('Expected "domainname, <digit>", found "%s"' % line)
454 raise InputError('Expected value to be one of {0,1,2,4}, found "%s"' %
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.cpp928 InputError, enumerator in enum:blink::__anon10905::Serializer::Status
1082 return serializer.handleError(InputError, "Empty property names cannot be cloned.", this);
1141 return serializer.handleError(InputError, "Empty property names cannot be cloned.", nextState());
1211 return checkComposite(state) ? state : handleError(InputError, "Value being cloned is either cyclic or too deeply nested.", state);
1526 return handleError(InputError, "The empty property name cannot be cloned.", next);
2954 case Serializer::InputError:

Completed in 4820 milliseconds