/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
csignal | 45 using ::raise;
|
/prebuilts/ndk/7/sources/cxx-stl/system/include/ |
csignal | 45 using ::raise;
|
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/ |
csignal | 45 using ::raise;
|
/prebuilts/ndk/8/sources/cxx-stl/system/include/ |
csignal | 45 using ::raise;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
csignal | 45 using ::raise;
|
/prebuilts/ndk/9/sources/cxx-stl/system/include/ |
csignal | 45 using ::raise;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/ |
Web_Browser_Suite.py | 24 if _arguments: raise TypeError, 'No optional args expected' 31 raise aetools.Error, aetools.decodeerror(_arguments) 44 if _arguments: raise TypeError, 'No optional args expected' 45 if _no_object is not None: raise TypeError, 'No direct arg expected' 51 raise aetools.Error, aetools.decodeerror(_arguments) 72 if _no_object is not None: raise TypeError, 'No direct arg expected' 78 raise aetools.Error, aetools.decodeerror(_arguments) 92 if _arguments: raise TypeError, 'No optional args expected' 99 raise aetools.Error, aetools.decodeerror(_arguments) 112 if _arguments: raise TypeError, 'No optional args expected [all...] |
Microsoft_Internet_Explorer.py | 24 if _arguments: raise TypeError, 'No optional args expected' 31 raise aetools.Error, aetools.decodeerror(_arguments) 44 if _arguments: raise TypeError, 'No optional args expected' 51 raise aetools.Error, aetools.decodeerror(_arguments) 77 raise aetools.Error, aetools.decodeerror(_arguments)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
Mozilla_suite.py | 23 if _arguments: raise TypeError, 'No optional args expected' 24 if _no_object is not None: raise TypeError, 'No direct arg expected' 30 raise aetools.Error, aetools.decodeerror(_arguments) 43 if _arguments: raise TypeError, 'No optional args expected' 44 if _no_object is not None: raise TypeError, 'No direct arg expected' 50 raise aetools.Error, aetools.decodeerror(_arguments) 63 if _arguments: raise TypeError, 'No optional args expected' 64 if _no_object is not None: raise TypeError, 'No direct arg expected' 70 raise aetools.Error, aetools.decodeerror(_arguments) 96 raise aetools.Error, aetools.decodeerror(_arguments [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/backends/ |
browser_backend.py | 52 raise NotImplementedError() 60 raise NotImplementedError() 68 raise NotImplementedError() 71 raise NotImplementedError() 77 raise NotImplementedError() 80 raise NotImplementedError() 83 raise NotImplementedError() 86 raise NotImplementedError() 89 raise NotImplementedError() 92 raise NotImplementedError( [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
cros_platform_backend.py | 17 raise NotImplementedError() 20 raise NotImplementedError() 23 raise NotImplementedError() 26 raise NotImplementedError() 29 raise NotImplementedError() 63 raise NotImplementedError() 66 raise NotImplementedError()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
dummy_thread.py | 41 raise TypeError("2nd arg must be a tuple") 43 raise TypeError("3rd arg must be a dict") 56 raise KeyboardInterrupt 60 raise SystemExit 78 raise error("setting thread stack size not supported") 126 raise error 139 """Set _interrupt flag to True to have start_new_thread raise 142 raise KeyboardInterrupt
|
anydbm.py | 24 data = d[key] # retrieve data at key (raise KeyError if no 53 raise ImportError, "no dbm clone found; tried %s" % _names 79 raise error, "need 'c' or 'n' flag to open new db" 82 raise error, "db type could not be determined"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dummy_thread.py | 41 raise TypeError("2nd arg must be a tuple") 43 raise TypeError("3rd arg must be a dict") 56 raise KeyboardInterrupt 60 raise SystemExit 78 raise error("setting thread stack size not supported") 126 raise error 139 """Set _interrupt flag to True to have start_new_thread raise 142 raise KeyboardInterrupt
|
anydbm.py | 24 data = d[key] # retrieve data at key (raise KeyError if no 53 raise ImportError, "no dbm clone found; tried %s" % _names 79 raise error, "need 'c' or 'n' flag to open new db" 82 raise error, "db type could not be determined"
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
RSAKey.py | 31 raise NotImplementedError() 45 raise NotImplementedError() 53 raise NotImplementedError() 114 raise AssertionError() 118 raise ValueError() 159 raise ValueError() 178 raise AssertionError() 196 raise NotImplementedError() 199 raise NotImplementedError() 207 raise NotImplementedError( [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/ |
_base.py | 94 raise HandshakeException('Invalid subprotocol name: empty') 104 raise HandshakeException('Invalid non-token string in subprotocol ' 115 raise HandshakeException('Invalid port number format: %r' % e) 125 raise HandshakeException('Header %s is not defined' % key) 133 raise HandshakeException( 142 raise HandshakeException('Method is not GET: %r' % request.method) 145 raise HandshakeException('Version is not HTTP/1.1: %r' % 171 raise HandshakeException( 177 raise HandshakeException('No valid token found')
|
/dalvik/vm/compiler/template/ |
gen-template.py | 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" [all...] |
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/ |
release_helper.rb | 48 raise "Couldn't git push. `#{cmd}' failed with the following output:\n\n#{out}\n" unless code == 0 53 raise("This tag has already been committed to the repo.") 58 clean? or raise("There are files that need to be committed first.") 72 raise 89 code == 0 ? out : raise(out.empty? ? "Running `#{cmd}' failed. Run this command directly for more detailed output." : out)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Standard_Suite.py | 24 if _arguments: raise TypeError, 'No optional args expected' 31 raise aetools.Error, aetools.decodeerror(_arguments) 57 raise aetools.Error, aetools.decodeerror(_arguments) 83 raise aetools.Error, aetools.decodeerror(_arguments) 97 if _arguments: raise TypeError, 'No optional args expected' 104 raise aetools.Error, aetools.decodeerror(_arguments) 136 raise aetools.Error, aetools.decodeerror(_arguments) 150 if _arguments: raise TypeError, 'No optional args expected' 157 raise aetools.Error, aetools.decodeerror(_arguments) 182 if _no_object is not None: raise TypeError, 'No direct arg expected [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
object_store.py | 28 raise NotImplementedError(self.__class__) 38 raise NotImplementedError(self.__class__) 48 raise NotImplementedError(self.__class__)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/thread/ |
messagepump.py | 32 raise NotImplementedError, "subclasses must implement" 35 raise NotImplementedError, "subclasses must implement" 38 raise NotImplementedError, "subclasses must implement"
|
/external/skia/tools/ |
buildbot_globals.py | 49 raise GlobalVarsRetrievalError('Failed to retrieve %s.' % 54 raise JsonDecodeError(e.message + '\n' + global_vars_text) 58 raise NoSuchGlobalVariable(var_name)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/importlib/ |
__init__.py | 9 raise ValueError("'package' not set to a string") 15 raise ValueError("attempted relative import beyond top-level " 30 raise TypeError("relative imports require the 'package' argument")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
bgenlocations.py | 46 raise Error, "Please fix bgenlocations.py, BGENDIR does not exist: %s" % BGENDIR 48 raise Error, "Please fix bgenlocations.py, INCLUDEDIR does not exist: %s" % INCLUDEDIR 50 raise Error, "Please fix bgenlocations.py, TOOLBOXDIR does not exist: %s" % TOOLBOXDIR
|