Home
last modified time | relevance | path

Searched refs:exceptionCount (Results 1 – 25 of 143) sorted by relevance

123456

/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/samplebinding/
H A Dexception_test.py44 exceptionCount = 0
52 exceptionCount += 1
59 exceptionCount += 1
61 self.assertEqual(exceptionCount, 2)
64 exceptionCount = 0
72 exceptionCount += 1
79 exceptionCount += 1
81 self.assertEqual(exceptionCount, 2)
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/samplebinding/
H A Dexception_test.py44 exceptionCount = 0
52 exceptionCount += 1
59 exceptionCount += 1
61 self.assertEqual(exceptionCount, 2)
64 exceptionCount = 0
72 exceptionCount += 1
79 exceptionCount += 1
81 self.assertEqual(exceptionCount, 2)
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/samplebinding/
H A Dexception_test.py44 exceptionCount = 0
52 exceptionCount += 1
59 exceptionCount += 1
61 self.assertEqual(exceptionCount, 2)
64 exceptionCount = 0
72 exceptionCount += 1
79 exceptionCount += 1
81 self.assertEqual(exceptionCount, 2)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/flow/
H A DInitializationFlowContext.java24 public int exceptionCount; field in InitializationFlowContext
45 for (int i = 0; i < exceptionCount; i++) { in checkInitializerExceptions()
57 for (int i = 0; i < exceptionCount; i++) { in individualToString()
73 if (exceptionCount == size) { in recordHandlingException()
93 thrownExceptions[exceptionCount] = raisedException; in recordHandlingException()
94 exceptionThrowers[exceptionCount] = invocationSite; in recordHandlingException()
95 exceptionThrowerFlowInfos[exceptionCount++] = flowInfo.copy(); in recordHandlingException()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/flow/
H A DInitializationFlowContext.java24 public int exceptionCount; field in InitializationFlowContext
41 for (int i = 0; i < exceptionCount; i++) { in checkInitializerExceptions()
51 for (int i = 0; i < exceptionCount; i++) { in individualToString()
66 if (exceptionCount == size) { in recordHandlingException()
75 thrownExceptions[exceptionCount] = raisedException; in recordHandlingException()
76 exceptionThrowers[exceptionCount] = invocationSite; in recordHandlingException()
77 exceptionThrowerFlowInfos[exceptionCount++] = flowInfo.copy(); in recordHandlingException()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/flow/
H A DInitializationFlowContext.java24 public int exceptionCount; field in InitializationFlowContext
45 for (int i = 0; i < this.exceptionCount; i++) { in checkInitializerExceptions()
62 for (int i = 0; i < this.exceptionCount; i++) { in individualToString()
79 if (this.exceptionCount == size) { in recordHandlingException()
99 this.thrownExceptions[this.exceptionCount] = raisedException; in recordHandlingException()
100 this.exceptionThrowers[this.exceptionCount] = invocationSite; in recordHandlingException()
101 this.exceptionThrowerFlowInfos[this.exceptionCount++] = flowInfo.copy(); in recordHandlingException()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/
H A DInitializationFlowContext.java27 public int exceptionCount; field in InitializationFlowContext
48 for (int i = 0; i < this.exceptionCount; i++) { in checkInitializerExceptions()
66 for (int i = 0; i < this.exceptionCount; i++) { in individualToString()
84 if (this.exceptionCount == size) { in recordHandlingException()
104 this.thrownExceptions[this.exceptionCount] = raisedException; in recordHandlingException()
105 this.exceptionThrowers[this.exceptionCount] = invocationSite; in recordHandlingException()
106 this.exceptionThrowerFlowInfos[this.exceptionCount++] = flowInfo.copy(); in recordHandlingException()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/net/httpserver/
H A DSimpleHttpServerTest.java52 int exceptionCount = 0; in main() local
55 RETRY: while (exceptionCount == 0) { in main()
74 exceptionCount++; in main()
79 if (exceptionCount > 0) { in main()
81 + exceptionCount + " exceptions."); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/net/httpserver/
H A DSimpleHttpServerTest.java52 int exceptionCount = 0; in main() local
55 RETRY: while (exceptionCount == 0) { in main()
74 exceptionCount++; in main()
79 if (exceptionCount > 0) { in main()
81 + exceptionCount + " exceptions."); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/com/sun/net/httpserver/
H A DSimpleHttpServerTest.java52 int exceptionCount = 0;
55 RETRY: while (exceptionCount == 0) {
74 exceptionCount++;
79 if (exceptionCount > 0) {
81 + exceptionCount + " exceptions.");
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/net/httpserver/
H A DSimpleHttpServerTest.java52 int exceptionCount = 0; in main() local
55 RETRY: while (exceptionCount == 0) { in main()
74 exceptionCount++; in main()
79 if (exceptionCount > 0) { in main()
81 + exceptionCount + " exceptions."); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/com/sun/net/httpserver/
H A DSimpleHttpServerTest.java52 int exceptionCount = 0; in main() local
55 RETRY: while (exceptionCount == 0) { in main()
74 exceptionCount++; in main()
79 if (exceptionCount > 0) { in main()
81 + exceptionCount + " exceptions."); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/nio/cs/
H A DTestCp93xSISO.java32 int exceptionCount = 0; in main() local
42 exceptionCount++; in main()
46 exceptionCount++; in main()
50 if (exceptionCount > 0) in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/nio/cs/
H A DTestCp93xSISO.java32 int exceptionCount = 0; in main() local
42 exceptionCount++; in main()
46 exceptionCount++; in main()
50 if (exceptionCount > 0) in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/nio/cs/
H A DTestCp93xSISO.java32 int exceptionCount = 0; in main() local
42 exceptionCount++; in main()
46 exceptionCount++; in main()
50 if (exceptionCount > 0) in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/nio/cs/
H A DTestCp93xSISO.java32 int exceptionCount = 0; in main() local
42 exceptionCount++; in main()
46 exceptionCount++; in main()
50 if (exceptionCount > 0) in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/nio/cs/
H A DTestCp93xSISO.java32 int exceptionCount = 0; in main() local
42 exceptionCount++; in main()
46 exceptionCount++; in main()
50 if (exceptionCount > 0) in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/nio/cs/
H A DTestCp93xSISO.java32 int exceptionCount = 0; in main() local
42 exceptionCount++; in main()
46 exceptionCount++; in main()
50 if (exceptionCount > 0) in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/nio/cs/
H A DTestCp93xSISO.java32 int exceptionCount = 0; in main() local
42 exceptionCount++; in main()
46 exceptionCount++; in main()
50 if (exceptionCount > 0) in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/nio/cs/
H A DTestCp93xSISO.java32 int exceptionCount = 0; in main() local
42 exceptionCount++; in main()
46 exceptionCount++; in main()
50 if (exceptionCount > 0) in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/nio/cs/
H A DTestCp93xSISO.java31 int exceptionCount = 0; in main() local
41 exceptionCount++; in main()
45 exceptionCount++; in main()
49 if (exceptionCount > 0) in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/nio/cs/
H A DTestCp93xSISO.java31 int exceptionCount = 0; in main() local
41 exceptionCount++; in main()
45 exceptionCount++; in main()
49 if (exceptionCount > 0) in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DExceptionHandler.java36 private int exceptionCount = 0; // To avoid recursive errors field in ExceptionHandler
51 exceptionCount++; in handleException()
52 if (exceptionCount > 2) { in handleException()
68 exceptionCount--; in handleException()
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/tree/
H A DReleaseLatchesTest.java72 void doAction(ReleaseLatchesTest test, int exceptionCount)
88 void doAction(ReleaseLatchesTest test, int exceptionCount)
96 void doAction(ReleaseLatchesTest test, int exceptionCount)
105 void doAction(ReleaseLatchesTest test, int exceptionCount)
114 void doAction(ReleaseLatchesTest test, int exceptionCount)
129 void doAction(ReleaseLatchesTest test, int exceptionCount)
132 test.modify(exceptionCount);
143 void doAction(ReleaseLatchesTest test, int exceptionCount)
146 test.modify(exceptionCount);
343 int exceptionCount) in checkLatchCount() argument
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/testdata/testwinlib/
H A Dmain.c5 int exceptionCount; variable
11 exceptionCount++; in customExceptionHandlder()
38 exceptionCount = 0; in main()
55 printf("exceptionCount: %d\ncontinueCount: %d\n", exceptionCount, continueCount); in main()

123456