HomeSort by relevance Sort by last modified time
    Searched defs:ExceptionHandler (Results 1 - 25 of 40) sorted by null

1 2

  /external/google-breakpad/src/client/solaris/handler/
exception_handler.cc 57 std::vector<ExceptionHandler*> *ExceptionHandler::handler_stack_ = NULL;
58 int ExceptionHandler::handler_stack_index_ = 0;
59 pthread_mutex_t ExceptionHandler::handler_stack_mutex_ =
62 ExceptionHandler::ExceptionHandler(const string &dump_path,
82 handler_stack_ = new std::vector<ExceptionHandler *>;
88 ExceptionHandler::~ExceptionHandler() {
95 for (std::vector<ExceptionHandler *>::iterator iterator
    [all...]
exception_handler.h 46 // ExceptionHandler
48 // ExceptionHandler can write a minidump file when an exception occurs,
59 // you can create an ExceptionHandler with install_handler set to false,
71 class ExceptionHandler {
105 // Creates a new ExceptionHandler instance to handle writing minidumps.
113 ExceptionHandler(const string &dump_path,
117 ~ExceptionHandler();
131 // ExceptionHandler instance.
175 // True if the ExceptionHandler installed an unhandled exception filter
184 // multiple ExceptionHandler instances in a process. Each will have itsel
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
ExceptionHandler.java 42 public interface ExceptionHandler extends Comparable<ExceptionHandler> {
67 * Returns a hashcode for this ExceptionHandler.
78 * @return The hash code value for this ExceptionHandler
83 * Compares this ExceptionHandler to another ExceptionHandler for equality.
85 * This ExceptionHandler is equal to another ExceptionHandler if all of it's "fields" are equal. That is, if
88 * @param o The object to be compared for equality with this ExceptionHandler
89 * @return true if the specified object is equal to this ExceptionHandler
    [all...]
  /external/google-breakpad/src/client/linux/handler/
exception_handler.h 49 // ExceptionHandler
51 // ExceptionHandler can write a minidump file when an exception occurs,
62 // you can create an ExceptionHandler with install_handler set to false,
74 class ExceptionHandler {
116 // Creates a new ExceptionHandler instance to handle writing minidumps.
127 ExceptionHandler(const MinidumpDescriptor& descriptor,
133 ~ExceptionHandler();
154 // If the ExceptionHandler has been created with a path, a new file is
157 // MinidumpDescriptor directly from the ExceptionHandler (with
159 // If the ExceptionHandler has been created with a file descriptor, the fil
    [all...]
exception_handler.cc 30 // The ExceptionHandler object installs signal handlers for a number of
34 // uses ExceptionHandler, you need to use tgkill to direct it to the current
39 // SignalHandler (uses a global stack of ExceptionHandler objects to find
59 // This code is a little fragmented. Different functions of the ExceptionHandler
210 // multiple ExceptionHandler instances in a process. Each will have itself
212 std::vector<ExceptionHandler*>* g_handler_stack_ = NULL;
218 ExceptionHandler::ExceptionHandler(const MinidumpDescriptor& descriptor,
238 g_handler_stack_ = new std::vector<ExceptionHandler*>;
248 ExceptionHandler::~ExceptionHandler()
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
ExceptionTests.java 30 static abstract class ExceptionHandler implements SerializableTest.Handler
43 static class ArabicShapingExceptionHandler extends ExceptionHandler
58 static class StringPrepParseExceptionHandler extends ExceptionHandler
74 static class UResourceTypeMismatchExceptionHandler extends ExceptionHandler
89 static class InvalidFormatExceptionHandler extends ExceptionHandler
104 static class IllformedLocaleExceptionHandler extends ExceptionHandler
124 static class LocaleSyntaxExceptionHandler extends ExceptionHandler
144 static class IllegalIcuArgumentExceptionHandler extends ExceptionHandler
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
ExceptionTests.java 29 static abstract class ExceptionHandler implements SerializableTest.Handler
42 static class ArabicShapingExceptionHandler extends ExceptionHandler
57 static class StringPrepParseExceptionHandler extends ExceptionHandler
73 static class UResourceTypeMismatchExceptionHandler extends ExceptionHandler
88 static class InvalidFormatExceptionHandler extends ExceptionHandler
103 static class IllformedLocaleExceptionHandler extends ExceptionHandler
123 static class LocaleSyntaxExceptionHandler extends ExceptionHandler
143 static class IllegalIcuArgumentExceptionHandler extends ExceptionHandler
  /external/llvm/include/llvm/MC/
MCWinEH.h 36 const MCSymbol *ExceptionHandler;
49 : Begin(nullptr), End(nullptr), ExceptionHandler(nullptr),
54 : Begin(BeginFuncEHLabel), End(nullptr), ExceptionHandler(nullptr),
60 : Begin(BeginFuncEHLabel), End(nullptr), ExceptionHandler(nullptr),
  /external/google-breakpad/src/client/mac/handler/
exception_handler.h 67 class ExceptionHandler {
101 // Creates a new ExceptionHandler instance to handle writing minidumps.
109 ExceptionHandler(const string &dump_path,
116 ExceptionHandler(DirectCallback callback,
120 ~ExceptionHandler();
139 // ExceptionHandler instance.
205 explicit ExceptionHandler(const ExceptionHandler &);
206 void operator=(const ExceptionHandler &);
exception_handler.cc 83 google_breakpad::ExceptionHandler *handler;
223 ExceptionHandler::ExceptionHandler(const string &dump_path,
253 ExceptionHandler::ExceptionHandler(DirectCallback callback,
272 ExceptionHandler::~ExceptionHandler() {
276 bool ExceptionHandler::WriteMinidump(bool write_exception_stream) {
307 bool ExceptionHandler::WriteMinidump(const string &dump_path,
311 ExceptionHandler handler(dump_path, NULL, callback, callback_context, false
    [all...]
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 56 vector<ExceptionHandler*>* ExceptionHandler::handler_stack_ = NULL;
57 LONG ExceptionHandler::handler_stack_index_ = 0;
58 CRITICAL_SECTION ExceptionHandler::handler_stack_critical_section_;
59 volatile LONG ExceptionHandler::instance_count_ = 0;
61 ExceptionHandler::ExceptionHandler(const wstring& dump_path,
81 ExceptionHandler::ExceptionHandler(const wstring& dump_path,
101 ExceptionHandler::ExceptionHandler
    [all...]
exception_handler.h 30 // ExceptionHandler can write a minidump file when an exception occurs,
39 // you can create an ExceptionHandler with install_handler set to false,
48 // It is important that creation and destruction of ExceptionHandler objects
51 // ExceptionHandler *e = new ExceptionHandler(...);
52 // ExceptionHandler *f = new ExceptionHandler(...);
98 class ExceptionHandler {
146 // any. Use HANDLER_NONE for an ExceptionHandler that remains idle,
161 // Creates a new ExceptionHandler instance to handle writing minidumps
    [all...]
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 166 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo)
208 PVOID handle = ::AddVectoredExceptionHandler(1, ExceptionHandler);
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /development/tools/checkstyle/
checkstyle.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 361 milliseconds

1 2