HomeSort by relevance Sort by last modified time
    Searched refs:exception_pointers (Results 1 - 16 of 16) sorted by null

  /external/google-breakpad/src/testing/gtest/test/
gtest_break_on_failure_unittest_.cc 59 struct _EXCEPTION_POINTERS* exception_pointers) {
60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 59 struct _EXCEPTION_POINTERS* exception_pointers) {
60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/protobuf/gtest/test/
gtest_break_on_failure_unittest_.cc 59 struct _EXCEPTION_POINTERS* exception_pointers) {
60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/v8/testing/gtest/test/
gtest_break_on_failure_unittest_.cc 59 struct _EXCEPTION_POINTERS* exception_pointers) {
60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_break_on_failure_unittest_.cc 59 struct _EXCEPTION_POINTERS* exception_pointers) {
60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 59 struct _EXCEPTION_POINTERS* exception_pointers) {
60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 59 struct _EXCEPTION_POINTERS* exception_pointers) {
60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/google-breakpad/src/client/windows/common/
ipc_protocol.h 109 exception_pointers(NULL),
122 EXCEPTION_POINTERS** arg_exception_pointers,
132 exception_pointers(arg_exception_pointers),
154 EXCEPTION_POINTERS** exception_pointers; member in struct:google_breakpad::ProtocolMessage
  /external/v8/src/base/debug/
stack_trace.h 55 explicit StackTrace(_EXCEPTION_POINTERS* exception_pointers);
stack_trace_win.cc 37 long WINAPI StackDumpExceptionFilter(EXCEPTION_POINTERS* info) { // NOLINT
184 StackTrace::StackTrace(EXCEPTION_POINTERS* exception_pointers) {
185 InitTrace(exception_pointers->ContextRecord);
  /external/libchrome/base/debug/
stack_trace.h 64 StackTrace(_EXCEPTION_POINTERS* exception_pointers);
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.cc 59 EXCEPTION_POINTERS* exception_pointers);
70 EXCEPTION_POINTERS* exception_pointers,
117 EXCEPTION_POINTERS* exception_pointers) {
119 if (!ReadExceptionCode(process_handle, exception_pointers, &exception_code)) {
204 EXCEPTION_POINTERS* exception_pointers,
206 EXCEPTION_POINTERS pointers
    [all...]
minidump_generator.h 49 // is_client_pointers specifies whether the exception_pointers and
61 EXCEPTION_POINTERS* exception_pointers,
156 EXCEPTION_POINTERS* exception_pointers_;
crash_generation_server.cc 84 msg.exception_pointers != NULL &&
431 msg_.exception_pointers,
906 EXCEPTION_POINTERS* client_ex_info = NULL;
    [all...]
  /external/compiler-rt/lib/asan/
asan_win.cc 222 ShadowExceptionHandler(PEXCEPTION_POINTERS exception_pointers) {
226 if (exception_pointers->ExceptionRecord->ExceptionCode !=
233 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]);
270 static long WINAPI SEHHandler(EXCEPTION_POINTERS *info) {
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c     [all...]

Completed in 700 milliseconds