/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/ |
_base.py | 98 raise HandshakeException('Invalid subprotocol name: empty') 103 raise HandshakeException( 114 raise HandshakeException('Invalid non-token string in subprotocol ' 125 raise HandshakeException('Invalid port number format: %r' % e) 143 raise HandshakeException('Header/connection port mismatch: %d/%d' % 156 raise HandshakeException('Header %s is not defined' % key) 164 raise HandshakeException( 173 raise HandshakeException('Method is not GET') 208 raise HandshakeException( 214 raise HandshakeException('No valid token found' [all...] |
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/ |
sermsdos.py | 142 raise NotImplementedError 161 raise NotImplementedError 164 raise NotImplementedError 167 raise NotImplementedError 171 raise NotImplementedError 175 raise NotImplementedError 179 raise NotImplementedError 183 raise NotImplementedError 187 raise NotImplementedError 191 raise NotImplementedErro [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
chunk.py | 63 raise EOFError 67 raise EOFError 93 raise ValueError, "I/O operation on closed file" 103 raise ValueError, "I/O operation on closed file" 105 raise IOError, "cannot seek" 111 raise RuntimeError 117 raise ValueError, "I/O operation on closed file" 127 raise ValueError, "I/O operation on closed file" 151 raise ValueError, "I/O operation on closed file" 167 raise EOFErro [all...] |
contextlib.py | 19 raise RuntimeError("generator didn't yield") 28 raise RuntimeError("generator didn't stop") 36 raise RuntimeError("generator didn't stop after throw()") 43 # only re-raise if it's *not* the exception that was 44 # passed to throw(), because __exit__() must not raise 46 # has to raise the exception to signal propagation, so this 51 raise 129 raise exc[0], exc[1], exc[2]
|
pipes.py | 111 raise TypeError, \ 114 raise ValueError, \ 117 raise ValueError, \ 120 raise ValueError, \ 123 raise ValueError, \ 126 raise ValueError, \ 133 raise TypeError, \ 136 raise ValueError, \ 139 raise ValueError, \ 142 raise ValueError, [all...] |
sunau.py | 139 raise EOFError 169 raise Error, 'bad magic number' 172 raise Error, 'header size too small' 174 raise Error, 'header size ridiculously large' 180 raise Error, 'encoding not (yet) supported' 194 raise Error, 'unknown encoding' 251 raise Error, 'no marks' 274 raise Error, 'position not in range' 308 raise Error, 'cannot change parameters after starting to write' 310 raise Error, 'only 1, 2, or 4 channels supported [all...] |
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" %
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
chunk.py | 63 raise EOFError 67 raise EOFError 93 raise ValueError, "I/O operation on closed file" 103 raise ValueError, "I/O operation on closed file" 105 raise IOError, "cannot seek" 111 raise RuntimeError 117 raise ValueError, "I/O operation on closed file" 127 raise ValueError, "I/O operation on closed file" 151 raise ValueError, "I/O operation on closed file" 167 raise EOFErro [all...] |
contextlib.py | 19 raise RuntimeError("generator didn't yield") 28 raise RuntimeError("generator didn't stop") 36 raise RuntimeError("generator didn't stop after throw()") 43 # only re-raise if it's *not* the exception that was 44 # passed to throw(), because __exit__() must not raise 46 # has to raise the exception to signal propagation, so this 51 raise 129 raise exc[0], exc[1], exc[2]
|
pipes.py | 111 raise TypeError, \ 114 raise ValueError, \ 117 raise ValueError, \ 120 raise ValueError, \ 123 raise ValueError, \ 126 raise ValueError, \ 133 raise TypeError, \ 136 raise ValueError, \ 139 raise ValueError, \ 142 raise ValueError, [all...] |
sunau.py | 139 raise EOFError 169 raise Error, 'bad magic number' 172 raise Error, 'header size too small' 174 raise Error, 'header size ridiculously large' 180 raise Error, 'encoding not (yet) supported' 194 raise Error, 'unknown encoding' 251 raise Error, 'no marks' 274 raise Error, 'position not in range' 308 raise Error, 'cannot change parameters after starting to write' 310 raise Error, 'only 1, 2, or 4 channels supported [all...] |
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" %
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
CodeWarrior_suite.py | 41 raise aetools.Error, aetools.decodeerror(_arguments) 53 if _arguments: raise TypeError, 'No optional args expected' 54 if _no_object is not None: raise TypeError, 'No direct arg expected' 60 raise aetools.Error, aetools.decodeerror(_arguments) 73 if _arguments: raise TypeError, 'No optional args expected' 80 raise aetools.Error, aetools.decodeerror(_arguments) 93 if _arguments: raise TypeError, 'No optional args expected' 100 raise aetools.Error, aetools.decodeerror(_arguments) 113 if _arguments: raise TypeError, 'No optional args expected' 120 raise aetools.Error, aetools.decodeerror(_arguments [all...] |
/external/chromium_org/third_party/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" %
|
/external/chromium_org/third_party/skia/tools/tests/ |
skimage_self_test.py | 33 raise BinaryNotFoundException 38 raise Exception("Error: file mismatch! expected=%s , actual=%s" % ( 53 raise Exception("'%s' should have reported failure!" % " ".join(args)) 65 raise Exception("'%s' should have reported failure!" % " ".join(args)) 78 raise Exception( 92 raise Exception( 110 raise Exception("'%s' should have reported failure!" % " ".join(args)) 152 raise Exception("Expectations file was missing expectations: %s" % output) 158 raise Exception("Image failed: %s" % output)
|
/external/chromium_org/third_party/tlslite/tlslite/integration/ |
asyncstatemachine.py | 58 raise AssertionError() 61 raise AssertionError() 63 raise AssertionError() 65 raise AssertionError() 138 raise 156 raise 203 raise 223 raise 237 raise
|
/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" %
|
/external/skia/tools/tests/ |
skimage_self_test.py | 33 raise BinaryNotFoundException 38 raise Exception("Error: file mismatch! expected=%s , actual=%s" % ( 53 raise Exception("'%s' should have reported failure!" % " ".join(args)) 65 raise Exception("'%s' should have reported failure!" % " ".join(args)) 78 raise Exception( 92 raise Exception( 110 raise Exception("'%s' should have reported failure!" % " ".join(args)) 152 raise Exception("Expectations file was missing expectations: %s" % output) 158 raise Exception("Image failed: %s" % output)
|
/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)
|
/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...] |
/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/build/ |
compiler_version.py | 30 raise Exception('Invalid number of arguments') 34 raise Exception('Invalid mode: %s' % mode) 36 raise Exception('Invalid tool: %s' % tool) 78 raise Exception("Unknown tool %s" % tool) 88 raise subprocess.CalledProcessError(pipe.returncode, compiler) 122 raise Exception("Failed to extract compiler version for args: %s" % args)
|
/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)
|