Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 1 – 25 of 7738) sorted by relevance

12345678910>>...310

/dports/devel/swig/swig-4.0.2/Examples/test-suite/java/
H A Denum_thorough_simple_runme.java35 if (s.speedTest1(speed) != speed) throw new RuntimeException("speedTest 1 failed"); in main()
36 if (s.speedTest2(speed) != speed) throw new RuntimeException("speedTest 2 failed"); in main()
37 if (s.speedTest3(speed) != speed) throw new RuntimeException("speedTest 3 failed"); in main()
38 if (s.speedTest4(speed) != speed) throw new RuntimeException("speedTest 4 failed"); in main()
39 if (s.speedTest5(speed) != speed) throw new RuntimeException("speedTest 5 failed"); in main()
40 if (s.speedTest6(speed) != speed) throw new RuntimeException("speedTest 6 failed"); in main()
41 if (s.speedTest7(speed) != speed) throw new RuntimeException("speedTest 7 failed"); in main()
42 if (s.speedTest8(speed) != speed) throw new RuntimeException("speedTest 8 failed"); in main()
55 if (s.getMySpeedtd1() != slow) throw new RuntimeException("mySpeedtd1 1 failed"); in main()
56 if (s.getMySpeedtd1() != 10) throw new RuntimeException("mySpeedtd1 2 failed"); in main()
[all …]
H A Denum_thorough_proper_runme.java35 if (s.speedTest1(speed) != speed) throw new RuntimeException("speedTest 1 failed"); in main()
36 if (s.speedTest2(speed) != speed) throw new RuntimeException("speedTest 2 failed"); in main()
37 if (s.speedTest3(speed) != speed) throw new RuntimeException("speedTest 3 failed"); in main()
38 if (s.speedTest4(speed) != speed) throw new RuntimeException("speedTest 4 failed"); in main()
39 if (s.speedTest5(speed) != speed) throw new RuntimeException("speedTest 5 failed"); in main()
40 if (s.speedTest6(speed) != speed) throw new RuntimeException("speedTest 6 failed"); in main()
41 if (s.speedTest7(speed) != speed) throw new RuntimeException("speedTest 7 failed"); in main()
42 if (s.speedTest8(speed) != speed) throw new RuntimeException("speedTest 8 failed"); in main()
55 if (s.getMySpeedtd1() != slow) throw new RuntimeException("mySpeedtd1 1 failed"); in main()
214 if (t.treesTest1(pine) != pine) throw new RuntimeException("treesTest 1 failed"); in main()
[all …]
H A Denum_thorough_typeunsafe_runme.java35 if (s.speedTest1(speed) != speed) throw new RuntimeException("speedTest 1 failed"); in main()
36 if (s.speedTest2(speed) != speed) throw new RuntimeException("speedTest 2 failed"); in main()
37 if (s.speedTest3(speed) != speed) throw new RuntimeException("speedTest 3 failed"); in main()
38 if (s.speedTest4(speed) != speed) throw new RuntimeException("speedTest 4 failed"); in main()
39 if (s.speedTest5(speed) != speed) throw new RuntimeException("speedTest 5 failed"); in main()
40 if (s.speedTest6(speed) != speed) throw new RuntimeException("speedTest 6 failed"); in main()
41 if (s.speedTest7(speed) != speed) throw new RuntimeException("speedTest 7 failed"); in main()
42 if (s.speedTest8(speed) != speed) throw new RuntimeException("speedTest 8 failed"); in main()
55 if (s.getMySpeedtd1() != slow) throw new RuntimeException("mySpeedtd1 1 failed"); in main()
56 if (s.getMySpeedtd1() != 10) throw new RuntimeException("mySpeedtd1 2 failed"); in main()
[all …]
H A Denum_thorough_runme.java20 if (enum_thorough.ReallyAnInteger != 200) throw new RuntimeException("Test Anon 1 failed"); in main()
35 if (s.speedTest1(speed) != speed) throw new RuntimeException("speedTest 1 failed"); in main()
36 if (s.speedTest2(speed) != speed) throw new RuntimeException("speedTest 2 failed"); in main()
37 if (s.speedTest3(speed) != speed) throw new RuntimeException("speedTest 3 failed"); in main()
38 if (s.speedTest4(speed) != speed) throw new RuntimeException("speedTest 4 failed"); in main()
39 if (s.speedTest5(speed) != speed) throw new RuntimeException("speedTest 5 failed"); in main()
40 if (s.speedTest6(speed) != speed) throw new RuntimeException("speedTest 6 failed"); in main()
41 if (s.speedTest7(speed) != speed) throw new RuntimeException("speedTest 7 failed"); in main()
42 if (s.speedTest8(speed) != speed) throw new RuntimeException("speedTest 8 failed"); in main()
55 if (s.getMySpeedtd1() != slow) throw new RuntimeException("mySpeedtd1 1 failed"); in main()
[all …]
H A Dextend_default_runme.java21 throw new RuntimeException("Before constructor 1 failed"); in main()
25 throw new RuntimeException("Before constructor 2 failed"); in main()
29 throw new RuntimeException("Before constructor 3 failed"); in main()
34 throw new RuntimeException("Before AddedMethod 1 failed"); in main()
36 throw new RuntimeException("Before AddedMethod 2 failed"); in main()
210 throw new RuntimeException("override test 1 failed"); in main()
212 throw new RuntimeException("override test 2 failed"); in main()
215 throw new RuntimeException("override test 3 failed"); in main()
217 throw new RuntimeException("override test 4 failed"); in main()
220 throw new RuntimeException("override test 5 failed"); in main()
[all …]
H A Ddefault_args_runme.java30 throw new RuntimeException("EnumClass failed"); in main()
33 throw new RuntimeException("casts1 failed"); in main()
36 throw new RuntimeException("casts2 failed"); in main()
74 } catch (RuntimeException e) { in main()
79 } catch (RuntimeException e) { in main()
84 } catch (RuntimeException e) { in main()
90 } catch (RuntimeException e) { in main()
95 } catch (RuntimeException e) { in main()
100 } catch (RuntimeException e) { in main()
105 } catch (RuntimeException e) { in main()
[all …]
H A Doverload_template_runme.java24 throw new RuntimeException ("mix1(const char*)"); in main()
30 throw new RuntimeException ("mix1(double)"); in main()
34 throw new RuntimeException ("mix2(const char*)"); in main()
40 throw new RuntimeException ("mix2(double)"); in main()
44 throw new RuntimeException ("mix3(const char*)"); in main()
50 throw new RuntimeException ("mix3(double)"); in main()
54 throw new RuntimeException ("overtparams1(int)"); in main()
65 throw new RuntimeException ("overloaded()"); in main()
102 throw new RuntimeException ("overload()"); in main()
105 throw new RuntimeException ("overload(int t)"); in main()
[all …]
H A Dli_std_list_runme.java19 if (!v1.isEmpty()) throw new RuntimeException("v1 test (1) failed"); in main()
20 if (v1.size() != 0) throw new RuntimeException("v1 test (2) failed"); in main()
21 if (!v1.add(123)) throw new RuntimeException("v1 test (3) failed"); in main()
22 if (v1.size() != 1) throw new RuntimeException("v1 test (4) failed"); in main()
23 if (v1.isEmpty()) throw new RuntimeException("v1 test (5) failed"); in main()
27 if (n != 123) throw new RuntimeException("v1 loop test failed"); in main()
30 if (sum != 123) throw new RuntimeException("v1 sum test failed"); in main()
31 if (v1.get(0) != 123) throw new RuntimeException("v1 test failed"); in main()
46 throw new RuntimeException("v1 test (12) failed"); in main()
171 throw new RuntimeException("v11 test (1) failed"); in main()
[all …]
H A Djava_director_typemaps_ptr_runme.java55 if (bool_arg != null) throw new RuntimeException("not null bool_arg"); in director_method_output()
58 if (short_arg != null) throw new RuntimeException("not null short_arg"); in director_method_output()
60 if (int_arg != null) throw new RuntimeException("not null int_arg"); in director_method_output()
62 if (long_arg != null) throw new RuntimeException("not null long_arg"); in director_method_output()
66 if (float_arg != null) throw new RuntimeException("not null float_arg"); in director_method_output()
106 if (bool_arg != null) throw new RuntimeException("not null bool_arg"); in director_method_inout()
111 if (int_arg != null) throw new RuntimeException("not null int_arg"); in director_method_inout()
113 if (long_arg != null) throw new RuntimeException("not null long_arg"); in director_method_inout()
172 if (bool_arg != null) throw new RuntimeException("not null bool_arg"); in director_method_nameless_args()
177 if (int_arg != null) throw new RuntimeException("not null int_arg"); in director_method_nameless_args()
[all …]
H A Dtemplate_default_arg_runme.java24 throw new RuntimeException("X_int test 1 failed"); in main()
26 throw new RuntimeException("X_int test 2 failed"); in main()
28 throw new RuntimeException("X_int test 3 failed"); in main()
73 throw new RuntimeException("ott test 1 failed"); in main()
77 throw new RuntimeException("ott test 2 failed"); in main()
79 throw new RuntimeException("ott test 3 failed"); in main()
81 throw new RuntimeException("ott test 4 failed"); in main()
84 throw new RuntimeException("ott test 5 failed"); in main()
86 throw new RuntimeException("ott test 6 failed"); in main()
88 throw new RuntimeException("ott test 7 failed"); in main()
[all …]
H A Dli_std_except_runme.java17 …{ test.throw_bad_exception(); throw new RuntimeException("throw_bad_exception failed"); } catch (R… in main()
18 …w new RuntimeException("throw_domain_error failed"); } catch (RuntimeException e) { if (!e.getMess… in main()
19 …try { test.throw_exception(); throw new RuntimeException("throw_exception failed"); } catch (Runti… in main()
20RuntimeException("throw_invalid_argument failed"); } catch (IllegalArgumentException e) { if (!e.g… in main()
21 …w RuntimeException("throw_length_error failed"); } catch (IndexOutOfBoundsException e) { if (!e.ge… in main()
22 …ow new RuntimeException("throw_logic_error failed"); } catch (RuntimeException e) { if (!e.getMess… in main()
23 …w RuntimeException("throw_out_of_range failed"); } catch (IndexOutOfBoundsException e) { if (!e.ge… in main()
24 …new RuntimeException("throw_overflow_error failed"); } catch (ArithmeticException e) { if (!e.getM… in main()
25 …w RuntimeException("throw_range_error failed"); } catch (IndexOutOfBoundsException e) { if (!e.get… in main()
26 …w new RuntimeException("throw_runtime_error failed"); } catch (RuntimeException e) { if (!e.getMes… in main()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDatabaseMetaData.cxx81 sal_Int32 SAL_CALL ODatabaseMetaData::getMaxRowSize( ) throw(SQLException, RuntimeException) in getMaxRowSize()
388 sal_Bool SAL_CALL ODatabaseMetaData::isReadOnly( ) throw(SQLException, RuntimeException) in isReadOnly()
468 sal_Bool SAL_CALL ODatabaseMetaData::supportsUnion( ) throw(SQLException, RuntimeException) in supportsUnion()
558 ::rtl::OUString SAL_CALL ODatabaseMetaData::getURL( ) throw(SQLException, RuntimeException) in getURL()
606 sal_Int32 SAL_CALL ODatabaseMetaData::getDriverMajorVersion( ) throw(RuntimeException) in getDriverMajorVersion()
616 sal_Int32 SAL_CALL ODatabaseMetaData::getDriverMinorVersion( ) throw(RuntimeException) in getDriverMinorVersion()
794 const ::rtl::OUString& columnNamePattern ) throw(SQLException, RuntimeException) in getColumnPrivileges()
801 const ::rtl::OUString& columnNamePattern ) throw(SQLException, RuntimeException) in getColumns()
822 const ::rtl::OUString& procedureNamePattern ) throw(SQLException, RuntimeException) in getProcedures()
853 sal_Bool unique, sal_Bool approximate ) throw(SQLException, RuntimeException) in getIndexInfo()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/JavaSearch15/src/g2/f/m/def/
H A DR3.java11RuntimeException>.MemberGeneric<Object, Exception, RuntimeException> member = new Generic<Object, …
15RuntimeException>.MemberGeneric<Exception, Exception, RuntimeException> member = new Generic<Excep…
23RuntimeException>.MemberGeneric<? extends Throwable, ? extends Exception, ? extends RuntimeExcepti…
27RuntimeException>.MemberGeneric<? extends Throwable, ? extends Exception, ? extends RuntimeExcepti…
31RuntimeException>.MemberGeneric<? extends Throwable, ? extends Exception, ? extends RuntimeExcepti…
35RuntimeException>.MemberGeneric<? extends Throwable, ? extends Exception, ? extends RuntimeExcepti…
39RuntimeException, ? super IllegalMonitorStateException, ? super IllegalMonitorStateException>.Memb…
43RuntimeException, ? super IllegalMonitorStateException, ? super IllegalMonitorStateException>.Memb…
47RuntimeException, ? super IllegalMonitorStateException, ? super IllegalMonitorStateException>.Memb…
51RuntimeException, ? super IllegalMonitorStateException, ? super IllegalMonitorStateException>.Memb…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/JavaSearch15/src/g5/c/ref/
H A DRefMultiple.java22RuntimeException, RuntimeException, RuntimeException> gm = new Multiple<RuntimeException, RuntimeE… in testRuntimeException()
23RuntimeException, RuntimeException, RuntimeException>Multiple<RuntimeException, RuntimeException, in testRuntimeException()
24 new Multiple<RuntimeException, RuntimeException, RuntimeException>(gm); in testRuntimeException()
25RuntimeException, RuntimeException, RuntimeException>Multiple<RuntimeException, RuntimeException, in testRuntimeException()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/File/
H A DNulFile.java290 throw new RuntimeException( in test()
295 throw new RuntimeException( in test()
302 throw new RuntimeException( in test()
317 throw new RuntimeException( in test()
330 throw new RuntimeException( in test()
379 throw new RuntimeException( in test()
445 throw new RuntimeException("File should fail to set" in test()
456 throw new RuntimeException("File should fail to set" in test()
528 throw new RuntimeException( in test()
539 throw new RuntimeException("toPath() should throw" in test()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/io/File/
H A DNulFile.java290 throw new RuntimeException( in test()
295 throw new RuntimeException( in test()
302 throw new RuntimeException( in test()
317 throw new RuntimeException( in test()
330 throw new RuntimeException( in test()
379 throw new RuntimeException( in test()
445 throw new RuntimeException("File should fail to set" in test()
456 throw new RuntimeException("File should fail to set" in test()
528 throw new RuntimeException( in test()
539 throw new RuntimeException("toPath() should throw" in test()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/File/
H A DNulFile.java290 throw new RuntimeException( in test()
295 throw new RuntimeException( in test()
302 throw new RuntimeException( in test()
317 throw new RuntimeException( in test()
330 throw new RuntimeException( in test()
379 throw new RuntimeException( in test()
445 throw new RuntimeException("File should fail to set" in test()
456 throw new RuntimeException("File should fail to set" in test()
528 throw new RuntimeException( in test()
539 throw new RuntimeException("toPath() should throw" in test()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/io/File/
H A DNulFile.java290 throw new RuntimeException( in test()
295 throw new RuntimeException( in test()
302 throw new RuntimeException( in test()
317 throw new RuntimeException( in test()
330 throw new RuntimeException( in test()
379 throw new RuntimeException( in test()
445 throw new RuntimeException("File should fail to set" in test()
456 throw new RuntimeException("File should fail to set" in test()
528 throw new RuntimeException( in test()
539 throw new RuntimeException("toPath() should throw" in test()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/io/File/
H A DNulFile.java290 throw new RuntimeException( in test()
295 throw new RuntimeException( in test()
302 throw new RuntimeException( in test()
317 throw new RuntimeException( in test()
330 throw new RuntimeException( in test()
379 throw new RuntimeException( in test()
445 throw new RuntimeException("File should fail to set" in test()
456 throw new RuntimeException("File should fail to set" in test()
528 throw new RuntimeException( in test()
539 throw new RuntimeException("toPath() should throw" in test()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/io/File/
H A DNulFile.java290 throw new RuntimeException( in test()
295 throw new RuntimeException( in test()
302 throw new RuntimeException( in test()
317 throw new RuntimeException( in test()
330 throw new RuntimeException( in test()
379 throw new RuntimeException( in test()
445 throw new RuntimeException("File should fail to set" in test()
456 throw new RuntimeException("File should fail to set" in test()
528 throw new RuntimeException( in test()
539 throw new RuntimeException("toPath() should throw" in test()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/io/File/
H A DNulFile.java290 throw new RuntimeException( in test()
295 throw new RuntimeException( in test()
302 throw new RuntimeException( in test()
317 throw new RuntimeException( in test()
330 throw new RuntimeException( in test()
379 throw new RuntimeException( in test()
445 throw new RuntimeException("File should fail to set" in test()
456 throw new RuntimeException("File should fail to set" in test()
528 throw new RuntimeException( in test()
539 throw new RuntimeException("toPath() should throw" in test()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/io/File/
H A DNulFile.java290 throw new RuntimeException( in test()
295 throw new RuntimeException( in test()
302 throw new RuntimeException( in test()
317 throw new RuntimeException( in test()
330 throw new RuntimeException( in test()
379 throw new RuntimeException( in test()
445 throw new RuntimeException("File should fail to set" in test()
456 throw new RuntimeException("File should fail to set" in test()
528 throw new RuntimeException( in test()
539 throw new RuntimeException("toPath() should throw" in test()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/io/File/
H A DNulFile.java290 throw new RuntimeException( in test()
295 throw new RuntimeException( in test()
302 throw new RuntimeException( in test()
317 throw new RuntimeException( in test()
330 throw new RuntimeException( in test()
379 throw new RuntimeException( in test()
445 throw new RuntimeException("File should fail to set" in test()
456 throw new RuntimeException("File should fail to set" in test()
528 throw new RuntimeException( in test()
539 throw new RuntimeException("toPath() should throw" in test()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/io/File/
H A DNulFile.java290 throw new RuntimeException( in test()
295 throw new RuntimeException( in test()
302 throw new RuntimeException( in test()
317 throw new RuntimeException( in test()
330 throw new RuntimeException( in test()
379 throw new RuntimeException( in test()
445 throw new RuntimeException("File should fail to set" in test()
456 throw new RuntimeException("File should fail to set" in test()
528 throw new RuntimeException( in test()
539 throw new RuntimeException("toPath() should throw" in test()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/test/ole/cpnt/
H A Dcpnt.cxx204 virtual Any SAL_CALL getAAny() throw (RuntimeException);
206 virtual Type SAL_CALL getAType() throw (RuntimeException);
273 throw (RuntimeException);
516 throw( RuntimeException )
699 throw( RuntimeException )
814 Any SAL_CALL OComponent::getAAny() throw (RuntimeException)
824 Type SAL_CALL OComponent::getAType() throw (RuntimeException)
1033 throw (RuntimeException)
1062 throw (RuntimeException)
1291 throw (RuntimeException)
[all …]

12345678910>>...310