Home
last modified time | relevance | path

Searched refs:index_error (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/
H A Dclient_zero_test.cpp110 throw uhd::index_error("Bad peek32 in unittest"); in _peek_cb()
196 BOOST_CHECK_THROW(mock_client0->get_noc_id(0), uhd::index_error); // Client0 in BOOST_AUTO_TEST_CASE()
197 BOOST_CHECK_THROW(mock_client0->get_noc_id(1), uhd::index_error); // sep0 in BOOST_AUTO_TEST_CASE()
198 BOOST_CHECK_THROW(mock_client0->get_noc_id(2), uhd::index_error); // sep1 in BOOST_AUTO_TEST_CASE()
207 BOOST_CHECK_THROW(mock_client0->get_noc_id(9), uhd::index_error); in BOOST_AUTO_TEST_CASE()
214 BOOST_CHECK_THROW(mock_client0->set_flush(0), uhd::index_error); in BOOST_AUTO_TEST_CASE()
217 BOOST_CHECK_THROW(mock_client0->set_flush(9), uhd::index_error); in BOOST_AUTO_TEST_CASE()
218 BOOST_CHECK_THROW(mock_client0->reset_ctrl(0), uhd::index_error); in BOOST_AUTO_TEST_CASE()
220 BOOST_CHECK_THROW(mock_client0->reset_ctrl(9), uhd::index_error); in BOOST_AUTO_TEST_CASE()
221 BOOST_CHECK_THROW(mock_client0->reset_chdr(0), uhd::index_error); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/lcos/
H A Dwhen_any.hpp155 static std::size_t index_error() in index_error() function
161 : index(static_cast<size_t>(index_error())) in when_any_result()
166 : index(index_error()) in when_any_result()
177 rhs.index = index_error(); in when_any_result()
195 rhs.index = index_error(); in operator =()
226 if (index == when_any_result<Sequence>::index_error()) in operator ()()
319 when_any_result<Sequence>::index_error(); in on_future_ready()
340 , index_(when_any_result<Sequence>::index_error()) in when_any()
360 HPX_ASSERT(index_.load() != when_any_result<Sequence>::index_error()); in operator ()()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/python/
H A Deigen.cpp30 throw py::index_error(); in register_eigen()
35 throw py::index_error(); in register_eigen()
71 throw py::index_error(); in register_eigen()
76 throw py::index_error(); in register_eigen()
120 throw py::index_error(); in register_eigen()
125 throw py::index_error(); in register_eigen()
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/vipster/
H A Dstep.py.cpp37 throw py::index_error(); in bind_step()
46 throw py::index_error(); in bind_step()
55 throw py::index_error(); in bind_step()
64 throw py::index_error(); in bind_step()
73 throw py::index_error(); in bind_step()
134 throw py::index_error(); in bind_step()
143 throw py::index_error(); in bind_step()
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/dataset/
H A Dunsigned.XPlex.h165 if (empty()) index_error(); in low_element()
171 if (empty()) index_error(); in low_element()
177 if (empty()) index_error(); in high_element()
183 if (empty()) index_error(); in high_element()
H A DPrefixRange.XPlex.h166 if (empty()) index_error(); in low_element()
172 if (empty()) index_error(); in low_element()
178 if (empty()) index_error(); in high_element()
184 if (empty()) index_error(); in high_element()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/mpm/include/mpm/
H A Dexception.hpp38 struct index_error : lookup_error struct
40 index_error(const std::string& what);
42 virtual index_error* dynamic_clone(void) const;
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/python/istl/
H A Dbcrsmatrix.hh176 throw pybind11::index_error( "No such row: " + std::to_string( row ) ); in registerBCRSMatrix()
182 throw pybind11::index_error( "No such row: " + std::to_string( row ) ); in registerBCRSMatrix()
186 throw pybind11::index_error( "No such column: " + std::to_string( col ) ); in registerBCRSMatrix()
194 …throw pybind11::index_error( "Index (" + std::to_string( row ) + ", " + std::to_string( col ) + ")… in registerBCRSMatrix()
202 throw pybind11::index_error( "No such row: " + std::to_string( row ) ); in registerBCRSMatrix()
209 throw pybind11::index_error( "No such row: " + std::to_string( row ) ); in registerBCRSMatrix()
213 throw pybind11::index_error( "No such column: " + std::to_string( col ) ); in registerBCRSMatrix()
221 …throw pybind11::index_error( "Index (" + std::to_string( row ) + ", " + std::to_string( col ) + ")… in registerBCRSMatrix()
229 throw pybind11::index_error( "No such row" ); in registerBCRSMatrix()
256 throw pybind11::index_error(); in registerBCRSMatrix()
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/third-party/pybind11/include/pybind11/
H A Dstl_bind.h149 throw index_error();
159 throw index_error();
170 throw index_error();
182 throw index_error();
228 throw index_error();
270 throw index_error();
295 throw index_error();
427 throw index_error();
446 else throw index_error();
451 else throw index_error();
/dports/science/py-dlib/dlib-19.22/dlib/external/pybind11/include/pybind11/
H A Dstl_bind.h142 throw index_error();
152 throw index_error();
163 throw index_error();
175 throw index_error();
221 throw index_error();
263 throw index_error();
288 throw index_error();
428 throw index_error();
447 else throw index_error();
452 else throw index_error();
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/pybind11/include/pybind11/
H A Dstl_bind.h143 throw index_error();
153 throw index_error();
164 throw index_error();
176 throw index_error();
222 throw index_error();
264 throw index_error();
289 throw index_error();
429 throw index_error();
448 else throw index_error();
453 else throw index_error();
/dports/science/dlib-cpp/dlib-19.22/dlib/external/pybind11/include/pybind11/
H A Dstl_bind.h142 throw index_error();
152 throw index_error();
163 throw index_error();
175 throw index_error();
221 throw index_error();
263 throw index_error();
288 throw index_error();
428 throw index_error();
447 else throw index_error();
452 else throw index_error();
/dports/graphics/open3d/Open3D-0.2/src/External/pybind11/include/pybind11/
H A Dstl_bind.h142 throw index_error();
152 throw index_error();
163 throw index_error();
175 throw index_error();
221 throw index_error();
263 throw index_error();
288 throw index_error();
428 throw index_error();
447 else throw index_error();
452 else throw index_error();
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/pybind11/include/pybind11/
H A Dstl_bind.h142 throw index_error();
152 throw index_error();
163 throw index_error();
175 throw index_error();
221 throw index_error();
263 throw index_error();
288 throw index_error();
428 throw index_error();
447 else throw index_error();
452 else throw index_error();
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/include/uhd/
H A Dexception.hpp69 struct UHD_API index_error : lookup_error struct
71 index_error(const std::string& what);
73 virtual index_error* dynamic_clone(void) const;
/dports/astro/py-pykep/pykep-2.6/pykep/
H A Dboost_python_p_exceptions.h28 inline void ie_translator(const index_error &ie) in ie_translator()
83 boost::python::register_exception_translator<index_error>(ie_translator); in translate_p_exceptions()
/dports/astro/pykep/pykep-2.6/pykep/
H A Dboost_python_p_exceptions.h28 inline void ie_translator(const index_error &ie) in ie_translator()
83 boost::python::register_exception_translator<index_error>(ie_translator); in translate_p_exceptions()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/pybind11/pybind11/include/pybind11/
H A Dstl_bind.h122 throw index_error();
182 throw index_error();
192 throw index_error();
302 throw index_error();
334 throw index_error();
336 throw index_error();
481 throw index_error();
500 else throw index_error();
505 else throw index_error();
/dports/math/petanque/arybo-release-1.1.0/petanque/third-party/pybind11/
H A Dstl_bind.h122 throw index_error();
175 throw index_error();
185 throw index_error();
295 throw index_error();
327 throw index_error();
329 throw index_error();
469 throw index_error();
488 else throw index_error();
493 else throw index_error();
/dports/misc/mnn/MNN-1.2.0/pymnn/src/pybind11/
H A Dstl_bind.h122 throw index_error();
175 throw index_error();
185 throw index_error();
295 throw index_error();
327 throw index_error();
329 throw index_error();
469 throw index_error();
488 else throw index_error();
493 else throw index_error();
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/python/pybind11/
H A Dstl_bind.h122 throw index_error();
182 throw index_error();
192 throw index_error();
302 throw index_error();
334 throw index_error();
336 throw index_error();
481 throw index_error();
500 else throw index_error();
505 else throw index_error();
/dports/science/hepmc3/HepMC3-3.2.4/python/include/pybind11/
H A Dstl_bind.h122 throw index_error();
182 throw index_error();
192 throw index_error();
302 throw index_error();
334 throw index_error();
336 throw index_error();
481 throw index_error();
500 else throw index_error();
505 else throw index_error();
/dports/cad/netgen/netgen-6.2.2105/external_dependencies/pybind11/include/pybind11/
H A Dstl_bind.h122 throw index_error();
175 throw index_error();
185 throw index_error();
295 throw index_error();
327 throw index_error();
329 throw index_error();
469 throw index_error();
488 else throw index_error();
493 else throw index_error();
/dports/misc/py-onnx/onnx-1.10.2/third_party/pybind11/include/pybind11/
H A Dstl_bind.h122 throw index_error();
182 throw index_error();
192 throw index_error();
302 throw index_error();
334 throw index_error();
336 throw index_error();
481 throw index_error();
500 else throw index_error();
505 else throw index_error();
/dports/misc/py-tflite-support/tflite-support-0.1.0a1/.eggs/pybind11-2.4.3-py3.7.egg/
H A Dstl_bind.h122 throw index_error();
175 throw index_error();
185 throw index_error();
295 throw index_error();
327 throw index_error();
329 throw index_error();
469 throw index_error();
488 else throw index_error();
493 else throw index_error();

12345678910