Home
last modified time | relevance | path

Searched refs:ExceptionEvent (Results 1 – 12 of 12) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/jdi/event/
DExceptionEvent.java48 public interface ExceptionEvent extends LocatableEvent { interface
/external/ImageMagick/MagickCore/
Dlog.h45 ExceptionEvent = 0x00100, /* Log Errors and Warnings immediately */ enumerator
Dutility.c1881 (void) LogMagickEvent(ExceptionEvent,GetMagickModule(), in ShredFile()
1896 (void) LogMagickEvent(ExceptionEvent,GetMagickModule(), in ShredFile()
Dexception.c1130 status=LogMagickEvent(ExceptionEvent,module,function,line,"%s",reason); in ThrowMagickExceptionList()
Dconstitute.c641 (void) LogMagickEvent(ExceptionEvent,GetMagickModule(), in ReadImage()
Doption.c1741 { "Exception", ExceptionEvent, UndefinedOptionFlag, MagickFalse },
/external/crosvm/hypervisor/src/whpx/
Dvcpu.rs462 ExceptionEvent: WHV_X64_PENDING_EXCEPTION_EVENT { in inject_gp_fault()
477 if unsafe { event.ExceptionEvent.__bindgen_anon_1.EventPending() } != 0 { in inject_gp_fault()
482 let mut pending_exception = unsafe { event.ExceptionEvent.__bindgen_anon_1 }; in inject_gp_fault()
497 ExceptionEvent: WHV_X64_PENDING_EXCEPTION_EVENT { in inject_gp_fault()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventSetImpl.java405 implements ExceptionEvent {
/external/crosvm/hypervisor/src/whpx/whpx_sys/
DWinHvPlatformDefs.h884 WHV_X64_PENDING_EXCEPTION_EVENT ExceptionEvent; member
Dbindings.rs5646 pub ExceptionEvent: WHV_X64_PENDING_EXCEPTION_EVENT,
5806 &(*(::std::ptr::null::<WHV_REGISTER_VALUE>())).ExceptionEvent as *const _ as usize in bindgen_test_layout_WHV_REGISTER_VALUE()
5813 stringify!(ExceptionEvent) in bindgen_test_layout_WHV_REGISTER_VALUE()
/external/ImageMagick/tests/
Dvalidate.c1177 (void) LogMagickEvent(ExceptionEvent,GetMagickModule(),"%s", in ValidateCompareCommand()
1191 (void) LogMagickEvent(ExceptionEvent,GetMagickModule(),"%s", in ValidateCompareCommand()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h838 using MagickCore::ExceptionEvent;