Home
last modified time | relevance | path

Searched refs:exception_code (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
DParcel.cpp1056 int32_t exception_code = readAligned<int32_t>(); in readExceptionCode() local
1057 if (exception_code == EX_HAS_REPLY_HEADER) { in readExceptionCode()
1066 return exception_code; in readExceptionCode()
/frameworks/compile/mclinker/utils/gtest/src/
Dgtest-all.cpp794 static int GTestShouldProcessSEH(DWORD exception_code);
1812 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument
1827 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH()
1829 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH()
3322 static internal::String* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument
3326 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()