Home
last modified time | relevance | path

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

123

/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dunwindtest.cc68 } catch (int exception_code) in main() local
70 CHECK(exception_code == 9); in main()
109 } catch (int exception_code) in main() local
111 CHECK(exception_code == 255); in main()
Dunwindtest_ffi_call.cc46 } catch (int exception_code) in main() local
48 CHECK(exception_code == 9); in main()
/external/libffi/testsuite/libffi.closures/
Dunwindtest.cc68 } catch (int exception_code) in main() local
70 CHECK(exception_code == 9); in main()
109 } catch (int exception_code) in main() local
111 CHECK(exception_code == 255); in main()
Dunwindtest_ffi_call.cc46 } catch (int exception_code) in main() local
48 CHECK(exception_code == 9); in main()
/external/libffi/testsuite/libffi.call/
Dunwindtest.cc68 } catch (int exception_code) in main() local
70 CHECK(exception_code == 9); in main()
109 } catch (int exception_code) in main() local
111 CHECK(exception_code == 255); in main()
Dunwindtest_ffi_call.cc46 } catch (int exception_code) in main() local
48 CHECK(exception_code == 9); in main()
/external/google-breakpad/src/client/mac/crash_generation/
Dcrash_generation_client.cc39 int exception_code, in RequestDumpForException() argument
54 info.exception_code = exception_code; in RequestDumpForException()
Dcrash_generation_server.cc125 if (info.exception_type && info.exception_code) { in WaitForOneMessage()
127 info.exception_code, in WaitForOneMessage()
Dcrash_generation_client.h47 int exception_code,
Dcrash_generation_server.h53 int32_t exception_code; member
DInspector.h56 int exception_code; member
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc351 int exception_code, in WriteMinidumpWithException() argument
367 exception_code, in WriteMinidumpWithException()
375 if (exception_type && exception_code) { in WriteMinidumpWithException()
382 exception_code, in WriteMinidumpWithException()
400 if (exception_type && exception_code) { in WriteMinidumpWithException()
406 md.SetExceptionInformation(exception_type, exception_code, in WriteMinidumpWithException()
526 int exception_code = 0; in WaitForMessage() local
531 exception_code = EXC_I386_BPT; in WaitForMessage()
533 exception_code = EXC_PPC_BREAKPOINT; in WaitForMessage()
535 exception_code = EXC_ARM_BREAKPOINT; in WaitForMessage()
[all …]
Dexception_handler.h97 int exception_code,
190 int exception_code,
/external/google-breakpad/src/client/windows/crash_generation/
Dminidump_generator.cc71 DWORD* exception_code);
118 DWORD exception_code; in CollectHandleData() local
119 if (!ReadExceptionCode(process_handle, exception_pointers, &exception_code)) { in CollectHandleData()
126 if (exception_code != STATUS_INVALID_HANDLE) { in CollectHandleData()
205 DWORD* exception_code) { in ReadExceptionCode() argument
217 exception_code, in ReadExceptionCode()
218 sizeof(*exception_code), in ReadExceptionCode()
/external/google-breakpad/src/client/ios/
Dexception_handler_no_mach.cc119 int exception_code, in WriteMinidumpWithException() argument
134 exception_code, in WriteMinidumpWithException()
150 if (exception_type && exception_code) { in WriteMinidumpWithException()
156 md.SetExceptionInformation(exception_type, exception_code, in WriteMinidumpWithException()
Dexception_handler_no_mach.h75 int exception_code,
127 int exception_code,
DBreakpad.h61 int exception_code,
/external/google-breakpad/src/processor/
Dexploitability_win.cc102 uint32_t exception_code = raw_exception->exception_record.exception_code; in CheckPlatformExploitability() local
124 switch (exception_code) { in CheckPlatformExploitability()
Dminidump_processor.cc121 exception->exception()->exception_record.exception_code, in Process()
745 uint32_t exception_code = raw_exception->exception_record.exception_code; in GetCrashReason() local
748 snprintf(reason_string, sizeof(reason_string), "0x%08x / %s", exception_code, in GetCrashReason()
758 switch (exception_code) { in GetCrashReason()
807 switch (exception_code) { in GetCrashReason()
1144 switch (exception_code) { in GetCrashReason()
1317 switch (exception_code) { in GetCrashReason()
1521 switch (exception_code) { in GetCrashReason()
1650 switch (exception_code) { in GetCrashReason()
/external/uwb/src/rust/uci_hal_android/
Derror.rs54 Error::BinderStatus(e) => exception_code_to_uwb_error(e.exception_code()), in from()
118 fn exception_code_to_uwb_error(exception_code: ExceptionCode) -> UwbCoreError { in exception_code_to_uwb_error()
119 match exception_code { in exception_code_to_uwb_error()
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.h66 int exception_code,
DBreakpad.mm185 int exception_code,
190 int exception_code,
266 int exception_code,
277 exception_code,
680 int exception_code,
685 exception_code,
714 info.exception_code = exception_code;
/external/google-breakpad/src/client/mac/tests/
DBreakpadFramework_Test.mm65 int exception_code,
70 int exception_code,
76 andCode:exception_code
Dexception_handler_test.cc138 raw_exception->exception_record.exception_code); in InProcessCrash()
143 raw_exception->exception_record.exception_code); in InProcessCrash()
234 raw_exception->exception_record.exception_code); in TEST_F()
/external/webp/swig/
Dlibwebp_java_wrap.c208 SWIG_JavaExceptionCodes exception_code = SWIG_JavaUnknownError; in SWIG_JavaException() local
211 exception_code = SWIG_JavaOutOfMemoryError; in SWIG_JavaException()
214 exception_code = SWIG_JavaIOException; in SWIG_JavaException()
218 exception_code = SWIG_JavaRuntimeException; in SWIG_JavaException()
222 exception_code = SWIG_JavaIndexOutOfBoundsException; in SWIG_JavaException()
225 exception_code = SWIG_JavaArithmeticException; in SWIG_JavaException()
230 exception_code = SWIG_JavaIllegalArgumentException; in SWIG_JavaException()
234 exception_code = SWIG_JavaUnknownError; in SWIG_JavaException()
237 SWIG_JavaThrowException(jenv, exception_code, msg); in SWIG_JavaException()

123