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

<<919293949596979899100>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
exceptions.py 22 from boto.exception import JSONResponseError
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
sequence.py 22 from boto.exception import SDBResponseError
test_db.py 9 from boto.exception import SDBPersistenceError
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
service.py 156 except Exception:
157 boto.log.exception('Service Failed')
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/
message.py 74 from boto.exception import SQSDecodeError
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/devpay/
test_s3.py 33 from boto.exception import S3PermissionsError
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/
test_connection.py 35 from boto.exception import EC2ResponseError
202 self.fail("Should have gotten an exception")
212 self.fail("Should have gotten an exception")
228 self.fail("Should have gotten an exception")
237 self.fail("Should have gotten an exception")
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
test_storage_uri.py 31 from boto.exception import BotoClientError
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/
test_zone.py 29 from boto.exception import TooManyRecordsException
151 self.zone.add_a('exception.%s' % self.base_domain, '4.3.2.1',
153 self.zone.add_a('exception.%s' % self.base_domain, '8.7.6.5',
156 lambda: self.zone.get_a('exception.%s' %
158 self.zone.delete_a('exception.%s' % self.base_domain, all=True)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
mock_storage_service.py 292 raise boto.exception.StorageResponseError(404, 'Not Found')
378 raise boto.exception.StorageCreateError(
388 raise boto.exception.StorageResponseError(
394 raise boto.exception.StorageResponseError(404, 'NoSuchBucket',
test_multidelete.py 35 from boto.exception import S3ResponseError
test_versioning.py 31 from boto.exception import S3ResponseError
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_networkinterface.py 26 from boto.exception import BotoClientError
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
test_bucket.py 8 from boto.exception import BotoClientError
test_key.py 28 from boto.exception import BotoServerError
229 class CustomException(Exception): pass
234 # Ensure our exception gets raised instead of a file or IO error
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
service.py 189 except Exception as err:
190 logging.exception('Encountered unexpected error from ProtoRPC '
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
json_util.py 132 logging.exception("Could not serialize JSON: %r", _json)
  /external/deqp/execserver/
xsExecutionServer.cpp 172 catch (const std::exception& e)
xsPosixTestProcess.cpp 257 catch (const std::exception& e)
322 return 0; // \todo [2013-08-13 pyry] Throw exception?
  /external/deqp/executor/tools/
xeExtractShaderPrograms.cpp 243 catch (const std::exception& e)
xeExtractValues.cpp 299 catch (const std::exception& e)
xeMergeTestLogs.cpp 210 catch (const std::exception& e)
  /external/deqp/framework/common/
tcuThreadUtil.cpp 143 // Got exception event failed
218 catch (const tcu::Exception& e)
220 newMessage() << "tcu::Exception '" << e.what() << "'" << Message::End;
224 catch (const std::exception& error)
226 newMessage() << "std::exception '" << error.what() << "'" << Message::End;
232 newMessage() << "Unkown exception" << Message::End;
  /external/deqp/framework/platform/android/
tcuAndroidExecService.cpp 53 throw InternalError("JNI Exception", DE_NULL, file, line);
263 return 0; // \todo [2013-08-13 pyry] Throw exception?
339 catch (const std::exception& e)
tcuAndroidPlatform.cpp 276 catch (const std::exception& e)

Completed in 961 milliseconds

<<919293949596979899100>>