Home
last modified time | relevance | path

Searched refs:excpt (Results 1 – 25 of 958) sorted by relevance

12345678910>>...39

/dports/devel/py-dask/dask-2021.11.2/dask/array/tests/
H A Dtest_svg.py36 with pytest.raises(NotImplementedError) as excpt:
38 assert "0 dimensions" in str(excpt.value)
41 with pytest.raises(NotImplementedError) as excpt:
43 assert "0 dimensions" in str(excpt.value)
46 with pytest.raises(NotImplementedError) as excpt:
48 assert "0-length dimensions" in str(excpt.value)
51 with pytest.raises(NotImplementedError) as excpt:
55 assert "unknown chunk sizes" in str(excpt.value)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Statistics/test/
H A DitkDistanceMetricTest.cxx92 catch( itk::ExceptionObject & excpt ) in itkDistanceMetricTest() local
94 std::cerr << "Exception thrown: " << excpt << std::endl; in itkDistanceMetricTest()
104 catch( itk::ExceptionObject & excpt ) in itkDistanceMetricTest() local
106 std::cerr << "Exception thrown: " << excpt << std::endl; in itkDistanceMetricTest()
123 catch( itk::ExceptionObject & excpt ) in itkDistanceMetricTest() local
125 std::cerr << "Exception thrown: " << excpt << std::endl; in itkDistanceMetricTest()
H A DitkDistanceMetricTest2.cxx95 catch( itk::ExceptionObject & excpt ) in itkDistanceMetricTest2() local
97 std::cerr << "Exception thrown: " << excpt << std::endl; in itkDistanceMetricTest2()
114 catch( itk::ExceptionObject & excpt ) in itkDistanceMetricTest2() local
116 std::cerr << "Exception thrown: " << excpt << std::endl; in itkDistanceMetricTest2()
H A DitkMahalanobisDistanceMetricTest.cxx129 catch( itk::ExceptionObject & excpt ) in itkMahalanobisDistanceMetricTest() local
131 std::cerr << "Exception caught: " << excpt << std::endl; in itkMahalanobisDistanceMetricTest()
251 catch( itk::ExceptionObject & excpt ) in itkMahalanobisDistanceMetricTest() local
253 std::cerr << "Exception caught: " << excpt << std::endl; in itkMahalanobisDistanceMetricTest()
/dports/net/tcpreen/tcpreen-1.4.4/logs/
H A Dlog.h89 int WriteData (const void *data, int length, int excpt = 0);
121 int excpt = 0);
123 int excpt = 0);
151 OnewayLogList::WriteData (const void *data, int length, int excpt) in WriteData() argument
153 return is_client_side ? mylist->WriteClientData (data, length, excpt) in WriteData()
154 : mylist->WriteServerData (data, length, excpt); in WriteData()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/test/
H A Dtest_random.cpp87 catch (const CException & excpt) { in BOOST_AUTO_TEST_CASE() local
88 BOOST_FAIL("Error in LFG seed test: " + string(excpt.what())); in BOOST_AUTO_TEST_CASE()
190 catch (const CException & excpt) { in BOOST_AUTO_TEST_CASE() local
191 BOOST_FAIL("Error in LFG max test: " + string(excpt.what())); in BOOST_AUTO_TEST_CASE()
231 catch (const CException & excpt) { in BOOST_AUTO_TEST_CASE() local
232 BOOST_FAIL("Error in LFG range test: " + string(excpt.what())); in BOOST_AUTO_TEST_CASE()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/core/test/CommandLineProcessor/
H A Dcxx_main.cpp128 catch( CommandLineProcessor::ParseError &excpt ) { in main() local
130 std::cout << "*** Caught EXPECTED standard exception : " << excpt.what() << std::endl in main()
189 catch( CommandLineProcessor::UnrecognizedOption &excpt ) { in main() local
191 std::cout << "*** Caught EXPECTED standard exception : " << excpt.what() << std::endl in main()
249 catch( CommandLineProcessor::UnrecognizedOption &excpt ) { in main() local
251 std::cout << "*** Caught EXPECTED standard exception : " << excpt.what() << std::endl in main()
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/bfin/
H A Devent.s40 .global excpt
41 excpt: label
42 excpt 15;
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/bfin/
H A Devent.s40 .global excpt
41 excpt: label
42 excpt 15;
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/bfin/
H A Devent.s40 .global excpt
41 excpt: label
42 excpt 15;
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/bfin/
H A Devent.s40 .global excpt
41 excpt: label
42 excpt 15;
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/bfin/
H A Devent.s40 .global excpt
41 excpt: label
42 excpt 15;
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/bfin/
H A Devent.s40 .global excpt
41 excpt: label
42 excpt 15;
/dports/print/brlaser/brlaser-6/test/
H A Dlest.hpp71 #define lest_EXPECT_THROWS_AS( expr, excpt ) \ argument
74 try { lest::serum( expr ); } catch ( excpt & ) { break; } catch (...) {} \
75 throw lest::expected{ lest_LOCATION, #expr, lest::of_type( #excpt ) }; \
125 expected( location where, std::string expr, std::string excpt = "" ) in expected()
126 : message{ "failed: didn't get exception", where, expr, excpt } {} in expected()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/dx12/
H A Dinstance.rs6 vc::excpt,
24 return excpt::EXCEPTION_CONTINUE_SEARCH; in output_debug_string_handler()
37 _ => return excpt::EXCEPTION_CONTINUE_SEARCH, in output_debug_string_handler()
44 None => return excpt::EXCEPTION_CONTINUE_SEARCH, in output_debug_string_handler()
58 return excpt::EXCEPTION_CONTINUE_SEARCH; in output_debug_string_handler()
68 excpt::EXCEPTION_CONTINUE_EXECUTION in output_debug_string_handler()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/core/src/
H A DTeuchos_StandardCatchMacros.hpp68 catch (const std::exception &excpt) { \
74 <<Teuchos::concreteTypeName(excpt)<<"\' :\n\n"; \
79 scsi_tab.o() << excpt.what() << std::endl; \
/dports/cad/openroad/OpenROAD-2.0/src/sta/search/
H A DLatches.cc210 ExceptionPath *excpt = search_->exceptionTo(ExceptionPathType::any, in latchRequired() local
216 MultiCyclePath *mcp = dynamic_cast<MultiCyclePath*>(excpt); in latchRequired()
217 PathDelay *path_delay = dynamic_cast<PathDelay*>(excpt); in latchRequired()
305 ExceptionPath *excpt = exceptionTo(data_path, nullptr); in latchOutArrival() local
306 if (!(excpt && excpt->isFalse())) { in latchOutArrival()
323 ExceptionPath *excpt = exceptionTo(data_path, en_clk_edge); in latchOutArrival() local
325 if (!(excpt && (excpt->isFalse() in latchOutArrival()
326 || excpt->isPathDelay()))) { in latchOutArrival()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/apple/launcher/
H A DJavaAppLauncher.java83 } catch (final Throwable excpt) { in run()
85 …if ((excpt instanceof UnsatisfiedLinkError) && excpt.getMessage().equals("nativeInvokeNonPublic"))… in run()
88 excpt.printStackTrace(); in run()
89 … showFailureAlertAndKill(kJavaFailureMainThrewException, excpt.toString()); in run()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/apple/launcher/
H A DJavaAppLauncher.java83 } catch (final Throwable excpt) { in run()
85 …if ((excpt instanceof UnsatisfiedLinkError) && excpt.getMessage().equals("nativeInvokeNonPublic"))… in run()
88 excpt.printStackTrace(); in run()
89 … showFailureAlertAndKill(kJavaFailureMainThrewException, excpt.toString()); in run()
/dports/devel/py-simpletal/SimpleTAL-4.3/tests/TALTests/XMLTests/
H A DTALAttributeTestCases.py95 def error (self, excpt): argument
96 print "Error: %s" % str (excpt)
98 def warning (self, excpt): argument
99 print "Warning: %s" % str (excpt)
H A DTALSingletonTests.py94 def error (self, excpt): argument
95 print "Error: %s" % str (excpt)
97 def warning (self, excpt): argument
98 print "Warning: %s" % str (excpt)
/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dscsipt.h726 unsigned int excpt:1; /* except */ member
730 unsigned int excpt:1; /* except */ member
763 unsigned int excpt:1; /* except */ member
769 unsigned int excpt:1; /* except */ member
802 unsigned int excpt:1; /* except */ member
812 unsigned int excpt:1; /* except */ member
845 unsigned int excpt:1; /* except */ member
851 unsigned int excpt:1; /* except */ member
/dports/devel/boost-docs/boost_1_72_0/boost/outcome/detail/
H A Dtrait_std_exception.hpp67 template <class Exception> explicit _rethrow_exception(Exception &&excpt) // NOLINT in _rethrow_exception()
70 rethrow_exception(policy::exception_ptr(std::forward<Exception>(excpt))); in _rethrow_exception()
/dports/devel/boost-python-libs/boost_1_72_0/boost/outcome/detail/
H A Dtrait_std_exception.hpp67 template <class Exception> explicit _rethrow_exception(Exception &&excpt) // NOLINT in _rethrow_exception()
70 rethrow_exception(policy::exception_ptr(std::forward<Exception>(excpt))); in _rethrow_exception()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/outcome/detail/
H A Dtrait_std_exception.hpp67 template <class Exception> explicit _rethrow_exception(Exception &&excpt) // NOLINT in _rethrow_exception()
70 rethrow_exception(policy::exception_ptr(std::forward<Exception>(excpt))); in _rethrow_exception()

12345678910>>...39