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

1 2 3

  /prebuilts/misc/common/swig/include/2.0.11/
exception.i 91 SWIG_JavaExceptionCodes exception_code = SWIG_JavaUnknownError;
94 exception_code = SWIG_JavaOutOfMemoryError;
97 exception_code = SWIG_JavaIOException;
101 exception_code = SWIG_JavaRuntimeException;
105 exception_code = SWIG_JavaIndexOutOfBoundsException;
108 exception_code = SWIG_JavaArithmeticException;
113 exception_code = SWIG_JavaIllegalArgumentException;
117 exception_code = SWIG_JavaUnknownError;
120 SWIG_JavaThrowException(jenv, exception_code, msg);
161 SWIG_CSharpExceptionArgumentCodes exception_code = SWIG_CSharpArgumentOutOfRangeException
    [all...]
  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_client.cc 39 int exception_code,
54 info.exception_code = exception_code;
crash_generation_client.h 47 int exception_code,
crash_generation_server.h 53 int32_t exception_code; member in struct:google_breakpad::ExceptionInfo
crash_generation_server.cc 125 if (info.exception_type && info.exception_code) {
127 info.exception_code,
Inspector.h 56 int exception_code; member in struct:InspectorInfo
  /external/google-breakpad/src/client/mac/Framework/
Breakpad.h 66 int exception_code,
  /external/google-breakpad/src/client/mac/handler/
exception_handler.h 97 int exception_code,
190 int exception_code,
exception_handler.cc 351 int exception_code,
362 exception_code,
370 if (exception_type && exception_code) {
377 exception_code,
395 if (exception_type && exception_code) {
401 md.SetExceptionInformation(exception_type, exception_code,
521 int exception_code = 0; local
526 exception_code = EXC_I386_BPT;
528 exception_code = EXC_PPC_BREAKPOINT;
530 exception_code = EXC_ARM_BREAKPOINT
    [all...]
  /external/google-breakpad/src/processor/
exploitability_win.cc 102 uint32_t exception_code = raw_exception->exception_record.exception_code; local
128 switch (exception_code) {
minidump_processor.cc 670 uint32_t exception_code = raw_exception->exception_record.exception_code; local
673 exception_code, exception_flags);
685 switch (exception_code) {
    [all...]
synth_minidump.h 278 uint32_t exception_code = 0,
synth_minidump.cc 300 uint32_t exception_code,
306 D32(exception_code);
minidump_unittest.cc 733 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code);
807 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code);
892 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code);
    [all...]
  /external/google-breakpad/src/client/ios/
Breakpad.h 61 int exception_code,
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.cc 71 DWORD* exception_code);
118 DWORD exception_code; local
119 if (!ReadExceptionCode(process_handle, exception_pointers, &exception_code)) {
126 if (exception_code != STATUS_INVALID_HANDLE) {
205 DWORD* exception_code) {
217 exception_code,
218 sizeof(*exception_code),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
excpt.h 48 #define exception_code _exception_code macro
  /external/google-breakpad/src/client/mac/tests/
exception_handler_test.cc 137 raw_exception->exception_record.exception_code);
142 raw_exception->exception_record.exception_code);
233 raw_exception->exception_record.exception_code);
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 208 #define EXCEPTION_CODE_INFO(exception_code) {exception_code, #exception_code}
    [all...]
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 516 uint32_t exception_code; /* Windows: MDExceptionCodeWin, member in struct:__anon19444
    [all...]
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc     [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-internal-inl.h 403 static int GTestShouldProcessSEH(DWORD exception_code);
    [all...]
  /external/googletest/googletest/src/
gtest-internal-inl.h 405 static int GTestShouldProcessSEH(DWORD exception_code);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-internal-inl.h 405 static int GTestShouldProcessSEH(DWORD exception_code);
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 399 static int GTestShouldProcessSEH(DWORD exception_code);
    [all...]

Completed in 563 milliseconds

1 2 3