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

  /external/google-breakpad/src/testing/gtest/test/
gtest_break_on_failure_unittest_.cc 60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/protobuf/gtest/test/
gtest_break_on_failure_unittest_.cc 60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/v8/testing/gtest/test/
gtest_break_on_failure_unittest_.cc 60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_break_on_failure_unittest_.cc 60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/compiler-rt/lib/asan/
asan_win.cc 226 if (exception_pointers->ExceptionRecord->ExceptionCode !=
274 if (exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION ||
275 exception_record->ExceptionCode == EXCEPTION_IN_PAGE_ERROR) {
277 (exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION)
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 267 static StringRef ExceptionCodeToString(DWORD ExceptionCode) {
268 switch(ExceptionCode) {
515 Exception.ExceptionRecord.ExceptionCode)
516 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n";
526 Exception.ExceptionRecord.ExceptionCode)
527 << " (" << Exception.ExceptionRecord.ExceptionCode
  /external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
KillTheDoctor.cpp 305 static StringRef ExceptionCodeToString(DWORD ExceptionCode) {
306 switch(ExceptionCode) {
554 Exception.ExceptionRecord.ExceptionCode)
555 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n";
565 Exception.ExceptionRecord.ExceptionCode)
566 << " (" << Exception.ExceptionRecord.ExceptionCode
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 74 RPCRTAPI RPC_STATUS RPC_ENTRY RpcAsyncAbortCall(PRPC_ASYNC_STATE pAsync,unsigned __LONG32 ExceptionCode);
182 RPC_STATUS RPC_ENTRY I_RpcAsyncAbortCall(PRPC_ASYNC_STATE pAsync,unsigned __LONG32 ExceptionCode);
183 int RPC_ENTRY I_RpcExceptionFilter(unsigned __LONG32 ExceptionCode);
ntddchgr.h 155 /* CHANGER_ELEMENT_STATUS(_EX).ExceptionCode constants */
252 ULONG ExceptionCode;
264 ULONG ExceptionCode;
winioctl.h     [all...]
winnt.h     [all...]
dbgeng.h     [all...]
  /external/mesa3d/src/mesa/x86/
common_x86.c 94 if ( rec->ExceptionCode == EXCEPTION_ILLEGAL_INSTRUCTION ) {
97 } else if ( rec->ExceptionCode == STATUS_FLOAT_MULTIPLE_TRAPS ) {
  /external/skia/tools/
CrashHandler.cpp 116 const DWORD code = e->ExceptionRecord->ExceptionCode;
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 480 DWORD code = exinfo->ExceptionRecord->ExceptionCode;
574 exception_record.ExceptionCode = STATUS_INVALID_PARAMETER;
654 exception_record.ExceptionCode = STATUS_NONCONTINUABLE_EXCEPTION;
745 exception_record.ExceptionCode = STATUS_NONCONTINUABLE_EXCEPTION;
796 ex.ExceptionCode = EXCEPTION_BREAKPOINT;
    [all...]
  /external/deqp/framework/qphelper/
qpCrashHandler.c 167 if (info->ExceptionRecord->ExceptionCode == EXCEPTION_BREAKPOINT)
191 switch (info->ExceptionRecord->ExceptionCode)
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c     [all...]
  /external/skia/dm/
DM.cpp 211 const DWORD code = e->ExceptionRecord->ExceptionCode;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 779 NTSTATUS ExceptionCode;
788 NTSTATUS ExceptionCode;
797 NTSTATUS ExceptionCode;
    [all...]
  /external/bison/
configure     [all...]

Completed in 1931 milliseconds