HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 2726 - 2750 of 4445) sorted by null

<<101102103104105106107108109110>>

  /external/autotest/client/common_lib/cros/
autoupdater.py 54 # exception is delta update URLs, which are rooted under the version; e.g.,
216 except Exception as e:
443 except Exception as e:
638 exception=ChromiumOSError(),
  /external/autotest/client/cros/networking/
android_xmlrpc_server.py 118 except Exception as e:
138 class XmlRpcServerError(Exception):
187 def __exit__(self, exception, value, traceback):
279 except Exception as e:
325 except Exception as e:
342 except Exception as e:
424 except Exception as e:
  /external/autotest/client/site_tests/network_MobileSuspendResume/
network_MobileSuspendResume.py 92 exception=error.TestFail(
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java 33 import org.bouncycastle.jce.exception.ExtCertPathValidatorException;
115 // emulate CRL exception message in RFC3280CertPathUtilities.checkCRLs
305 // emulate CRL exception message in RFC3280CertPathUtilities.checkCRLs
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser_unittest.py 27 class IntentionalException(Exception):
226 self.assertIn('Boom!', context.exception.message)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
cp.py 35 from gslib.exception import CommandException
676 """Simple exception handler to allow post-completion status."""
679 cls.logger.debug('\n\nEncountered exception while copying:\n%s\n',
684 """Simple exception handler to allow post-completion status."""
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_command_runner.py 29 from gslib.exception import CommandException
378 # Ensure exception is raised.
384 # Ensure exception is raised.
421 # Looking up software version shouldn't get auth failure exception.
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
wildcard_iterator.py 32 from gslib.exception import CommandException
544 # 1. Raise an exception and try to catch in a higher layer (the
546 # option. That doesn't work because raising an exception during
549 # during iteration, then raise at the end, with exception text
553 # end of the iteration and raise the exception - which would cause
620 """Exception raised for invalid wildcard URLs."""
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
__init__.py 35 from boto.cloudfront.exception import CloudFrontServerError
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/codedeploy/
layer1.py 27 from boto.exception import JSONResponseError
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
layer1.py 28 from boto.exception import DynamoDBResponseError
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
securitygroup.py 27 from boto.exception import BotoClientError
76 raise Exception(
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2containerservice/
layer1.py 27 from boto.exception import JSONResponseError
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elastictranscoder/
layer1.py 23 from boto.exception import JSONResponseError
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/
connection.py 27 from boto.fps.exception import ResponseErrorFactory
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kms/
layer1.py 27 from boto.exception import JSONResponseError
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
zone.py 28 from boto.exception import TooManyRecordsException
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
connection.py 29 from boto.exception import SDBResponseError
253 :py:class:`boto.exception.SDBResponseError` if ``validate`` is
268 ``True`` and no match was found (instead of raising an exception).
338 :raises: :class:`boto.exception.SDBResponseError` when an invalid
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/
layer1.py 30 from boto.exception import SWFResponseError
54 # an exception class more specific than SWFResponseError.
143 # Certain faults get mapped to more specific exception classes.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_bucket.py 33 from boto.exception import S3ResponseError
156 except Exception as e:
157 self.fail("Wrong exception raised (expected S3ResponseError): %s"
160 self.fail("Expected S3ResponseError, but no exception raised.")
  /external/deqp/executor/tools/
xeBatchResultToXml.cpp 393 catch (const std::exception& e)
  /external/deqp/framework/common/
tcuTestLog.hpp 455 inline TestLog& operator<< (TestLog& log, const std::exception& e)
  /external/deqp/framework/randomshaders/
rsgStatement.cpp 166 catch (const std::exception&)
  /external/deqp/modules/egl/
teglMultiThreadTests.cpp 205 catch (const std::exception& e)
207 getLog() << ThreadLog::BeginMessage << "Got exception: '" << e.what() << "'" << ThreadLog::EndMessage;
211 getLog() << ThreadLog::BeginMessage << "Unknown exception" << ThreadLog::EndMessage;
1121 catch (const std::exception&)
1148 catch (const std::exception&)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 

Completed in 1658 milliseconds

<<101102103104105106107108109110>>