HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 851 - 875 of 8688) sorted by null

<<31323334353637383940>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
credentials_lib.py 21 from apitools.base.py import exceptions namespace
108 raise exceptions.CredentialsError('Could not create valid credentials')
156 raise exceptions.CommunicationError(
199 except exceptions.Error:
265 raise exceptions.ResourceUnavailableError(
268 raise exceptions.ResourceUnavailableError(
275 raise exceptions.CredentialsError(
320 except exceptions.CommunicationError:
329 raise exceptions.CredentialsError(
377 raise exceptions.ResourceUnavailableError
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_exceptions.py 1 # Python test set -- part 5, built-in exceptions
17 # Reloading the built-in exceptions module failed prior to Py2.2, while it
21 import exceptions namespace
22 reload(exceptions)
24 self.fail("reloading exceptions: %s" % e)
287 self.assertEqual(type(e).__module__, 'exceptions')
515 """Check same msg for built-in exceptions"""
516 # These exceptions implement a __str__ method that uses the args
519 exceptions = [
528 for exception in exceptions
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_exceptions.py 1 # Python test set -- part 5, built-in exceptions
17 # Reloading the built-in exceptions module failed prior to Py2.2, while it
21 import exceptions namespace
22 reload(exceptions)
24 self.fail("reloading exceptions: %s" % e)
287 self.assertEqual(type(e).__module__, 'exceptions')
515 """Check same msg for built-in exceptions"""
516 # These exceptions implement a __str__ method that uses the args
519 exceptions = [
528 for exception in exceptions
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 1 # Python test set -- part 5, built-in exceptions
17 # Reloading the built-in exceptions module failed prior to Py2.2, while it
21 import exceptions namespace
22 reload(exceptions)
24 self.fail("reloading exceptions: %s" % e)
287 self.assertEqual(type(e).__module__, 'exceptions')
515 """Check same msg for built-in exceptions"""
516 # These exceptions implement a __str__ method that uses the args
519 exceptions = [
528 for exception in exceptions
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 1 # Python test set -- part 5, built-in exceptions
17 # Reloading the built-in exceptions module failed prior to Py2.2, while it
21 import exceptions namespace
22 reload(exceptions)
24 self.fail("reloading exceptions: %s" % e)
287 self.assertEqual(type(e).__module__, 'exceptions')
515 """Check same msg for built-in exceptions"""
516 # These exceptions implement a __str__ method that uses the args
519 exceptions = [
528 for exception in exceptions
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 198 // c) Recurrence exceptions that fall in the window. These will be
200 // d) Recurrence exceptions that modify an instance inside the
433 // be subject to exceptions. They have:
435 // c) Exceptions that fall in the window. They have:
438 // d) Recurrence exceptions that modify an instance inside the
444 // exceptions. We do this by iterating over the list and for each
471 // the original one. We do this both for exceptions that
472 // change the original instance as well as for exceptions
489 // been subject to exceptions.
490 // c) Exceptions that fall in the window. They will hav
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 62 * Gets the list of thrown exceptions for a given method.
65 * @return {@code non-null;} the list of thrown exceptions
69 AttExceptions exceptions = (AttExceptions) local
72 if (exceptions == null) {
76 return exceptions.getExceptions();
148 * of the method-specific attribute {@code Exceptions}.
155 TypeList exceptions = getExceptions(method); local
157 if (exceptions.size() != 0) {
159 AnnotationUtils.makeThrows(exceptions);
  /external/javassist/src/main/javassist/
CtNewMethod.java 91 * @param exceptions a list of the exception types.
101 CtClass[] exceptions,
105 return make(Modifier.PUBLIC, returnType, mname, parameters, exceptions,
117 * @param exceptions a list of the exception types.
128 CtClass[] exceptions,
136 cm.setExceptionTypes(exceptions);
195 * @param exceptions a list of the exception types
203 CtClass[] exceptions,
208 cm.setExceptionTypes(exceptions);
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpexceptions.py 10 This module processes Python exceptions that relate to HTTP exceptions
11 by defining a set of exceptions, all subclasses of HTTPException, and a
12 request handler (`middleware`) that catches these exceptions and turns
15 This module defines exceptions according to RFC 2068 [1]_ : codes with
25 Exceptions in the 5xx range and those raised after ``start_response``
102 example, codes in the 300's are exceptions in that they interrupt
118 raise exceptions may want to provide additional detail.
177 assert self.code, "Do not directly instantiate abstract exceptions."
593 # abstract HTTP related exceptions
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ClassFileWriter.java 339 * @param exceptions throws clause. It may be null.
345 String[] exceptions, AttributeWriter aw) {
349 if (exceptions == null)
352 intfs = constPool.addClassInfo(exceptions);
363 * @param exceptions throws clause. indexes indicating <code>CONSTANT_Class_info</code>s.
367 public void begin(int accessFlags, int name, int descriptor, int[] exceptions, AttributeWriter aw) {
375 if (exceptions != null)
380 if (exceptions != null)
381 writeThrows(exceptions);
396 private void writeThrows(int[] exceptions) {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SocketChannelTest.java     [all...]
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.benchmark.html 43 <dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException</a>)
233 <font color="#000000" face="helvetica, arial"><a name="InvalidOptionsError">class <strong>InvalidOptionsError</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr>
240 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
241 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
layer1.py 28 from boto.redshift import exceptions namespace
66 "SnapshotCopyAlreadyDisabled": exceptions.SnapshotCopyAlreadyDisabled,
67 "ClusterNotFound": exceptions.ClusterNotFound,
68 "UnknownSnapshotCopyRegion": exceptions.UnknownSnapshotCopyRegion,
69 "InvalidClusterSubnetState": exceptions.InvalidClusterSubnetState,
70 "InvalidSubnet": exceptions.InvalidSubnet,
71 "ReservedNodeQuotaExceeded": exceptions.ReservedNodeQuotaExceeded,
72 "InvalidClusterState": exceptions.InvalidClusterState,
73 "HsmClientCertificateQuotaExceeded": exceptions.HsmClientCertificateQuotaExceeded,
74 "SubscriptionCategoryNotFound": exceptions.SubscriptionCategoryNotFound
    [all...]
  /external/autotest/client/cros/networking/
mm1_proxy.py 18 return (isinstance(e, dbus.exceptions.DBusException) and
26 """Exceptions raised by ModemManager1ProxyError and it's children."""
61 except dbus.exceptions.DBusException as e:
124 except dbus.exceptions.DBusException as e:
141 except dbus.exceptions.DBusException as e:
239 except dbus.exceptions.DBusException as e:
  /external/guava/guava/src/com/google/common/cache/
LoadingCache.java 66 * exceptions, then prefer {@link #getUnchecked} over this method.
82 * only be used in situations where checked exceptions are not thrown by the cache loader.
94 * <p><b>Warning:</b> this method silently converts checked exceptions to unchecked exceptions,
95 * and should not be used with cache loaders which throw checked exceptions. In such cases use
135 * used as a {@code Function} only with cache loaders that throw only unchecked exceptions.)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/io/
ios_state.hpp 142 : s_save_( s ), a_save_( s.exceptions() )
149 : s_save_( s ), a_save_( s.exceptions() )
150 { s.exceptions(a); }
155 { s_save_.exceptions( a_save_ ); }
363 , a5_save_( s.exceptions() ), a6_save_( s.tie() )
381 s_save_.exceptions( a5_save_ );
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
permmap.py 161 Exceptions:
181 Exceptions:
203 Exceptions:
223 Exceptions:
318 Exceptions:
346 Exceptions:
  /external/libcxxabi/src/
cxa_exception.cpp 355 This routine can catch foreign or native exceptions. If native, the exception
361 * Push the exception on the stack of currently-caught exceptions if it is not
373 * Push the exception on the stack of currently-caught exceptions only if the
475 // Remove from the chain of uncaught exceptions
488 // Remove from the chain of uncaught exceptions
491 // between dependent and primary exceptions
522 // However watch out for foreign exceptions. Return null for them.
527 return NULL; // If there have never been any exceptions, there are none now.
536 // 2.5.4 Rethrowing Exceptions
537 /* This routine can rethrow native or foreign exceptions
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 355 This routine can catch foreign or native exceptions. If native, the exception
361 * Push the exception on the stack of currently-caught exceptions if it is not
373 * Push the exception on the stack of currently-caught exceptions only if the
475 // Remove from the chain of uncaught exceptions
488 // Remove from the chain of uncaught exceptions
491 // between dependent and primary exceptions
522 // However watch out for foreign exceptions. Return null for them.
527 return NULL; // If there have never been any exceptions, there are none now.
536 // 2.5.4 Rethrowing Exceptions
537 /* This routine can rethrow native or foreign exceptions
    [all...]
  /bionic/tools/bionicbb/
tasks.py 77 # We run in a loop because some of the exceptions thrown here mean we just
79 # API exceptions), process_changes catches the error and returns normally.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Exceptions.java 25 public final class Exceptions {
130 private Exceptions() {
  /dalvik/dx/src/com/android/dx/rop/code/
Exceptions.java 25 public final class Exceptions {
130 private Exceptions() {
  /development/tools/mkstubs/src/com/android/mkstubs/
FilterClassAdapter.java 100 String signature, String[] exceptions) {
127 return super.visitMethod(access, name, desc, signature, exceptions);
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
ClassSourcer.java 129 String[] exceptions) {
132 return new MethodSourcer(mOutput, mClassName, access, name, desc, signature, exceptions);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
MathIllegalArgumentException.java 26 * Base class for all preconditions violation exceptions.
28 * as a base class to create all the exceptions that share the semantics of

Completed in 2881 milliseconds

<<31323334353637383940>>