HomeSort by relevance Sort by last modified time
    Searched defs:ExceptionHandler (Results 26 - 50 of 85) sorted by null

12 3 4

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCWinEH.h 34 const MCSymbol *ExceptionHandler = nullptr;
  /art/test/1928-exception-event-exception/src/art/
Test1928.java 26 public static ExceptionHandler HANDLER = null;
28 public static interface ExceptionHandler {
85 public static class DoNothingHandler implements ExceptionHandler {
93 public static class ThrowCatchBase implements ExceptionHandler {
178 ExceptionHandler[] handlers = new ExceptionHandler[] {
190 for (ExceptionHandler handler : handlers) {
  /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/linux/handler/
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/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...]
  /art/test/1929-exception-catch-exception/src/art/
Test1929.java 27 public static ExceptionHandler HANDLER = null;
45 public static interface ExceptionHandler {
89 public static class DoNothingHandler implements ExceptionHandler {
96 public static class ThrowCatchBase implements ExceptionHandler {
110 public static class ThrowBaseTestExceptionHandler implements ExceptionHandler {
118 public static class ThrowTestExceptionNoRethrowHandler implements ExceptionHandler {
258 ExceptionHandler[] handlers = new ExceptionHandler[] {
274 for (ExceptionHandler handler : handlers) {
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 165 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo)
207 PVOID handle = ::AddVectoredExceptionHandler(1, ExceptionHandler);
  /external/swiftshader/third_party/LLVM/lib/Support/
CrashRecoveryContext.cpp 147 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo)
190 PVOID handle = ::AddVectoredExceptionHandler(1, ExceptionHandler);
  /external/v8/src/compiler/
bytecode-graph-builder.h 231 struct ExceptionHandler {
306 ZoneStack<ExceptionHandler> exception_handlers_;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
syn.h 137 } ExceptionHandler;
140 struct _ListNode *handlers; /* list of ExceptionHandler's */
  /external/annotation-tools/asmx/test/lib/
serp.jar 
bcel-5.1.jar 
xalan-2.6.0.jar 
  /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 
  /external/annotation-tools/asmx/
serp.jar 
bcel.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/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 
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 

Completed in 874 milliseconds

12 3 4