Searched refs:__except (Results 1 - 25 of 49) sorted by path

12

/external/bison/lib/
H A Dmsvc-inval.h107 /* A compiler that supports __try/__except, as described in the page
110 With __try/__except, we can use the multithread-safe exception handling. */
132 __except (GetExceptionCode () == STATUS_GNULIB_INVALID_PARAMETER \
/external/chromium_org/base/threading/
H A Dplatform_thread_win.cc42 } __except(EXCEPTION_CONTINUE_EXECUTION) { function
/external/chromium_org/base/win/
H A Dwrapped_window_proc.h77 } __except(CallExceptionFilter(GetExceptionInformation())) {
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist_interceptions.cc152 } __except((GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION || function
260 } __except(GenerateCrashDump(GetExceptionInformation())) {
/external/chromium_org/chrome_elf/
H A Dchrome_elf_main.cc24 } __except(GenerateCrashDump(GetExceptionInformation())) {
/external/chromium_org/components/crash/app/
H A Dbreakpad_win.cc305 } __except(EXCEPTION_EXECUTE_HANDLER) { function
/external/chromium_org/device/bluetooth/
H A Dbluetooth_init_win.cc35 } __except(FilterVisualCPPExceptions(::GetExceptionCode())) {
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread.h1294 * Redefine the SEH __except keyword to ensure that applications
1297 #define __except( E ) \ macro
1298 __except( ( GetExceptionCode() == ptw32_get_exception_services_code() ) \
H A Dptw32_threadStart.c193 __except (ExceptionFilter (GetExceptionInformation (), ei))
/external/chromium_org/sandbox/win/src/
H A Dcrosscall_client.h154 __except(EXCEPTION_EXECUTE_HANDLER) { function
267 __except(EXCEPTION_EXECUTE_HANDLER) { function
H A Dcrosscall_params.h251 __except(EXCEPTION_EXECUTE_HANDLER) { function
H A Dcrosscall_server.cc166 } __except(EXCEPTION_EXECUTE_HANDLER) { function
H A Dfilesystem_interception.cc83 } __except(EXCEPTION_EXECUTE_HANDLER) { function
151 } __except(EXCEPTION_EXECUTE_HANDLER) { function
321 } __except(EXCEPTION_EXECUTE_HANDLER) { function
H A Dhandle_closer_agent.cc26 } __except(GetExceptionCode() == STATUS_INVALID_HANDLE ?
H A Dprocess_thread_interception.cc57 } __except(EXCEPTION_EXECUTE_HANDLER) { function
92 } __except(EXCEPTION_EXECUTE_HANDLER) { function
135 } __except(EXCEPTION_EXECUTE_HANDLER) { function
162 } __except(EXCEPTION_EXECUTE_HANDLER) { function
207 } __except(EXCEPTION_EXECUTE_HANDLER) { function
252 } __except(EXCEPTION_EXECUTE_HANDLER) { function
H A Dregistry_interception.cc87 } __except(EXCEPTION_EXECUTE_HANDLER) { function
140 } __except(EXCEPTION_EXECUTE_HANDLER) { function
H A Dsandbox_nt_util.cc202 } __except(EXCEPTION_EXECUTE_HANDLER) { function
212 } __except(EXCEPTION_EXECUTE_HANDLER) { function
256 } __except(EXCEPTION_EXECUTE_HANDLER) { function
388 } __except(EXCEPTION_EXECUTE_HANDLER) { function
H A Dsync_interception.cc101 } __except(EXCEPTION_EXECUTE_HANDLER) { function
153 } __except(EXCEPTION_EXECUTE_HANDLER) { function
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc515 // This function is useful as an __except condition.
2348 } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe_unittest.h1262 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) {
1272 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc804 // This function is useful as an __except condition.
1995 // This function is useful as an __except condition.
3548 } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Darm_cpudetect.c87 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) {
98 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) {
109 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) {
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc507 // This function is useful as an __except condition.
2076 } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
/external/chromium_org/third_party/opus/src/celt/arm/
H A Darmcpu.c64 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
73 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
82 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
/external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
H A DCallstacker.cpp299 || tokens[i] == "__except"

Completed in 1791 milliseconds

12