Home
last modified time | relevance | path

Searched defs:caught (Results 1 – 25 of 1667) sorted by relevance

12345678910>>...67

/dports/devel/scalatest/scalatest-1.6.1/src/test/scala/org/scalatest/
H A DClueSpec.scala70 val caught = intercept[TestFailedException] { constant
81 val caught = intercept[TestFailedException] { constant
93 val caught = intercept[TestFailedException] { constant
105 val caught = intercept[TestFailedException] { constant
117 val caught = intercept[TestFailedException] { constant
129 val caught = intercept[JUnitTestFailedError] { constant
140 val caught = intercept[JUnitTestFailedError] { constant
152 val caught = intercept[JUnitTestFailedError] { constant
164 val caught = intercept[JUnitTestFailedError] { constant
176 val caught = intercept[JUnitTestFailedError] { constant
[all …]
/dports/devel/scalatest/scalatest-1.6.1/src/test/scala/org/scalatest/concurrent/
H A DConductorSuite.scala30 val caught = intercept[NotAllowedException] { conductor.conduct() } constant
53 val caught = constant
68 val caught = constant
83 val caught = constant
100 val caught = constant
113 val caught = constant
135 val caught = constant
157 val caught = constant
285 val caught = constant
333 val caught = constant
/dports/lang/guile2/guile-2.2.7/test-suite/standalone/
H A Dtest-num2integral.c70 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_long_long() local
79 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_long_long() local
87 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_long_long() local
95 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_long_long() local
104 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_long_long() local
122 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2ulong_long_body, &n, in test_ulong_long() local
130 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2ulong_long_body, &n, in test_ulong_long() local
138 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_ulong_long() local
/dports/lang/guile/guile-3.0.7/test-suite/standalone/
H A Dtest-num2integral.c70 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_long_long() local
79 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_long_long() local
87 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_long_long() local
95 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_long_long() local
104 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_long_long() local
122 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2ulong_long_body, &n, in test_ulong_long() local
130 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2ulong_long_body, &n, in test_ulong_long() local
138 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_ulong_long() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/toolchain/
H A Deh_throw_tests.cc33 bool caught = false; in test_simple_throw_and_catch() local
46 bool caught = false; in test_catch_type_matching() local
68 bool caught = false; in test_catch_subtype_matching() local
81 bool caught = false; in test_catch_all() local
108 bool caught = false; in test_nested_try_blocks() local
131 bool caught = false; in test_throw_in_catch_block() local
161 bool caught = false; in test_dtor() local
182 bool caught = false; in test_rethrow() local
238 bool caught = false; in test_multiple_inheritance_exception() local
253 bool caught = false; in test_multiple_inheritance_exception_ptr() local
[all …]
/dports/lang/guile1/guile-1.8.8/test-suite/standalone/
H A Dtest-num2integral.c68 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_long_long() local
77 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_long_long() local
85 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_long_long() local
93 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_long_long() local
102 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_long_long() local
124 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2ulong_long_body, &n, in test_ulong_long() local
132 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2ulong_long_body, &n, in test_ulong_long() local
140 SCM caught = scm_internal_catch (SCM_BOOL_T, call_num2long_long_body, &n, in test_ulong_long() local
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest49.vim3733 let caught = 0 variable
3737 let caught = 1 variable
3755 let caught = 0 variable
3770 let caught = 1 variable
3788 let caught = 0 variable
3801 let caught = 1 variable
3826 let caught = 1 variable
4221 let caught = 0 variable
4227 let caught = 1 variable
4246 let caught = 0 variable
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/operators/
H A DcatchError.ts95 const caught = source.lift(operator); constant
101 caught: Observable<T>; property in CatchOperator
119 private caught: Observable<T>) { property in CatchSubscriber
/dports/misc/netron/node_modules/rxjs/src/internal/operators/
H A DcatchError.ts95 const caught = source.lift(operator); constant
101 caught: Observable<T>; property in CatchOperator
119 private caught: Observable<T>) { property in CatchSubscriber
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/operators/
H A DcatchError.ts95 const caught = source.lift(operator); constant
101 caught: Observable<T>; property in CatchOperator
119 private caught: Observable<T>) { property in CatchSubscriber
/dports/textproc/write-good/write-good-1.0.8/node_modules/rxjs/src/internal/operators/
H A DcatchError.ts93 const caught = source.lift(operator); constant
99 caught: Observable<T>; property in CatchOperator
117 private caught: Observable<T>) { property in CatchSubscriber
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/watson/
H A DElementTreeDeltaChainTest.java74 assertTrue(ex.getMessage(), caught); in testIllegalMerges() local
85 assertTrue(ex.getMessage(), caught); in testIllegalMerges() local
97 assertTrue(ex.getMessage(), caught); in testIllegalMerges() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/
H A DTestRPCWaitForProxy.java54 Throwable caught = worker.getCaught(); in testWaitForProxy() local
75 Throwable caught = worker.getCaught(); in testInterruptedWaitForProxy() local
98 private Throwable caught; field in TestRPCWaitForProxy.RpcThread
/dports/misc/vxl/vxl-3.3.2/contrib/mul/mbl/tests/
H A Dtest_parse_sequence.cxx89 bool caught = false; in test_parse_sequence() local
106 bool caught = false; in test_parse_sequence() local
123 bool caught = false; in test_parse_sequence() local
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/18_support/nested_exception/
H A D62154.cc28 bool caught = false; in test01() local
43 bool caught = false; in test02() local
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/18_support/nested_exception/
H A D62154.cc28 bool caught = false; in test01() local
43 bool caught = false; in test02() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/18_support/nested_exception/
H A D62154.cc28 bool caught = false; in test01() local
43 bool caught = false; in test02() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/18_support/nested_exception/
H A D62154.cc28 bool caught = false; in test01() local
43 bool caught = false; in test02() local
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/18_support/nested_exception/
H A D62154.cc28 bool caught = false; in test01() local
43 bool caught = false; in test02() local
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/18_support/nested_exception/
H A D62154.cc28 bool caught = false; in test01() local
43 bool caught = false; in test02() local
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/18_support/nested_exception/
H A D62154.cc28 bool caught = false; in test01() local
43 bool caught = false; in test02() local
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/18_support/nested_exception/
H A D62154.cc28 bool caught = false; in test01() local
43 bool caught = false; in test02() local
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/18_support/nested_exception/
H A D62154.cc29 bool caught = false; in test01() local
44 bool caught = false; in test02() local
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/18_support/nested_exception/
H A D62154.cc28 bool caught = false; in test01() local
43 bool caught = false; in test02() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/18_support/nested_exception/
H A D62154.cc28 bool caught = false; in test01() local
43 bool caught = false; in test02() local

12345678910>>...67