/external/libffi/testsuite/libffi.call/ |
D | unwindtest.cc | 68 } 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()
|
D | unwindtest_ffi_call.cc | 46 } catch (int exception_code) in main() local 48 CHECK(exception_code == 9); in main()
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | unwindtest.cc | 68 } 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()
|
D | unwindtest_ffi_call.cc | 46 } catch (int exception_code) in main() local 48 CHECK(exception_code == 9); in main()
|
/external/google-breakpad/src/client/mac/crash_generation/ |
D | crash_generation_client.cc | 39 int exception_code, in RequestDumpForException() argument 54 info.exception_code = exception_code; in RequestDumpForException()
|
D | crash_generation_server.cc | 125 if (info.exception_type && info.exception_code) { in WaitForOneMessage() 127 info.exception_code, in WaitForOneMessage()
|
D | crash_generation_client.h | 47 int exception_code,
|
D | crash_generation_server.h | 53 int32_t exception_code; member
|
D | Inspector.h | 56 int exception_code; member
|
D | Inspector.mm | 203 exception_code_ = info.exception_code; 217 printf("exception_code = %d\n", exception_code_);
|
/external/google-breakpad/src/client/mac/handler/ |
D | exception_handler.cc | 351 int exception_code, in WriteMinidumpWithException() argument 362 exception_code, in WriteMinidumpWithException() 370 if (exception_type && exception_code) { in WriteMinidumpWithException() 377 exception_code, in WriteMinidumpWithException() 395 if (exception_type && exception_code) { in WriteMinidumpWithException() 401 md.SetExceptionInformation(exception_type, exception_code, in WriteMinidumpWithException() 521 int exception_code = 0; in WaitForMessage() local 526 exception_code = EXC_I386_BPT; in WaitForMessage() 528 exception_code = EXC_PPC_BREAKPOINT; in WaitForMessage() 530 exception_code = EXC_ARM_BREAKPOINT; in WaitForMessage() [all …]
|
D | exception_handler.h | 97 int exception_code, 190 int exception_code,
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | minidump_generator.cc | 71 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/u-boot/arch/riscv/lib/ |
D | interrupts.c | 65 static const char * const exception_code[] = { in _exit_trap() local 74 code, exception_code[code], epc, regs->ra); in _exit_trap()
|
/external/google-breakpad/src/processor/ |
D | exploitability_win.cc | 102 uint32_t exception_code = raw_exception->exception_record.exception_code; in CheckPlatformExploitability() local 128 switch (exception_code) { in CheckPlatformExploitability()
|
D | minidump_processor.cc | 670 uint32_t exception_code = raw_exception->exception_record.exception_code; in GetCrashReason() local 673 exception_code, exception_flags); in GetCrashReason() 685 switch (exception_code) { in GetCrashReason() 999 switch (exception_code) { in GetCrashReason() 1163 switch (exception_code) { in GetCrashReason() 1268 switch (exception_code) { in GetCrashReason() 1397 switch (exception_code) { in GetCrashReason()
|
D | minidump_unittest.cc | 733 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST() 807 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST() 892 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST() 974 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST() 1037 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST() 1121 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST() 1220 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
|
D | synth_minidump.cc | 300 uint32_t exception_code, in Exception() argument 306 D32(exception_code); in Exception()
|
D | synth_minidump.h | 278 uint32_t exception_code = 0,
|
/external/google-breakpad/src/client/mac/Framework/ |
D | Breakpad.h | 66 int exception_code,
|
D | Breakpad.mm | 185 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/ |
D | BreakpadFramework_Test.mm | 65 int exception_code, 70 int exception_code, 76 andCode:exception_code
|
D | exception_handler_test.cc | 137 raw_exception->exception_record.exception_code); in InProcessCrash() 142 raw_exception->exception_record.exception_code); in InProcessCrash() 233 raw_exception->exception_record.exception_code); in TEST_F()
|
/external/google-breakpad/src/client/ios/ |
D | Breakpad.h | 61 int exception_code,
|
/external/cmockery/cmockery_0_1_2/src/ |
D | cmockery.c | 208 #define EXCEPTION_CODE_INFO(exception_code) {exception_code, #exception_code} argument
|