HomeSort by relevance Sort by last modified time
    Searched refs:exception_ (Results 1 - 16 of 16) sorted by null

  /external/ImageMagick/Magick++/lib/
Exception.cpp 686 std::string Magick::formatExceptionMessage(const MagickCore::ExceptionInfo *exception_)
690 if (exception_->reason != (char *) NULL)
693 message+=std::string(exception_->reason);
696 if (exception_->description != (char *) NULL)
697 message += " (" + std::string(exception_->description) + ")";
701 Magick::Exception* Magick::createException(const MagickCore::ExceptionInfo *exception_)
703 std::string message=formatExceptionMessage(exception_);
704 switch (exception_->severity)
820 MagickPPExport void Magick::throwException(ExceptionInfo *exception_,
840 if (exception_->severity == MagickCore::UndefinedException
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Exception.h 410 const MagickCore::ExceptionInfo *exception_);
412 Exception* createException(const MagickCore::ExceptionInfo *exception_);
421 MagickCore::ExceptionInfo *exception_,const bool quiet_=false);
  /external/google-breakpad/src/processor/
minidump.cc     [all...]
  /art/runtime/
quick_exception_handler.cc 62 exception_(exception),
106 Handle<mirror::Class> to_find(hs.NewHandle((*exception_)->GetClass()));
133 Handle<mirror::Throwable>* exception_; member in class:art::FINAL
debugger.cc 2971 const Handle<mirror::Throwable>& exception_; member in class:art::CatchLocationFinder
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 600 return valid_ ? &exception_ : NULL;
623 MDRawExceptionStream exception_; member in class:google_breakpad::MinidumpException
    [all...]
  /external/ImageMagick/Magick++/tests/
attributes.cpp 644 catch ( Exception &exception_)
647 << " \"" << exception_.what() << "\"" << endl;
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 215 * exception is Thread::Current()->exception_
    [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 281 * exception is Thread::Current()->exception_
291 lw $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_
    [all...]
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S 319 * exception is Thread::Current()->exception_
330 ld $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_
    [all...]
  /external/v8/src/ast/
ast.h 2567 Expression* exception_; member in class:v8::internal::final
    [all...]
  /external/v8/src/
isolate.cc 213 v->VisitPointer(bit_cast<Object**>(&(block->exception_)));
    [all...]
api.cc     [all...]
  /external/v8/src/debug/
debug.js 1008 this.exception_ = exception;
1020 return this.exception_;
1058 exception: MakeMirror(this.exception_)
    [all...]
mirrors.js     [all...]
  /external/v8/include/
v8.h 7065 void* exception_; member in class:v8::TryCatch
    [all...]

Completed in 830 milliseconds