Home
last modified time | relevance | path

Searched refs:allowExceptions (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DLicenseManager.cs273 …private static bool ValidateInternal(Type type, object instance, bool allowExceptions, out License… in ValidateInternal() argument
279 allowExceptions, in ValidateInternal()
290 …alRecursive(LicenseContext context, Type type, object instance, bool allowExceptions, out License … in ValidateInternalRecursive() argument
316 license = provider.GetLicense(context, type, instance, allowExceptions); in ValidateInternalRecursive()
345 …isValid = ValidateInternalRecursive(context, baseType, null, allowExceptions, out license, out tem… in ValidateInternalRecursive()
H A DLicenseProvider.cs21 …tract License GetLicense(LicenseContext context, Type type, object instance, bool allowExceptions); in GetLicense() argument
H A DLicFileLicenseProvider.cs49 …erride License GetLicense(LicenseContext context, Type type, object instance, bool allowExceptions) in GetLicense() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DLicenseManagerTests.cs77 bool allowExceptions) in GetLicense() argument
81 if (allowExceptions) in GetLicense()
91 if (allowExceptions) in GetLicense()
101 if (allowExceptions) in GetLicense()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DLicenseManagerTests.cs76 bool allowExceptions) in GetLicense() argument
81 if (allowExceptions) in GetLicense()
91 if (allowExceptions) in GetLicense()
101 if (allowExceptions) in GetLicense()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DLicenseManager.cs255 …private static bool ValidateInternal(Type type, object instance, bool allowExceptions, out License… in ValidateInternal() argument
260 allowExceptions, in ValidateInternal()
271 …alRecursive(LicenseContext context, Type type, object instance, bool allowExceptions, out License … in ValidateInternalRecursive() argument
294 license = provider.GetLicense(context, type, instance, allowExceptions); in ValidateInternalRecursive()
318 …isValid = ValidateInternalRecursive(context, baseType, null, allowExceptions, out license, out tem… in ValidateInternalRecursive()
H A DLicenseProvider.cs27 …tract License GetLicense(LicenseContext context, Type type, object instance, bool allowExceptions); in GetLicense() argument
H A DLicFileLicenseProvider.cs51 …ride License GetLicense(LicenseContext context, Type type, object instance, bool allowExceptions) { in GetLicense() argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Graphics2D/MTGraphicsAccessTest/
H A DMTGraphicsAccessTest.java46 static boolean allowExceptions = true; field in MTGraphicsAccessTest
116 } else if (!allowExceptions) { in MTGraphicsAccessTest()
154 allowExceptions = false; in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/Graphics2D/MTGraphicsAccessTest/
H A DMTGraphicsAccessTest.java46 static boolean allowExceptions = true; field in MTGraphicsAccessTest
116 } else if (!allowExceptions) { in MTGraphicsAccessTest()
154 allowExceptions = false; in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Graphics2D/MTGraphicsAccessTest/
H A DMTGraphicsAccessTest.java46 static boolean allowExceptions = true; field in MTGraphicsAccessTest
116 } else if (!allowExceptions) { in MTGraphicsAccessTest()
154 allowExceptions = false; in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/Graphics2D/MTGraphicsAccessTest/
H A DMTGraphicsAccessTest.java46 static boolean allowExceptions = true; field in MTGraphicsAccessTest
116 } else if (!allowExceptions) { in MTGraphicsAccessTest()
154 allowExceptions = false; in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/Graphics2D/MTGraphicsAccessTest/
H A DMTGraphicsAccessTest.java46 static boolean allowExceptions = true; field in MTGraphicsAccessTest
116 } else if (!allowExceptions) { in MTGraphicsAccessTest()
154 allowExceptions = false; in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/Graphics2D/MTGraphicsAccessTest/
H A DMTGraphicsAccessTest.java46 static boolean allowExceptions = true; field in MTGraphicsAccessTest
116 } else if (!allowExceptions) { in MTGraphicsAccessTest()
154 allowExceptions = false; in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/Graphics2D/MTGraphicsAccessTest/
H A DMTGraphicsAccessTest.java46 static boolean allowExceptions = true; field in MTGraphicsAccessTest
116 } else if (!allowExceptions) { in MTGraphicsAccessTest()
154 allowExceptions = false; in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/Graphics2D/MTGraphicsAccessTest/
H A DMTGraphicsAccessTest.java46 static boolean allowExceptions = true; field in MTGraphicsAccessTest
116 } else if (!allowExceptions) { in MTGraphicsAccessTest()
154 allowExceptions = false; in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/Graphics2D/MTGraphicsAccessTest/
H A DMTGraphicsAccessTest.java46 static boolean allowExceptions = true; field in MTGraphicsAccessTest
116 } else if (!allowExceptions) { in MTGraphicsAccessTest()
154 allowExceptions = false; in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/Graphics2D/MTGraphicsAccessTest/
H A DMTGraphicsAccessTest.java46 static boolean allowExceptions = true; field in MTGraphicsAccessTest
116 } else if (!allowExceptions) { in MTGraphicsAccessTest()
154 allowExceptions = false; in main()
/dports/devel/qbs/qbs-src-1.21.0/src/plugins/generator/iarew/archs/arm/
H A Darmlinkersettingsgroup_v8.cpp262 allowExceptions = !flags.contains(QLatin1String("--no_exceptions")); in AdvancedPageOptions()
265 int allowExceptions = 0; member
451 {opts.allowExceptions}); in buildAdvancedPage()
/dports/devel/love/love-11.3/src/modules/window/sdl/
H A DWindow.h132 void close(bool allowExceptions);
H A DWindow.cpp647 void Window::close(bool allowExceptions) in close() argument
651 if (allowExceptions && graphics->isCanvasActive()) in close()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netschedule/test/
H A Dtest_ns_commands.py150 def __init__( self, nsConnect, allowExceptions ): argument
152 self.__allowExceptions = allowExceptions
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclBasic.c3183 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS); local
3216 && !allowExceptions) {
3600 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS); local
3691 && !allowExceptions) {
3972 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS); local
4024 && !allowExceptions) {
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclBasic.c4617 int allowExceptions = (PTR2INT(data[0]) & TCL_ALLOW_EXCEPTIONS); in TEOV_Exception() local
4623 if ((result != TCL_OK) && (result != TCL_ERROR) && !allowExceptions) { in TEOV_Exception()
5070 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS); in TclEvalEx() local
5426 if ((code != TCL_OK) && (code != TCL_ERROR) && !allowExceptions) { in TclEvalEx()
6167 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS); in TclNREvalObjEx() local
6184 objPtr, INT2PTR(allowExceptions), NULL); in TclNREvalObjEx()
6242 int allowExceptions = PTR2INT(data[2]); in TEOEx_ByteCodeCallback() local
6248 if ((result != TCL_OK) && (result != TCL_ERROR) && !allowExceptions) { in TEOEx_ByteCodeCallback()
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclBasic.c3929 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS); in Tcl_EvalObjv() local
3948 if ((code != TCL_ERROR) && !allowExceptions) { in Tcl_EvalObjv()
4132 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS); in TclEvalEx() local
4494 if ((code != TCL_OK) && (code != TCL_ERROR) && !allowExceptions) { in TclEvalEx()
5296 int allowExceptions = (iPtr->evalFlags & TCL_ALLOW_EXCEPTIONS); in TclEvalObjEx() local
5315 && !allowExceptions) { in TclEvalObjEx()

12