Home
last modified time | relevance | path

Searched refs:exception_class (Results 1 – 25 of 36) sorted by relevance

12

/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
Dexception_formatter.py17 def PrintFormattedException(exception_class=None, exception=None, tb=None, argument
20 (exception_class, exception, tb))
21 assert bool(exception_class) == bool(exception) == bool(tb), (
24 if not exception_class:
25 exception_class, exception, tb = sys.exc_info()
27 if exception_class == exceptions.IntentionalException:
37 exception_list = traceback.format_exception_only(exception_class, exception)
/external/libunwind/src/unwind/
Dunwind-internal.h65 uint64_t exception_class = exception_object->exception_class; in _Unwind_Phase2() local
100 reason = (*stop) (_U_VERSION, actions, exception_class, in _Unwind_Phase2()
133 reason = (*personality) (_U_VERSION, actions, exception_class, in _Unwind_Phase2()
DRaiseException.c32 uint64_t exception_class = exception_object->exception_class; in _Unwind_RaiseException() local
73 exception_class, exception_object, in _Unwind_RaiseException()
/external/libunwind_llvm/src/
DUnwind-sjlj.c96 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
154 (*c->personality)(1, action, exception_object->exception_class, in unwind_phase2()
214 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
233 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
269 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
DUnwindLevel1.c95 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
193 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2()
278 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
298 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
334 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
/external/libcxxabi/src/
Dcxa_default_handlers.cpp39 (unwind_exception->exception_class & get_vendor_and_language) == in default_terminate_handler()
44 unwind_exception->exception_class == kOurDependentExceptionClass ? in default_terminate_handler()
Dcxa_exception.cpp80 unwind_exception->exception_class = kOurExceptionClass; in setExceptionClass()
84 unwind_exception->exception_class = kOurDependentExceptionClass; in setDependentExceptionClass()
89 return (unwind_exception->exception_class & get_vendor_and_language) == in isOurExceptionClass()
94 return (unwind_exception->exception_class & 0xFF) == 0x01; in isDependentException()
Dcxa_personality.cpp489 if (unwind_exception->exception_class == kOurDependentExceptionClass) in get_thrown_object_ptr()
1067 bool native_exception = (unwind_exception->exception_class & get_vendor_and_language) == in __gxx_personality_v0()
1173 (unwind_exception->exception_class & get_vendor_and_language) == in __cxa_call_unexpected()
1237 (new_exception_header->unwindHeader.exception_class & get_vendor_and_language) == in __cxa_call_unexpected()
1245 … new_exception_header->unwindHeader.exception_class == kOurDependentExceptionClass ? in __cxa_call_unexpected()
Dcxa_handlers.cpp96 (unwind_exception->exception_class & get_vendor_and_language) == in terminate()
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dexception_formatter.py22 exception_class, exception, tb = sys.exc_info()
31 exception_list = traceback.format_exception_only(exception_class, exception)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudtrail/
Dlayer1.py372 exception_class = self._faults.get(fault_name, self.ResponseError)
373 raise exception_class(response.status, response.reason,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/configservice/
Dlayer1.py378 exception_class = self._faults.get(fault_name, self.ResponseError)
379 raise exception_class(response.status, response.reason,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudhsm/
Dlayer1.py445 exception_class = self._faults.get(fault_name, self.ResponseError)
446 raise exception_class(response.status, response.reason,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/identity/
Dlayer1.py547 exception_class = self._faults.get(fault_name, self.ResponseError)
548 raise exception_class(response.status, response.reason,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/datapipeline/
Dlayer1.py637 exception_class = self._faults.get(fault_name, self.ResponseError)
638 raise exception_class(response.status, response.reason,
/external/libunwind_llvm/include/
Dunwind.h70 uint64_t exception_class; member
119 uint64_t exception_class; member
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/directconnect/
Dlayer1.py625 exception_class = self._faults.get(fault_name, self.ResponseError)
626 raise exception_class(response.status, response.reason,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/domains/
Dlayer1.py865 exception_class = self._faults.get(fault_name, self.ResponseError)
866 raise exception_class(response.status, response.reason,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/logs/
Dlayer1.py574 exception_class = self._faults.get(fault_name, self.ResponseError)
575 raise exception_class(response.status, response.reason,
/external/libunwind/include/
Dunwind.h79 uint64_t exception_class; member
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/support/
Dlayer1.py672 exception_class = self._faults.get(fault_name, self.ResponseError)
673 raise exception_class(response.status, response.reason,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kinesis/
Dlayer1.py872 exception_class = self._faults.get(fault_name, self.ResponseError)
873 raise exception_class(response.status, response.reason,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2containerservice/
Dlayer1.py746 exception_class = self._faults.get(fault_name, self.ResponseError)
747 raise exception_class(response.status, response.reason,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
Dlayer1.py781 exception_class = self._faults.get(fault_name, self.ResponseError)
782 raise exception_class(response.status, response.reason,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/codedeploy/
Dlayer1.py896 exception_class = self._faults.get(fault_name, self.ResponseError)
897 raise exception_class(response.status, response.reason,

12