/external/chromium-trace/catapult/telemetry/telemetry/internal/util/ |
D | exception_formatter.py | 17 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/ |
D | unwind-internal.h | 65 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()
|
D | RaiseException.c | 32 uint64_t exception_class = exception_object->exception_class; in _Unwind_RaiseException() local 73 exception_class, exception_object, in _Unwind_RaiseException()
|
/external/libunwind_llvm/src/ |
D | Unwind-sjlj.c | 96 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()
|
D | UnwindLevel1.c | 95 (*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/ |
D | cxa_default_handlers.cpp | 39 (unwind_exception->exception_class & get_vendor_and_language) == in default_terminate_handler() 44 unwind_exception->exception_class == kOurDependentExceptionClass ? in default_terminate_handler()
|
D | cxa_exception.cpp | 80 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()
|
D | cxa_personality.cpp | 489 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()
|
D | cxa_handlers.cpp | 96 (unwind_exception->exception_class & get_vendor_and_language) == in terminate()
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
D | exception_formatter.py | 22 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/ |
D | layer1.py | 372 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/ |
D | layer1.py | 378 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/ |
D | layer1.py | 445 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/ |
D | layer1.py | 547 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/ |
D | layer1.py | 637 exception_class = self._faults.get(fault_name, self.ResponseError) 638 raise exception_class(response.status, response.reason,
|
/external/libunwind_llvm/include/ |
D | unwind.h | 70 uint64_t exception_class; member 119 uint64_t exception_class; member
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/directconnect/ |
D | layer1.py | 625 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/ |
D | layer1.py | 865 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/ |
D | layer1.py | 574 exception_class = self._faults.get(fault_name, self.ResponseError) 575 raise exception_class(response.status, response.reason,
|
/external/libunwind/include/ |
D | unwind.h | 79 uint64_t exception_class; member
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/support/ |
D | layer1.py | 672 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/ |
D | layer1.py | 872 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/ |
D | layer1.py | 746 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/ |
D | layer1.py | 781 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/ |
D | layer1.py | 896 exception_class = self._faults.get(fault_name, self.ResponseError) 897 raise exception_class(response.status, response.reason,
|