OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExceptionCode
(Results
26 - 46
of
46
) sorted by null
1
2
/external/chromium_org/components/breakpad/app/
hard_error_handler_win.cc
100
long exception = ex_info->ExceptionRecord->
ExceptionCode
;
breakpad_win.cc
543
g_surrogate_exception_record.
ExceptionCode
= DBG_TERMINATE_PROCESS;
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.cpp
35
#include "core/dom/
ExceptionCode
.h"
53
ExceptionCode
errorCodeToExceptionCode(FileError::ErrorCode code)
/external/chromium_org/win8/metro_driver/
metro_driver.cc
30
DWORD code = ex_info->ExceptionRecord->
ExceptionCode
;
/external/chromium_org/chrome_frame/crash_reporting/
nt_loader_unittest.cc
246
ASSERT_EQ(STATUS_ACCESS_VIOLATION, ex_ptrs->ExceptionRecord->
ExceptionCode
);
286
ASSERT_EQ(STATUS_ACCESS_VIOLATION, ex_ptrs->ExceptionRecord->
ExceptionCode
);
vectored_handler-impl.h
54
const DWORD
exceptionCode
= exceptionInfo->ExceptionRecord->
ExceptionCode
;
65
if ((
exceptionCode
& ERROR_SEVERITY_ERROR) != ERROR_SEVERITY_ERROR) {
72
if (
exceptionCode
& APPLICATION_ERROR_MASK) {
82
if (
exceptionCode
!= STATUS_STACK_OVERFLOW && api_->CheckForStackOverflow()) {
vectored_handler_unittest.cc
176
return (arg->ExceptionRecord->
ExceptionCode
== code);
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
common_x86.c
94
if ( rec->
ExceptionCode
== EXCEPTION_ILLEGAL_INSTRUCTION ) {
97
} else if ( rec->
ExceptionCode
== STATUS_FLOAT_MULTIPLE_TRAPS ) {
/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/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_threadStart.c
51
switch (ep->ExceptionRecord->
ExceptionCode
)
/external/chromium_org/remoting/base/
breakpad_win.cc
193
exinfo->ExceptionRecord->
ExceptionCode
);
/external/flac/libFLAC/
cpu.c
144
if(ep->ExceptionRecord->
ExceptionCode
== EXCEPTION_ILLEGAL_INSTRUCTION) {
/external/chromium_org/base/message_loop/
message_loop_unittest.cc
172
::ExitProcess(ex_info->ExceptionRecord->
ExceptionCode
);
228
if (ex_info->ExceptionRecord->
ExceptionCode
!= EXCEPTION_ACCESS_VIOLATION)
[
all
...]
/ndk/sources/host-tools/make-3.81/
main.c
675
prg, exrec->
ExceptionCode
, exrec->ExceptionAddress);
682
prg, exrec->
ExceptionCode
, exrec->ExceptionFlags,
685
if (exrec->
ExceptionCode
== EXCEPTION_ACCESS_VIOLATION
[
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/third_party/WebKit/Source/core/inspector/
InspectorIndexedDBAgent.cpp
740
ExceptionCode
ec = exceptionState.code();
/external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp
31
#include "core/dom/
ExceptionCode
.h"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h
171
typedef int
ExceptionCode
;
760
// is invalid. It also sets
ExceptionCode
when name is invalid.
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h
[
all
...]
/external/bison/
configure
[
all
...]
Completed in 1488 milliseconds
1
2