Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 25 of 53) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp493 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR, member
546 results.reason = _URC_FATAL_PHASE1_ERROR; in scan_eh_tab()
555 results.reason = _URC_FATAL_PHASE1_ERROR; in scan_eh_tab()
566 results.reason = _URC_FATAL_PHASE2_ERROR; in scan_eh_tab()
574 results.reason = _URC_FATAL_PHASE1_ERROR; in scan_eh_tab()
581 results.reason = _URC_CONTINUE_UNWIND; in scan_eh_tab()
595 results.reason = _URC_CONTINUE_UNWIND; in scan_eh_tab()
655 results.reason = _URC_CONTINUE_UNWIND; in scan_eh_tab()
671 results.reason = _URC_HANDLER_FOUND; in scan_eh_tab()
675 results.reason = _URC_CONTINUE_UNWIND; in scan_eh_tab()
[all …]
Dcxa_exception.cpp130 exception_cleanup_func(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in exception_cleanup_func() argument
133 if (_URC_FOREIGN_EXCEPTION_CAUGHT != reason) in exception_cleanup_func()
666 dependent_exception_cleanup(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in dependent_exception_cleanup() argument
670 if (_URC_FOREIGN_EXCEPTION_CAUGHT != reason) in dependent_exception_cleanup()
/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc69 results.reason = _URC_FATAL_PHASE1_ERROR; in scanEHTable()
74 results.reason = _URC_FATAL_PHASE1_ERROR; in scanEHTable()
79 results.reason = _URC_FATAL_PHASE2_ERROR; in scanEHTable()
83 results.reason = _URC_FATAL_PHASE1_ERROR; in scanEHTable()
92 results.reason = _URC_CONTINUE_UNWIND; in scanEHTable()
126 results.reason = _URC_CONTINUE_UNWIND; in scanEHTable()
136 results.reason = _URC_HANDLER_FOUND; in scanEHTable()
140 results.reason = _URC_CONTINUE_UNWIND; in scanEHTable()
163 results.reason = _URC_HANDLER_FOUND; in scanEHTable()
195 results.reason = _URC_HANDLER_FOUND; in scanEHTable()
[all …]
Dpersonality.cc69 if (results.reason == _URC_HANDLER_FOUND) {
102 if (results.reason != _URC_HANDLER_FOUND)
115 if (results.reason == _URC_HANDLER_FOUND) {
Ddwarf_helper.h76 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR, member
Dcxxabi.cc49 void defaultExceptionCleanupFunc(_Unwind_Reason_Code reason, in defaultExceptionCleanupFunc() argument
/ndk/sources/cxx-stl/gabi++/include/
Dunwind-itanium.h58 typedef void (*_Unwind_Exception_Cleanup_Fn) (_Unwind_Reason_Code reason,
/ndk/sources/third_party/googletest/patches.ndk/
D0003-Allow-clone-usage-on-X86.patch23 -// on x86, for some reason.
D0001-Allow-clone-usage-on-MIPS.patch27 +// on x86, for some reason.
/ndk/docs/text/
DANDROID-ATOMICS.text25 If you can't use NDK r7b or later for some reason, read the section below.
54 reason, or a custom build system / toolchain), we recommend stopping from
DIMPORT-MODULE.text32 (The reason why it must be at the end is to avoid messing with
DANDROID-MK.text317 > For this reason, it's better to put additional includes after
634 > However, if for some reason you need to disable this check, set this
DSTANDALONE-TOOLCHAIN.text351 The reason the shared version of the libraries is not simply called
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dreinvoke13 # For some reason if we don't do this then the test fails for systems
/ndk/sources/host-tools/sed-4.2.1/
DBUGS36 command switch has been specified. More information on the reason
89 reason, sed will not let one use `-i' on a writeable file in a
126 (including UTF-8 locales). For this reason, GNU sed provides a `z'
DNEWS156 other cases give an error (you are hindering portability for no reason
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc376 void Abort(AbortReason reason);
470 void DeathTestImpl::Abort(AbortReason reason) { in Abort() argument
475 reason == TEST_DID_NOT_DIE ? kDeathTestLived : in Abort()
476 reason == TEST_THREW_EXCEPTION ? kDeathTestThrew : kDeathTestReturned; in Abort()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h124 virtual void Abort(AbortReason reason) = 0;
/ndk/sources/host-tools/make-3.81/glob/
DSMakefile47 # For some reason, Unix make wants the dependencies on the source files.
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h120 void (*exception_cleanup)(_Unwind_Reason_Code reason,
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dunit_test_main.ipp207 …results_reporter::get_stream() << "Boost.Test framework internal error: unknown reason" << std::en…
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-death-test_test.cc891 virtual void Abort(AbortReason reason) { in Abort() argument
892 parent_->abort_args_.push_back(reason); in Abort()
/ndk/sources/host-tools/make-3.81/tests/
DNEWS115 flush their output for some reason will still print all the
/ndk/sources/host-tools/make-3.81/
DREADME.W32247 package using SAMBA as my file server. The reason seems to be
DABOUT-NLS85 and therefore it will not be used. The reason is that even an

123