OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exception_code
(Results
1 - 25
of
26
) sorted by null
1
2
/external/chromium_org/device/bluetooth/
bluetooth_init_win.cc
13
int FilterVisualCPPExceptions(DWORD
exception_code
) {
14
return HRESULT_FACILITY(
exception_code
) == FACILITY_VISUALCPP ?
/external/libffi/testsuite/libffi.special/
unwindtest_ffi_call.cc
45
} catch (int
exception_code
)
47
CHECK(
exception_code
== 9);
unwindtest.cc
74
} catch (int
exception_code
)
76
CHECK(
exception_code
== 9);
115
} catch (int
exception_code
)
117
CHECK(
exception_code
== 255);
/external/chromium_org/components/breakpad/app/
hard_error_handler_win.cc
32
DWORD FacilityFromException(DWORD
exception_code
) {
33
return (
exception_code
>> 16) & 0x0FFF;
/frameworks/native/libs/binder/
Parcel.cpp
1123
int32_t
exception_code
= readAligned<int32_t>();
local
1124
if (
exception_code
== EX_HAS_REPLY_HEADER) {
1134
return
exception_code
;
[
all
...]
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc
390
int UnitTestOptions::GTestShouldProcessSEH(DWORD
exception_code
) {
395
exception_code
!= EXCEPTION_BREAKPOINT) ?
[
all
...]
/external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h
772
static int GTestShouldProcessSEH(DWORD
exception_code
);
[
all
...]
/external/chromium/testing/gtest/src/
gtest-internal-inl.h
389
static int GTestShouldProcessSEH(DWORD
exception_code
);
[
all
...]
gtest.cc
508
int UnitTestOptions::GTestShouldProcessSEH(DWORD
exception_code
) {
523
else if (
exception_code
== EXCEPTION_BREAKPOINT)
525
else if (
exception_code
== kCxxExceptionCode)
[
all
...]
/external/chromium_org/testing/gtest/src/
gtest-internal-inl.h
405
static int GTestShouldProcessSEH(DWORD
exception_code
);
[
all
...]
gtest.cc
508
int UnitTestOptions::GTestShouldProcessSEH(DWORD
exception_code
) {
523
else if (
exception_code
== EXCEPTION_BREAKPOINT)
525
else if (
exception_code
== kCxxExceptionCode)
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-internal-inl.h
396
static int GTestShouldProcessSEH(DWORD
exception_code
);
[
all
...]
gtest.cc
508
int UnitTestOptions::GTestShouldProcessSEH(DWORD
exception_code
) {
523
else if (
exception_code
== EXCEPTION_BREAKPOINT)
525
else if (
exception_code
== kCxxExceptionCode)
[
all
...]
/external/gtest/src/
gtest-internal-inl.h
396
static int GTestShouldProcessSEH(DWORD
exception_code
);
[
all
...]
gtest.cc
508
int UnitTestOptions::GTestShouldProcessSEH(DWORD
exception_code
) {
523
else if (
exception_code
== EXCEPTION_BREAKPOINT)
525
else if (
exception_code
== kCxxExceptionCode)
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h
395
static int GTestShouldProcessSEH(DWORD
exception_code
);
[
all
...]
/external/mesa3d/src/gtest/src/
gtest-internal-inl.h
396
static int GTestShouldProcessSEH(DWORD
exception_code
);
[
all
...]
gtest.cc
508
int UnitTestOptions::GTestShouldProcessSEH(DWORD
exception_code
) {
523
else if (
exception_code
== EXCEPTION_BREAKPOINT)
525
else if (
exception_code
== kCxxExceptionCode)
[
all
...]
/external/open-vcdiff/gtest/src/
gtest-internal-inl.h
639
static int GTestShouldProcessSEH(DWORD
exception_code
);
[
all
...]
gtest.cc
489
int UnitTestOptions::GTestShouldProcessSEH(DWORD
exception_code
) {
494
exception_code
!= EXCEPTION_BREAKPOINT) ?
[
all
...]
/external/protobuf/gtest/src/
gtest-internal-inl.h
635
static int GTestShouldProcessSEH(DWORD
exception_code
);
[
all
...]
gtest.cc
489
int UnitTestOptions::GTestShouldProcessSEH(DWORD
exception_code
) {
494
exception_code
!= EXCEPTION_BREAKPOINT) ?
[
all
...]
/ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h
404
static int GTestShouldProcessSEH(DWORD
exception_code
);
[
all
...]
gtest.cc
508
int UnitTestOptions::GTestShouldProcessSEH(DWORD
exception_code
) {
523
else if (
exception_code
== EXCEPTION_BREAKPOINT)
525
else if (
exception_code
== kCxxExceptionCode)
[
all
...]
/external/llvm/utils/unittest/googletest/
gtest.cc
508
int UnitTestOptions::GTestShouldProcessSEH(DWORD
exception_code
) {
523
else if (
exception_code
== EXCEPTION_BREAKPOINT)
525
else if (
exception_code
== kCxxExceptionCode)
[
all
...]
Completed in 533 milliseconds
1
2