Home
last modified time | relevance | path

Searched defs:reason (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Ddwarf_helper.h76 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR, member
Dcxxabi.cc49 void defaultExceptionCleanupFunc(_Unwind_Reason_Code reason, in defaultExceptionCleanupFunc()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp130 exception_cleanup_func(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in exception_cleanup_func()
669 dependent_exception_cleanup(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in dependent_exception_cleanup()
Dcxa_personality.cpp501 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR, member
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc470 void DeathTestImpl::Abort(AbortReason reason) { in Abort()
/ndk/tests/
Dtests.py149 def __init__(self, test_name, reason): argument
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-death-test_test.cc891 virtual void Abort(AbortReason reason) { in Abort()