HomeSort by relevance Sort by last modified time
    Searched full:exception_code (Results 1 - 25 of 55) 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...]
  /system/weaved/libweaved/
command.cc 30 std::string BinderExceptionString(int32_t exception_code) {
31 if (exception_code == android::binder::Status::EX_NONE)
33 else if (exception_code == android::binder::Status::EX_SECURITY)
35 else if (exception_code == android::binder::Status::EX_BAD_PARCELABLE)
37 else if (exception_code == android::binder::Status::EX_ILLEGAL_ARGUMENT)
39 else if (exception_code == android::binder::Status::EX_NULL_POINTER)
41 else if (exception_code == android::binder::Status::EX_ILLEGAL_STATE)
43 else if (exception_code == android::binder::Status::EX_NETWORK_MAIN_THREAD)
45 else if (exception_code == android::binder::Status::EX_UNSUPPORTED_OPERATION)
47 else if (exception_code == android::binder::Status::EX_SERVICE_SPECIFIC
    [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.cc 125 if (info.exception_type && info.exception_code) {
127 info.exception_code,
Inspector.h 56 int exception_code; member in struct:InspectorInfo
crash_generation_server.h 53 int32_t exception_code; member in struct:google_breakpad::ExceptionInfo
Inspector.mm 203 exception_code_ = info.exception_code;
217 printf("exception_code = %d\n", exception_code_);
  /external/google-breakpad/src/client/mac/tests/
BreakpadFramework_Test.mm 65 int exception_code,
70 int exception_code,
76 andCode:exception_code
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/google-breakpad/src/client/mac/handler/
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...]
exception_handler.h 97 int exception_code,
190 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),
  /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.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...]
  /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/google_breakpad/common/
minidump_exception_mac.h 46 /* For (MDException).exception_code. Breakpad minidump extension for Mac OS X
50 /* Exception code. The high 16 bits of exception_code contains one of
minidump_exception_linux.h 47 /* For (MDException).exception_code. These values come from bits/signum.h.
minidump_exception_solaris.h 46 /* For (MDException).exception_code. These values come from sys/iso/signal_iso.h
  /external/google-breakpad/src/client/mac/Framework/
Breakpad.mm 185 int exception_code,
190 int exception_code,
266 int exception_code,
277 exception_code,
680 int exception_code,
685 exception_code,
714 info.exception_code = exception_code;
    [all...]
  /external/google-breakpad/src/client/ios/handler/
ios_exception_minidump_generator.mm 149 exception_ptr->exception_record.exception_code = kExceptionType;
  /external/google-breakpad/src/client/ios/
Breakpad.h 61 int exception_code,
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 208 #define EXCEPTION_CODE_INFO(exception_code) {exception_code, #exception_code}
    [all...]

Completed in 511 milliseconds

1 2 3