/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/ |
webdriver_tab_backend.py | 32 raise NotImplementedError() 62 raise NotImplementedError() 66 raise NotImplementedError() 70 raise NotImplementedError() 78 raise NotImplementedError('script_to_evaluate_on_commit is NOT supported') 109 raise NotImplementedError() 112 raise NotImplementedError() 115 raise NotImplementedError() 119 raise NotImplementedError()
|
/external/regex-re2/re2/ |
unicode.py | 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") 212 raise 215 raise InputError("expected Last line for %s; got EOF" %
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
copy_reg.py | 16 raise TypeError("copy_reg is not intended for use with classes") 19 raise TypeError("reduction functions must be callable") 29 raise TypeError("constructors must be callable") 70 raise TypeError, "can't pickle %s objects" % base.__name__ 77 raise TypeError("a class that defines __slots__ without " 161 raise ValueError, "code out of range" 167 raise ValueError("key %s is already registered with code %s" % 170 raise ValueError("code %s is already in use for key %s" % 180 raise ValueError("key %s is not registered with code %s" %
|
_pyio.py | 39 raise TypeError("characters_written must be a integer") 47 r"""Open file and return a stream. Raise IOError upon failure. 112 'strict' to raise a ValueError exception if there is an encoding error 155 raise TypeError("invalid file: %r" % file) 157 raise TypeError("invalid mode: %r" % mode) 159 raise TypeError("invalid buffering: %r" % buffering) 161 raise TypeError("invalid encoding: %r" % encoding) 163 raise TypeError("invalid errors: %r" % errors) 166 raise ValueError("invalid mode: %r" % mode) 175 raise ValueError("can't use U and writing mode at once" [all...] |
sre_parse.py | 79 raise error, ("redefinition of group name %s as group %d; " 192 raise error, "bogus escape (end of line)" 242 raise error, "bogus escape: %s" % repr("\\" + escape) 251 raise error, "bogus escape: %s" % repr(escape) 256 raise error, "bogus escape: %s" % repr(escape) 273 raise ValueError 293 raise error, "cannot refer to open group" 295 raise ValueError 300 raise error, "bogus escape: %s" % repr(escape) 317 raise error, "pattern not properly closed [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Legacy_suite.py | 22 if _arguments: raise TypeError, 'No optional args expected' 23 if _no_object is not None: raise TypeError, 'No direct arg expected' 29 raise aetools.Error, aetools.decodeerror(_arguments) 41 if _arguments: raise TypeError, 'No optional args expected' 42 if _no_object is not None: raise TypeError, 'No direct arg expected' 48 raise aetools.Error, aetools.decodeerror(_arguments) 60 if _arguments: raise TypeError, 'No optional args expected' 61 if _no_object is not None: raise TypeError, 'No direct arg expected' 67 raise aetools.Error, aetools.decodeerror(_arguments)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
copy_reg.py | 16 raise TypeError("copy_reg is not intended for use with classes") 19 raise TypeError("reduction functions must be callable") 29 raise TypeError("constructors must be callable") 70 raise TypeError, "can't pickle %s objects" % base.__name__ 77 raise TypeError("a class that defines __slots__ without " 161 raise ValueError, "code out of range" 167 raise ValueError("key %s is already registered with code %s" % 170 raise ValueError("code %s is already in use for key %s" % 180 raise ValueError("key %s is not registered with code %s" %
|
_pyio.py | 39 raise TypeError("characters_written must be a integer") 47 r"""Open file and return a stream. Raise IOError upon failure. 112 'strict' to raise a ValueError exception if there is an encoding error 155 raise TypeError("invalid file: %r" % file) 157 raise TypeError("invalid mode: %r" % mode) 159 raise TypeError("invalid buffering: %r" % buffering) 161 raise TypeError("invalid encoding: %r" % encoding) 163 raise TypeError("invalid errors: %r" % errors) 166 raise ValueError("invalid mode: %r" % mode) 175 raise ValueError("can't use U and writing mode at once" [all...] |
sre_parse.py | 79 raise error, ("redefinition of group name %s as group %d; " 192 raise error, "bogus escape (end of line)" 242 raise error, "bogus escape: %s" % repr("\\" + escape) 251 raise error, "bogus escape: %s" % repr(escape) 256 raise error, "bogus escape: %s" % repr(escape) 273 raise ValueError 293 raise error, "cannot refer to open group" 295 raise ValueError 300 raise error, "bogus escape: %s" % repr(escape) 317 raise error, "pattern not properly closed [all...] |
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
tokens.py | 49 raise NotImplementedError 56 raise NotImplementedError 64 raise NotImplementedError 71 raise NotImplementedError 81 raise NotImplementedError 88 raise NotImplementedError 98 raise NotImplementedError 105 raise NotImplementedError 113 raise NotImplementedError 120 raise NotImplementedErro [all...] |
/external/chromium_org/native_client_sdk/src/tools/ |
getos.py | 51 raise Error("Unknown platform: %s" % sys.platform) 67 raise Error("README not found in SDK root: %s" % root) 80 raise Error("error parsing SDK README: %s" % readme) 86 raise Error("error parsing SDK README: %s" % readme) 114 raise Error('Invalid CHROME_PATH: %s' % chrome_path) 128 raise Error('CHROME_PATH is undefined, and %s not found in PATH, nor %s.' % ( 157 raise Error(output + stderr.strip()) 160 raise Error("Error running objdump: %s" % e) 165 raise Error("Error running objdump on: %s" % chrome_path) 180 raise Error("sel_ldr not found: %s" % sel_ldr [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/ |
xmlreader.py | 32 raise NotImplementedError("This method must be implemented!") 71 however, they must raise a SAX exception. Applications may 73 raise SAXNotSupportedException("Locale support not implemented") 77 raise SAXNotRecognizedException("Feature '%s' not recognized" % name) 81 raise SAXNotRecognizedException("Feature '%s' not recognized" % name) 85 raise SAXNotRecognizedException("Property '%s' not recognized" % name) 89 raise SAXNotRecognizedException("Property '%s' not recognized" % name) 133 feed may raise SAXException.""" 134 raise NotImplementedError("This method must be implemented!") 139 raise NotImplementedError("prepareParser must be overridden!" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
xmlreader.py | 32 raise NotImplementedError("This method must be implemented!") 71 however, they must raise a SAX exception. Applications may 73 raise SAXNotSupportedException("Locale support not implemented") 77 raise SAXNotRecognizedException("Feature '%s' not recognized" % name) 81 raise SAXNotRecognizedException("Feature '%s' not recognized" % name) 85 raise SAXNotRecognizedException("Property '%s' not recognized" % name) 89 raise SAXNotRecognizedException("Property '%s' not recognized" % name) 133 feed may raise SAXException.""" 134 raise NotImplementedError("This method must be implemented!") 139 raise NotImplementedError("prepareParser must be overridden!" [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
linux_platform_backend.py | 21 raise NotImplementedError() 24 raise NotImplementedError() 27 raise NotImplementedError() 30 raise NotImplementedError() 33 raise NotImplementedError() 57 raise NotImplementedError(
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
versionpredicate.py | 23 raise ValueError("bad package restriction syntax: %r" % pred) 104 raise ValueError("empty package restriction") 107 raise ValueError("bad package name in %r" % versionPredicateStr) 113 raise ValueError("expected parenthesized list: %r" % paren) 117 raise ValueError("empty parenthesized list in %r" 160 raise ValueError("illegal provides specification: %r" % value)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Power_Suite.py | 23 if _arguments: raise TypeError, 'No optional args expected' 30 raise aetools.Error, aetools.decodeerror(_arguments) 43 if _arguments: raise TypeError, 'No optional args expected' 50 raise aetools.Error, aetools.decodeerror(_arguments) 63 if _arguments: raise TypeError, 'No optional args expected' 70 raise aetools.Error, aetools.decodeerror(_arguments)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_call.py | 38 raise RuntimeError 67 raise RuntimeError 75 raise RuntimeError 83 raise RuntimeError 106 raise RuntimeError 117 raise RuntimeError
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
versionpredicate.py | 23 raise ValueError("bad package restriction syntax: %r" % pred) 104 raise ValueError("empty package restriction") 107 raise ValueError("bad package name in %r" % versionPredicateStr) 113 raise ValueError("expected parenthesized list: %r" % paren) 117 raise ValueError("empty parenthesized list in %r" 160 raise ValueError("illegal provides specification: %r" % value)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_call.py | 38 raise RuntimeError 67 raise RuntimeError 75 raise RuntimeError 83 raise RuntimeError 106 raise RuntimeError 117 raise RuntimeError
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
idna.py | 38 raise UnicodeError("Invalid character %r" % c) 51 raise UnicodeError("Violation of BIDI requirement 2") 58 raise UnicodeError("Violation of BIDI requirement 3") 73 raise UnicodeError("label empty or too long") 88 raise UnicodeError("label empty or too long") 92 raise UnicodeError("Label starts with ACE prefix") 103 raise UnicodeError("label empty or too long") 122 raise UnicodeError("Invalid character in IDN label") 139 raise UnicodeError("IDNA does not round-trip", label, label2) 151 raise UnicodeError("unsupported error handling "+errors [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
idna.py | 38 raise UnicodeError("Invalid character %r" % c) 51 raise UnicodeError("Violation of BIDI requirement 2") 58 raise UnicodeError("Violation of BIDI requirement 3") 73 raise UnicodeError("label empty or too long") 88 raise UnicodeError("label empty or too long") 92 raise UnicodeError("Label starts with ACE prefix") 103 raise UnicodeError("label empty or too long") 122 raise UnicodeError("Invalid character in IDN label") 139 raise UnicodeError("IDNA does not round-trip", label, label2) 151 raise UnicodeError("unsupported error handling "+errors [all...] |
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t034tokenLabelPropertyRef.py | 15 raise 24 raise
|
t035ruleLabelPropertyRef.py | 15 raise 24 raise
|
t036multipleReturnValues.py | 15 raise 24 raise
|
t037rulePropertyRef.py | 15 raise 24 raise
|