OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExceptionRecord
(Results
1 - 25
of
26
) sorted by null
1
2
/external/chromium/testing/gtest/test/
gtest_break_on_failure_unittest_.cc
60
exit(exception_pointers->
ExceptionRecord
->ExceptionCode);
/external/chromium_org/chrome/app/
hard_error_handler_win.cc
95
if (!ex_info->
ExceptionRecord
)
98
long exception = ex_info->
ExceptionRecord
->ExceptionCode;
100
ModuleNotFoundHardError(ex_info->
ExceptionRecord
);
103
EntryPointNotFoundHardError(ex_info->
ExceptionRecord
);
breakpad_win.cc
[
all
...]
/external/chromium_org/testing/gtest/test/
gtest_break_on_failure_unittest_.cc
60
exit(exception_pointers->
ExceptionRecord
->ExceptionCode);
/external/gtest/test/
gtest_break_on_failure_unittest_.cc
60
exit(exception_pointers->
ExceptionRecord
->ExceptionCode);
/ndk/sources/third_party/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc
60
exit(exception_pointers->
ExceptionRecord
->ExceptionCode);
/external/chromium_org/chrome_frame/crash_reporting/
nt_loader_unittest.cc
246
ASSERT_EQ(STATUS_ACCESS_VIOLATION, ex_ptrs->
ExceptionRecord
->ExceptionCode);
247
ASSERT_EQ(2, ex_ptrs->
ExceptionRecord
->NumberParameters);
249
ex_ptrs->
ExceptionRecord
->ExceptionInformation[0]);
251
ex_ptrs->
ExceptionRecord
->ExceptionInformation[1]);
286
ASSERT_EQ(STATUS_ACCESS_VIOLATION, ex_ptrs->
ExceptionRecord
->ExceptionCode);
287
ASSERT_EQ(2, ex_ptrs->
ExceptionRecord
->NumberParameters);
289
ex_ptrs->
ExceptionRecord
->ExceptionInformation[0]);
291
ex_ptrs->
ExceptionRecord
->ExceptionInformation[1]);
vectored_handler-impl.h
54
const DWORD exceptionCode = exceptionInfo->
ExceptionRecord
->ExceptionCode;
93
const DWORD exceptionFlags = exceptionInfo->
ExceptionRecord
->ExceptionFlags;
99
if (api_->IsOurModule(exceptionInfo->
ExceptionRecord
->ExceptionAddress)) {
175
const void* address = exceptionInfo->
ExceptionRecord
->ExceptionAddress;
veh_test.cc
49
return (arg->
ExceptionRecord
->ExceptionCode == code);
veh_test.h
59
ExceptionRecord
= &er_;
vectored_handler_unittest.cc
176
return (arg->
ExceptionRecord
->ExceptionCode == code);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_threadStart.c
51
switch (ep->
ExceptionRecord
->ExceptionCode)
56
DWORD numParams = ep->
ExceptionRecord
->NumberParameters;
62
ei[param] = ep->
ExceptionRecord
->ExceptionInformation[param];
/external/chromium_org/win8/metro_driver/
metro_driver.cc
30
DWORD code = ex_info->
ExceptionRecord
->ExceptionCode;
31
ULONG_PTR* info = ex_info->
ExceptionRecord
->ExceptionInformation;
/external/chromium/base/win/
wrapped_window_proc_unittest.cc
43
if (info->
ExceptionRecord
->ExceptionCode == kExceptionCode)
/external/chromium_org/base/win/
wrapped_window_proc_unittest.cc
43
if (info->
ExceptionRecord
->ExceptionCode == kExceptionCode)
/external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp
508
<< Exception.
ExceptionRecord
.ExceptionAddress
511
Exception.
ExceptionRecord
.ExceptionCode)
512
<< " (" << Exception.
ExceptionRecord
.ExceptionCode << ")\n";
519
errs() << Exception.
ExceptionRecord
.ExceptionAddress
522
Exception.
ExceptionRecord
.ExceptionCode)
523
<< " (" << Exception.
ExceptionRecord
.ExceptionCode
/external/chromium_org/remoting/base/
breakpad_win.cc
193
exinfo->
ExceptionRecord
->ExceptionCode);
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
common_x86.c
91
PEXCEPTION_RECORD rec = exp->
ExceptionRecord
;
/external/mesa3d/src/mesa/x86/
common_x86.c
91
PEXCEPTION_RECORD rec = exp->
ExceptionRecord
;
/external/flac/libFLAC/
cpu.c
144
if(ep->
ExceptionRecord
->ExceptionCode == EXCEPTION_ILLEGAL_INSTRUCTION) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h
[
all
...]
/external/chromium/base/
message_loop_unittest.cc
482
::ExitProcess(ex_info->
ExceptionRecord
->ExceptionCode);
537
if (ex_info->
ExceptionRecord
->ExceptionCode != EXCEPTION_ACCESS_VIOLATION)
[
all
...]
/external/chromium_org/base/message_loop/
message_loop_unittest.cc
488
::ExitProcess(ex_info->
ExceptionRecord
->ExceptionCode);
544
if (ex_info->
ExceptionRecord
->ExceptionCode != EXCEPTION_ACCESS_VIOLATION)
[
all
...]
/ndk/sources/host-tools/make-3.81/
main.c
662
PEXCEPTION_RECORD exrec = exinfo->
ExceptionRecord
;
[
all
...]
Completed in 1110 milliseconds
1
2