Home
last modified time | relevance | path

Searched defs:exception (Results 426 – 450 of 24401) sorted by relevance

1...<<11121314151617181920>>...977

/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dstream.c99 *exception; member
160 ExceptionInfo *exception) in AcquireStreamInfo()
367 ExceptionInfo *exception) in GetAuthenticPixelsStream()
513 Quantum *pixel,ExceptionInfo *exception) in GetOneVirtualPixelFromStream()
686 ExceptionInfo *exception) in AcquireStreamPixels()
742 ExceptionInfo *exception) in GetVirtualPixelStream()
919 ExceptionInfo *exception) in QueueAuthenticPixelsStream()
1043 ExceptionInfo *exception) in ReadStream()
1337 StreamInfo *stream_info,ExceptionInfo *exception) in StreamImage()
1402 const Image *image,ExceptionInfo *exception) in StreamImagePixels()
[all …]
H A Dcache-view.c113 ExceptionInfo *exception) in AcquireAuthenticCacheView()
150 ExceptionInfo *exception) in AcquireVirtualCacheView()
301 ExceptionInfo *exception) in GetCacheViewAuthenticPixels()
653 const size_t columns,const size_t rows,ExceptionInfo *exception) in GetCacheViewVirtualPixels()
703 ExceptionInfo *exception) in GetOneCacheViewAuthenticPixel()
775 ExceptionInfo *exception) in GetOneCacheViewVirtualPixel()
848 ExceptionInfo *exception) in GetOneCacheViewVirtualPixelInfo()
907 const ssize_t x,const ssize_t y,Quantum *pixel,ExceptionInfo *exception) in GetOneCacheViewVirtualMethodPixel()
979 ExceptionInfo *exception) in QueueCacheViewAuthenticPixels()
1024 const ClassType storage_class,ExceptionInfo *exception) in SetCacheViewStorageClass()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahAsserts.hpp79 #define shenandoah_assert_correct_except(interior_loc, obj, exception) \ argument
86 #define shenandoah_assert_forwarded_except(interior_loc, obj, exception) \ argument
100 #define shenandoah_assert_marked_except(interior_loc, obj, exception) \ argument
107 #define shenandoah_assert_in_cset_except(interior_loc, obj, exception) \ argument
121 #define shenandoah_assert_not_in_cset_loc_except(interior_loc, exception) \ argument
141 #define shenandoah_assert_correct_except(interior_loc, obj, exception) argument
145 #define shenandoah_assert_forwarded_except(interior_loc, obj, exception) argument
153 #define shenandoah_assert_marked_except(interior_loc, obj, exception) argument
157 #define shenandoah_assert_in_cset_except(interior_loc, obj, exception) argument
161 #define shenandoah_assert_not_in_cset_except(interior_loc, obj, exception) argument
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/
H A DshenandoahAsserts.hpp76 #define shenandoah_assert_correct_except(interior_loc, obj, exception) \ argument
83 #define shenandoah_assert_forwarded_except(interior_loc, obj, exception) \ argument
97 #define shenandoah_assert_marked_except(interior_loc, obj, exception) \ argument
104 #define shenandoah_assert_in_cset_except(interior_loc, obj, exception) \ argument
118 #define shenandoah_assert_not_in_cset_loc_except(interior_loc, exception) \ argument
132 #define shenandoah_assert_correct_except(interior_loc, obj, exception) argument
136 #define shenandoah_assert_forwarded_except(interior_loc, obj, exception) argument
144 #define shenandoah_assert_marked_except(interior_loc, obj, exception) argument
148 #define shenandoah_assert_in_cset_except(interior_loc, obj, exception) argument
152 #define shenandoah_assert_not_in_cset_except(interior_loc, obj, exception) argument
[all …]
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dmodule.c258 exception; in DestroyModuleInfo() local
526 char *path,ExceptionInfo *exception) in FindMagickModule()
737 GetModuleList(ExceptionInfo *exception) in GetModuleList()
800 exception; in InitializeMagickModules() local
852 const char *path,ExceptionInfo *exception) in AddModulePath()
888 ExceptionInfo *exception) in InitializeModuleSearchPath()
1200 GetModuleInfo(const char *name,ExceptionInfo *exception) in GetModuleInfo()
1268 ListModuleInfo(FILE *file,ExceptionInfo *exception) in ListModuleInfo()
1335 OpenModule(const char *module,ExceptionInfo *exception) in OpenModule()
1496 OpenModules(ExceptionInfo *exception) in OpenModules()
[all …]
H A Dcompare.c90 ExceptionInfo *exception /* Exception report */ in DifferenceImagePixels()
232 ExceptionInfo *exception) in DifferenceImage()
322 ExceptionInfo *exception) in ComputeAbsoluteError()
377 ExceptionInfo *exception) in ComputePeakAbsoluteError()
448 ExceptionInfo *exception) in ComputeSquaredError()
500 ExceptionInfo *exception) in GetImageChannelDifference()
677 ExceptionInfo *exception) in GetImageChannelDistortion()
762 ExceptionInfo *exception) in GetImageDistortion()
830 ExceptionInfo *exception) in ComputePixelError()
982 ExceptionInfo *exception) in InitializeDifferenceImageOptions()
[all …]
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/
H A Ddebug-test.c++135 void onRecoverableException(Exception&& exception) override { in onRecoverableException()
149 void onFatalException(Exception&& exception) override { in onFatalException()
292 int line = __LINE__; Exception exception = KJ_EXCEPTION(DISCONNECTED, "foo", i); in TEST() local
305 Maybe<Exception> exception = kj::runCatchingExceptions([&](){ in TEST() local
324 Maybe<Exception> exception = kj::runCatchingExceptions([&](){ in TEST() local
473 auto exception = KJ_ASSERT_NONNULL(kj::runCatchingExceptions([&]() { in __anon0a1832331902() variable
483 auto exception = KJ_ASSERT_NONNULL(kj::runCatchingExceptions([&]() { in __anon0a1832331a02() variable
494 auto exception = KJ_ASSERT_NONNULL(kj::runCatchingExceptions([&]() { in __anon0a1832331b02() variable
503 auto exception = KJ_ASSERT_NONNULL(kj::runCatchingExceptions([&]() { in __anon0a1832331c02() variable
514 auto exception = KJ_ASSERT_NONNULL(kj::runCatchingExceptions([&]() { in __anon0a1832331d02() variable
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/pepper/
H A Dppb_var_deprecated_impl.cc55 bool IsValid(PP_Var* exception) { in IsValid()
79 bool IsValidIdentifer(PP_Var identifier, PP_Var* exception) { in IsValidIdentifer()
89 bool HasPropertyDeprecated(PP_Var var, PP_Var name, PP_Var* exception) { in HasPropertyDeprecated()
113 bool HasMethodDeprecated(PP_Var var, PP_Var name, PP_Var* exception) { in HasMethodDeprecated()
142 PP_Var GetProperty(PP_Var var, PP_Var name, PP_Var* exception) { in GetProperty()
165 PP_Var* exception) { in EnumerateProperties()
198 PP_Var* exception) { in SetPropertyDeprecated()
218 void DeletePropertyDeprecated(PP_Var var, PP_Var name, PP_Var* exception) { in DeletePropertyDeprecated()
246 PP_Var* exception) { in CallDeprecatedInternal()
328 PP_Var* exception) { in CallDeprecated()
[all …]
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dcache-view.c113 ExceptionInfo *exception) in AcquireAuthenticCacheView()
150 ExceptionInfo *exception) in AcquireVirtualCacheView()
301 ExceptionInfo *exception) in GetCacheViewAuthenticPixels()
653 const size_t columns,const size_t rows,ExceptionInfo *exception) in GetCacheViewVirtualPixels()
703 ExceptionInfo *exception) in GetOneCacheViewAuthenticPixel()
775 ExceptionInfo *exception) in GetOneCacheViewVirtualPixel()
848 ExceptionInfo *exception) in GetOneCacheViewVirtualPixelInfo()
907 const ssize_t x,const ssize_t y,Quantum *pixel,ExceptionInfo *exception) in GetOneCacheViewVirtualMethodPixel()
979 ExceptionInfo *exception) in QueueCacheViewAuthenticPixels()
1024 const ClassType storage_class,ExceptionInfo *exception) in SetCacheViewStorageClass()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/clangbackend/source/
H A Dclangcodemodelserver.cpp117 } catch (const std::exception &exception) { in documentsOpened() local
143 } catch (const std::exception &exception) { in documentsChanged() local
160 } catch (const std::exception &exception) { in documentsClosed() local
176 } catch (const std::exception &exception) { in unsavedFilesUpdated() local
189 } catch (const std::exception &exception) { in unsavedFilesRemoved() local
212 } catch (const std::exception &exception) { in requestCompletions() local
229 } catch (const std::exception &exception) { in requestAnnotations() local
260 } catch (const std::exception &exception) { in requestReferences() local
278 } catch (const std::exception &exception) { in requestFollowSymbol() local
296 } catch (const std::exception &exception) { in requestToolTip() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/pepper/
H A Dppb_var_deprecated_impl.cc55 bool IsValid(PP_Var* exception) { in IsValid()
79 bool IsValidIdentifer(PP_Var identifier, PP_Var* exception) { in IsValidIdentifer()
89 bool HasPropertyDeprecated(PP_Var var, PP_Var name, PP_Var* exception) { in HasPropertyDeprecated()
113 bool HasMethodDeprecated(PP_Var var, PP_Var name, PP_Var* exception) { in HasMethodDeprecated()
142 PP_Var GetProperty(PP_Var var, PP_Var name, PP_Var* exception) { in GetProperty()
165 PP_Var* exception) { in EnumerateProperties()
198 PP_Var* exception) { in SetPropertyDeprecated()
218 void DeletePropertyDeprecated(PP_Var var, PP_Var name, PP_Var* exception) { in DeletePropertyDeprecated()
246 PP_Var* exception) { in CallDeprecatedInternal()
328 PP_Var* exception) { in CallDeprecated()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Management/
H A DIRegiisUtility.cs48 out IntPtr exception); in ProtectedConfigAction()
54 out IntPtr exception); in RegisterAsnetMmcAssembly()
57 out IntPtr exception); in RegisterSystemWebAssembly()
59 void RemoveBrowserCaps (out IntPtr exception); in RemoveBrowserCaps()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DJAXBException.java82 public JAXBException(Throwable exception) { in JAXBException()
93 public JAXBException(String message, Throwable exception) { in JAXBException()
105 public JAXBException(String message, String errorCode, Throwable exception) { in JAXBException()
136 public void setLinkedException( Throwable exception ) { in setLinkedException()
H A DMarshalException.java72 public MarshalException( Throwable exception ) { in MarshalException()
83 public MarshalException( String message, Throwable exception ) { in MarshalException()
95 public MarshalException( String message, String errorCode, Throwable exception ) { in MarshalException()
H A DUnmarshalException.java74 public UnmarshalException( Throwable exception ) { in UnmarshalException()
85 public UnmarshalException( String message, Throwable exception ) { in UnmarshalException()
97 public UnmarshalException( String message, String errorCode, Throwable exception ) { in UnmarshalException()
H A DValidationException.java72 public ValidationException(Throwable exception) { in ValidationException()
83 public ValidationException(String message, Throwable exception) { in ValidationException()
95 public ValidationException(String message, String errorCode, Throwable exception) { in ValidationException()
/dports/math/vampire/vampire-4.5.1/
H A Dvground.cpp132 void explainException (Exception& exception) in explainException()
187 catch (Debug::AssertionViolationException& exception) { in main() local
193 catch (UserErrorException& exception) { in main() local
199 catch (Exception& exception) { in main() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DJAXBException.java82 public JAXBException(Throwable exception) { in JAXBException()
93 public JAXBException(String message, Throwable exception) { in JAXBException()
105 public JAXBException(String message, String errorCode, Throwable exception) { in JAXBException()
136 public void setLinkedException( Throwable exception ) { in setLinkedException()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/
H A DJumpToExceptionHandlerInCallerNode.java50 @Input ValueNode exception; field in JumpToExceptionHandlerInCallerNode
53 …public JumpToExceptionHandlerInCallerNode(ValueNode handlerInCallerPc, ValueNode exception, ValueN… in JumpToExceptionHandlerInCallerNode()
66 … native void jumpToExceptionHandlerInCaller(Word handlerInCallerPc, Object exception, Word excepti… in jumpToExceptionHandlerInCaller()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/src/org/eclipse/equinox/http/servlet/tests/util/
H A DMockServlet.java56 public MockServlet exception(Exception exception) { in exception() argument
70 private Exception exception; field in MockServlet
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/
H A DJumpToExceptionHandlerInCallerNode.java50 @Input ValueNode exception; field in JumpToExceptionHandlerInCallerNode
53 …public JumpToExceptionHandlerInCallerNode(ValueNode handlerInCallerPc, ValueNode exception, ValueN… in JumpToExceptionHandlerInCallerNode()
66 … native void jumpToExceptionHandlerInCaller(Word handlerInCallerPc, Object exception, Word excepti… in jumpToExceptionHandlerInCaller()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibSubRequest.java165 SnmpStatusException exception) in registerGetException()
187 SnmpStatusException exception) in registerSetException()
209 SnmpStatusException exception) in registerCheckException()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/
H A DJumpToExceptionHandlerInCallerNode.java50 @Input ValueNode exception; field in JumpToExceptionHandlerInCallerNode
53 …public JumpToExceptionHandlerInCallerNode(ValueNode handlerInCallerPc, ValueNode exception, ValueN… in JumpToExceptionHandlerInCallerNode()
66 … native void jumpToExceptionHandlerInCaller(Word handlerInCallerPc, Object exception, Word excepti… in jumpToExceptionHandlerInCaller()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/
H A DJumpToExceptionHandlerInCallerNode.java50 @Input ValueNode exception; field in JumpToExceptionHandlerInCallerNode
53 …public JumpToExceptionHandlerInCallerNode(ValueNode handlerInCallerPc, ValueNode exception, ValueN… in JumpToExceptionHandlerInCallerNode()
66 … native void jumpToExceptionHandlerInCaller(Word handlerInCallerPc, Object exception, Word excepti… in jumpToExceptionHandlerInCaller()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/
H A DJumpToExceptionHandlerInCallerNode.java50 @Input ValueNode exception; field in JumpToExceptionHandlerInCallerNode
53 …public JumpToExceptionHandlerInCallerNode(ValueNode handlerInCallerPc, ValueNode exception, ValueN… in JumpToExceptionHandlerInCallerNode()
66 … native void jumpToExceptionHandlerInCaller(Word handlerInCallerPc, Object exception, Word excepti… in jumpToExceptionHandlerInCaller()

1...<<11121314151617181920>>...977