OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exception_code
(Results
1 - 13
of
13
) sorted by null
/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);
/frameworks/base/libs/binder/
Parcel.cpp
1048
int32_t
exception_code
= readAligned<int32_t>();
local
1049
if (
exception_code
== EX_HAS_REPLY_HEADER) {
1058
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/gtest/src/
gtest.cc
455
int UnitTestOptions::GTestShouldProcessSEH(DWORD
exception_code
) {
460
exception_code
!= EXCEPTION_BREAKPOINT) ?
[
all
...]
gtest-internal-inl.h
850
static int GTestShouldProcessSEH(DWORD
exception_code
);
[
all
...]
/external/chromium/testing/gtest/src/
gtest.cc
508
int UnitTestOptions::GTestShouldProcessSEH(DWORD
exception_code
) {
523
else if (
exception_code
== EXCEPTION_BREAKPOINT)
525
else if (
exception_code
== kCxxExceptionCode)
[
all
...]
gtest-internal-inl.h
389
static int GTestShouldProcessSEH(DWORD
exception_code
);
[
all
...]
/external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h
772
static int GTestShouldProcessSEH(DWORD
exception_code
);
[
all
...]
/external/llvm/utils/unittest/googletest/
gtest.cc
497
int UnitTestOptions::GTestShouldProcessSEH(DWORD
exception_code
) {
502
exception_code
!= EXCEPTION_BREAKPOINT) ?
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h
464
static int GTestShouldProcessSEH(DWORD
exception_code
);
[
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
...]
Completed in 1036 milliseconds