/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/machine/ |
fpu.h | 39 * with all exceptions masked.
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
errcode.h | 10 exceptions at a higher level. Note that some errors have a
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
config.c.in | 50 {"exceptions", NULL},
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
errcode.h | 10 exceptions at a higher level. Note that some errors have a
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
config.c.in | 50 {"exceptions", NULL},
|
/system/core/base/include/android-base/ |
memory.h | 25 // structures without generating alignment exceptions.
|
/system/tools/aidl/tests/ |
aidl_test_client_service_exceptions.cpp | 33 cout << "Confirming application exceptions work" << endl;
|
/external/autotest/client/site_tests/network_3GRecoverFromGobiDesync/ |
network_3GRecoverFromGobiDesync.py | 38 # The glib mainloop sinks exceptions thrown by event handlers, so we 39 # provide a wrapper that saves the exceptions so the event loop can 42 # TODO(rochberg): The rethrown exceptions come with the stack of the 43 # rethrow point, not the original exceptions. Fix. 51 """Returns a wrapper that calls f and saves exceptions for re-raising.""" 147 except dbus.exceptions.DBusException, e: 258 except dbus.exceptions.DBusException:
|
/external/autotest/docs/ |
coding-style.md | 155 (if there is one), and exceptions that can be raised to each docstring. 195 Exceptions 197 When raising exceptions, the preferred syntax for it is: 201 Please don't raise string exceptions, as they're deprecated and will be removed 203 you will raise, please look at http://docs.python.org/lib/module-exceptions.html 205 exceptions and the later is a list of autotest/autoserv internal exceptions. Of
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
chrome_browser_backend.py | 10 from telemetry.core import exceptions namespace 168 except (exceptions.TimeoutException, exceptions.ProcessGoneException) as e: 170 raise exceptions.BrowserGoneException(self.browser, e) 171 raise exceptions.BrowserConnectionGoneException(self.browser, e) 183 except exceptions.TimeoutException: 208 except exceptions.EvaluateException:
|
android_browser_finder.py | 14 from telemetry.core import exceptions namespace 87 raise exceptions.PathMissingError( 93 raise exceptions.PathMissingError( 197 raise exceptions.PackageDetectionError( 210 raise exceptions.UnknownPackageError(
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/ |
gen_client.py | 14 from apitools.base.py import exceptions namespace 101 raise exceptions.GeneratedClientError( 116 except exceptions.CommunicationError: 117 raise exceptions.GeneratedClientError( 142 raise exceptions.NotFoundError( 161 raise exceptions.ConfigurationValueError( 183 _CopyLocalFile('exceptions.py')
|
/external/javassist/src/main/javassist/expr/ |
Expr.java | 126 * Returns the list of exceptions that the expression may throw. This list 127 * includes both the exceptions that the try-catch statements including the 128 * expression can catch and the exceptions that the throws declaration 156 String[] exceptions = ea.getExceptions(); local 157 if (exceptions != null) { 158 int n = exceptions.length; 161 addClass(list, pool.get(exceptions[i]));
|
/external/proguard/src/proguard/preverify/ |
CodeSubroutineInliner.java | 72 // Catch any unexpected exceptions from the actual visiting method. 143 // Copy the exceptions. Note that exceptions with empty try blocks 179 // Don't go inlining exceptions that are already applicable to this 209 // Inline the subroutine exceptions. 216 // We can again inline exceptions that are applicable to this 395 // Append the exception. Note that exceptions with empty try blocks
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
http_wrapper.py | 19 from apitools.base.py import exceptions namespace 117 raise exceptions.RequestError( 197 raise exceptions.RequestError( 202 raise exceptions.BadStatusCodeError.FromResponse(response) 204 raise exceptions.RetryAfterError.FromResponse(response) 265 elif isinstance(retry_args.exc, exceptions.RequestError): 268 elif isinstance(retry_args.exc, exceptions.BadStatusCodeError): 271 elif isinstance(retry_args.exc, exceptions.RetryAfterError): 299 retry_func: Function to handle retries on exceptions. Arguments are 368 raise exceptions.RequestError( [all...] |
/frameworks/base/docs/html/sdk/api_diff/24/changes/ |
java.io.ObjectInputStream.GetField.html | 90 Change in exceptions thrown from (<code>java.io.IOException, java.lang.IllegalArgumentException</code>) to <code>java.io.IOException</code>.<br> 100 Change in exceptions thrown from (<code>java.io.IOException, java.lang.IllegalArgumentException</code>) to <code>java.io.IOException</code>.<br> 110 Change in exceptions thrown from (<code>java.io.IOException, java.lang.IllegalArgumentException</code>) to <code>java.io.IOException</code>.<br> 120 Change in exceptions thrown from (<code>java.io.IOException, java.lang.IllegalArgumentException</code>) to <code>java.io.IOException</code>.<br> 130 Change in exceptions thrown from (<code>java.io.IOException, java.lang.IllegalArgumentException</code>) to <code>java.io.IOException</code>.<br> 140 Change in exceptions thrown from (<code>java.io.IOException, java.lang.IllegalArgumentException</code>) to <code>java.io.IOException</code>.<br> 150 Change in exceptions thrown from (<code>java.io.IOException, java.lang.IllegalArgumentException</code>) to <code>java.io.IOException</code>.<br> 160 Change in exceptions thrown from (<code>java.io.IOException, java.lang.IllegalArgumentException</code>) to <code>java.io.IOException</code>.<br> 170 Change in exceptions thrown from (<code>java.io.IOException, java.lang.IllegalArgumentException</code>) to <code>java.io.IOException</code>.<br> 180 Change in exceptions thrown from (<code>java.io.IOException, java.lang.IllegalArgumentException</code>) to <code>java.i (…) [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
iostream.cpp | 255 // We don't want any exceptions being thrown here 256 ptr_cin->exceptions(0); 257 ptr_cout->exceptions(0); 258 ptr_cerr->exceptions(0); 259 ptr_clog->exceptions(0); 277 // We don't want any exceptions being thrown here 278 ptr_wcin->exceptions(0); 279 ptr_wcout->exceptions(0); 280 ptr_wcerr->exceptions(0); 281 ptr_wclog->exceptions(0) [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
RecognitionException.as | 36 * as flexible as possible, these exceptions are not created with strings, 40 * exceptions are built with the expected token type. 48 * ANTLR generates code that throws exceptions upon recognition error and 49 * also generates code to catch these exceptions in each rule. If you 54 * In general, the recognition exceptions can track where in a grammar a
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
RecognitionException.java | 35 * as flexible as possible, these exceptions are not created with strings, 39 * exceptions are built with the expected token type. 47 * ANTLR generates code that throws exceptions upon recognition error and 48 * also generates code to catch these exceptions in each rule. If you 53 * In general, the recognition exceptions can track where in a grammar a
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
RecognitionException.js | 4 * as flexible as possible, these exceptions are not created with strings, 8 * exceptions are built with the expected token type. 11 * <p>ANTLR generates code that throws exceptions upon recognition error and 12 * also generates code to catch these exceptions in each rule. If you 17 * <p>In general, the recognition exceptions can track where in a grammar a
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pep352.py | 3 import exceptions namespace 14 ["exceptions must derive from BaseException", 45 exc_set = set(x for x in dir(exceptions) if not x.startswith('_')) 84 try: # Some exceptions require arguments; just skip them 147 """Test usage of exceptions"""
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pep352.py | 3 import exceptions namespace 14 ["exceptions must derive from BaseException", 45 exc_set = set(x for x in dir(exceptions) if not x.startswith('_')) 84 try: # Some exceptions require arguments; just skip them 147 """Test usage of exceptions"""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pep352.py | 3 import exceptions namespace 14 ["exceptions must derive from BaseException", 45 exc_set = set(x for x in dir(exceptions) if not x.startswith('_')) 84 try: # Some exceptions require arguments; just skip them 147 """Test usage of exceptions"""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pep352.py | 3 import exceptions namespace 14 ["exceptions must derive from BaseException", 45 exc_set = set(x for x in dir(exceptions) if not x.startswith('_')) 84 try: # Some exceptions require arguments; just skip them 147 """Test usage of exceptions"""
|
/external/autotest/frontend/shared/ |
resource_lib.py | 3 import django.core.exceptions namespace 7 from autotest_lib.frontend.shared import exceptions, query_lib namespace 54 except django.core.exceptions.ObjectDoesNotExist, exc: 59 except exceptions.RequestError, exc: 169 raise exceptions.BadRequest('Unable to resolve remote URI %s' 176 raise exceptions.BadRequest('Unable to resolve URI %s' % uri) 187 raise exceptions.BadRequest('Unable to understand link %s' % link) 219 raise exceptions.BadRequest('Error decoding request body: ' 222 raise exceptions.BadRequest('Expected dict input, got %s: %r' % 236 raise exceptions.RequestError(415, 'Unsupported media type: %s [all...] |