Searched
refs:exception (Results
2101 -
2125 of
4445) sorted by null
<<81828384858687888990>>
| /external/chromium-trace/catapult/devil/devil/android/sdk/ |
| gce_adb_wrapper.py | 116 logging.exception('Error when pulling files from android instance.')
|
| /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
| java_heap_profiler.py | 55 logging.exception('New exception caused by DeviceUtils conversion')
|
| tcpdump_profiler.py | 41 raise Exception('Unable to find TCPDump. Check your device is rooted ' 45 raise Exception( 56 logging.exception('New exception caused by DeviceUtils conversion') 78 raise Exception('Unable to execute TCPDump, please check your ' 86 raise Exception(
|
| /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
| compose.py | 23 from gslib.exception import CommandException
|
| cors.py | 24 from gslib.exception import CommandException
|
| hash.py | 25 from gslib.exception import CommandException
|
| lifecycle.py | 24 from gslib.exception import CommandException
|
| notification.py | 27 from gslib.exception import CommandException
|
| versioning.py | 22 from gslib.exception import CommandException
|
| web.py | 26 from gslib.exception import CommandException
|
| /external/chromium-trace/catapult/third_party/gsutil/gslib/ |
| ls_helper.py | 21 from gslib.exception import CommandException
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/ |
| exception.py | 1 from boto.exception import BotoServerError
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/ |
| cors.py | 24 from boto.exception import InvalidCorsError
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/ |
| bootstrap.py | 85 except Exception as e: 86 boto.log.info('git pull attempt failed with the following exception. Trying again in a bit. %s', e) 105 boto.log.exception('Problem Retrieving file: %s' % s3_file)
|
| copybot.py | 78 boto.log.exception('Error copying key: %s' % key.name)
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/ |
| awsqueryrequest.py | 27 import boto.exception namespace 74 class RequiredParamError(boto.exception.BotoClientError): 81 class EncoderError(boto.exception.BotoClientError): 87 class FilterError(boto.exception.BotoClientError): 241 and raising an exception, if not. 463 except Exception as e:
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/ |
| test_alias_resourcerecordsets.py | 28 from boto.route53.exception import DNSServerError
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/route53/ |
| test_connection.py | 26 from boto.exception import BotoServerError 28 from boto.route53.exception import DNSServerError 63 self.assertTrue('It failed.' in str(err.exception)) 112 self.assertTrue('It failed.' in str(err.exception))
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ |
| test_exception.py | 3 from boto.exception import BotoServerError, S3CreateError, JSONResponseError
|
| /external/clang/test/SemaCXX/ |
| constructor-initializer.cpp | 241 class A : public std::exception {}; // expected-error {{undeclared identifier}} expected-error {{expected class name}}
|
| /external/clang/test/SemaTemplate/ |
| instantiate-exception-spec-cxx11.cpp | 3 // DR1330: an exception specification for a function template is only 9 template<typename T> void f1(T*) throw(T); // expected-error{{incomplete type 'Incomplete' is not allowed in exception specification}} 14 f1(incomplete_p); // expected-note{{instantiation of exception spec}} 31 // expected-note 9{{instantiation of exception spec}} 33 decltype(S<0>::recurse()) *pVoid1 = 0; // ok, exception spec not needed 34 decltype(&S<0>::recurse) pFn = 0; // ok, exception spec not needed 37 void (*pFn2)() noexcept = &S<0>::recurse; // expected-note {{instantiation of exception spec}} expected-error {{not superset}} 53 // expected-note {{instantiation of exception spec}} 59 S().f<int>(); // expected-note {{instantiation of exception spec}} 109 template <typename T> void f1(T) throw(typename T::exception); // expected-note {{candidate} [all...] |
| /external/deqp/executor/tools/ |
| xeExtractSampleLists.cpp | 170 catch (const std::exception& e)
|
| /external/deqp/framework/platform/android/ |
| tcuAndroidPlatformCapabilityQueryJNI.cpp | 67 TCU_THROW(Exception, "failed to parse command line"); 110 TCU_THROW(Exception, "minor and major version must be supplied"); 134 TCU_THROW(Exception, "could not get default display"); 140 TCU_THROW(Exception, "failed to initialize egl"); 209 catch (const std::exception& ex) 211 // don't bother forwarding the exception to the caller. They cannot do anything with the exception anyway.
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.equinox.event_1.2.0.v20100503.jar | |
| /external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
| gtest-death-test-internal.h | 164 } catch (const ::std::exception& gtest_exception) { \ 167 "\n%s: Caught std::exception-derived exception escaping the " \ 168 "death test statement. Exception message: %s\n", \
|
Completed in 1688 milliseconds
<<81828384858687888990>>