Home
last modified time | relevance | path

Searched refs:exception_occurred (Results 1 – 25 of 44) sorted by relevance

12

/dports/math/numdiff/numdiff-5.9.0/
H A Dread_line.c49 int exception_occurred = 0; in read_line() local
55 if ( !(exception_occurred = ((ch == EOF && n == 0) || ch == '\0')) ) in read_line()
91 } while (!exception_occurred); in read_line()
92 if ((exception_occurred)) in read_line()
/dports/astro/py-extension-helpers/extension-helpers-0.1/extension_helpers/
H A D_utils.py55 exception_occurred = False
59 exception_occurred = True
65 if not exception_occurred:
/dports/emulators/spim/spim-8.0/CPU/
H A Dspim-utils.c60 int exception_occurred; variable
321 exception_occurred = 0; in run_program()
328 exception_occurred = 0; in run_program()
332 if (exception_occurred && CP0_ExCode == ExcCode_Bp) in run_program()
372 if (exception_occurred) in add_breakpoint()
H A Dsyscall.c215 exception_occurred = 0; in handle_exception()
249 exception_occurred = 0; in handle_exception()
H A Dinst.c160 exception_occurred = 0; in store_instruction()
162 if (exception_occurred) in store_instruction()
647 exception_occurred = 0; in print_inst()
650 if (exception_occurred) in print_inst()
1003 exception_occurred = 0; in set_breakpoint()
1009 if (exception_occurred) in set_breakpoint()
H A Drun.c268 exception_occurred = 0; in run_spim()
270 if (exception_occurred) /* In reading instruction */ in run_spim()
272 exception_occurred = 0; in run_spim()
617 if (!exception_occurred) in run_spim()
669 if (!exception_occurred) in run_spim()
1650 if (exception_occurred) in run_spim()
1838 exception_occurred = 1; in raise_exception()
H A Dinst.h171 extern int exception_occurred;
/dports/math/e-antic/flint2-ae7ec89/flintxx/test/
H A Dhelpers.h74 bool exception_occurred = false; \
81 exception_occurred = true; \
83 if(!exception_occurred) \
/dports/math/flint2/flint-2.8.4/flintxx/test/
H A Dhelpers.h74 bool exception_occurred = false; \
81 exception_occurred = true; \
83 if(!exception_occurred) \
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/flintxx/test/
H A Dhelpers.h74 bool exception_occurred = false; \
81 exception_occurred = true; \
83 if(!exception_occurred) \
/dports/astro/py-astropy-helpers/astropy-helpers-4.0.1/astropy_helpers/
H A Dutils.py88 exception_occurred = False
92 exception_occurred = True
98 if not exception_occurred:
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/jni-0.19.0/tests/util/
H A Dmod.rs72 let exception_occurred = env.exception_check().unwrap_or_else(|e| panic!("{:?}", e)); in print_exception() localVariable
73 if exception_occurred { in print_exception()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/jni-0.19.0/tests/util/
H A Dmod.rs72 let exception_occurred = env.exception_check().unwrap_or_else(|e| panic!("{:?}", e)); in print_exception() localVariable
73 if exception_occurred { in print_exception()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/jni-0.19.0/tests/util/
H A Dmod.rs72 let exception_occurred = env.exception_check().unwrap_or_else(|e| panic!("{:?}", e)); in print_exception() localVariable
73 if exception_occurred { in print_exception()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/jni-0.19.0/tests/util/
H A Dmod.rs72 let exception_occurred = env.exception_check().unwrap_or_else(|e| panic!("{:?}", e));
73 if exception_occurred {
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/jni-0.16.0/tests/util/
H A Dmod.rs74 let exception_occurred = env.exception_check().unwrap_or_else(|e| panic!("{:?}", e)); in print_exception() localVariable
75 if exception_occurred { in print_exception()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/jni-0.14.0/tests/util/
H A Dmod.rs74 let exception_occurred = env.exception_check().unwrap_or_else(|e| panic!("{:?}", e)); in print_exception() localVariable
75 if exception_occurred { in print_exception()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/PowerPC/Interpreter/
H A DInterpreter_FloatingPoint.cpp41 bool exception_occurred = false; in ConvertToInteger() local
50 exception_occurred = true; in ConvertToInteger()
57 exception_occurred = true; in ConvertToInteger()
64 exception_occurred = true; in ConvertToInteger()
114 if (exception_occurred) in ConvertToInteger()
119 if (!exception_occurred || FPSCR.VE == 0) in ConvertToInteger()
/dports/devel/py-spyder/spyder-3.2.7/spyder/plugins/
H A Dconsole.py205 self.shell.exception_occurred.connect(self.exception_occurred)
207 def exception_occurred(self, text, is_traceback): member in Console
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_task_group.cpp801 bool exception_occurred = false, in TestMissingWait() local
812 exception_occurred = true; in TestMissingWait()
816 exception_occurred = true; in TestMissingWait()
820 exception_occurred = unexpected_exception = true; in TestMissingWait()
822 ASSERT( exception_occurred, NULL ); in TestMissingWait()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_task_group.cpp801 bool exception_occurred = false, in TestMissingWait() local
812 exception_occurred = true; in TestMissingWait()
816 exception_occurred = true; in TestMissingWait()
820 exception_occurred = unexpected_exception = true; in TestMissingWait()
822 ASSERT( exception_occurred, NULL ); in TestMissingWait()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_task_group.cpp801 bool exception_occurred = false, in TestMissingWait() local
812 exception_occurred = true; in TestMissingWait()
816 exception_occurred = true; in TestMissingWait()
820 exception_occurred = unexpected_exception = true; in TestMissingWait()
822 ASSERT( exception_occurred, NULL ); in TestMissingWait()
/dports/astro/py-astropy-helpers/astropy-helpers-4.0.1/
H A Dah_bootstrap.py920 exception_occurred = False
924 exception_occurred = True
930 if not exception_occurred:
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_task_group.cpp600 bool exception_occurred = false, in TestMissingWait() local
613 exception_occurred = true; in TestMissingWait()
617 exception_occurred = true; in TestMissingWait()
621 exception_occurred = unexpected_exception = true; in TestMissingWait()
623 CHECK( exception_occurred ); in TestMissingWait()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/bridge/jni/src/
H A Dlogging.rs97 let throwable = env.exception_occurred()?; in log_impl()

12