Home
last modified time | relevance | path

Searched defs:file_exception (Results 1 – 16 of 16) sorted by relevance

/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Dutils.h163 struct file_exception: public std::exception struct
168 file_exception(const std::string &f); argument
171 virtual ~file_exception() throw () {} in ~file_exception() argument
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/calf/
H A Dutils.h149 struct file_exception: public std::exception struct
154 file_exception(const std::string &f); argument
157 virtual ~file_exception() throw () {} in ~file_exception() argument
/dports/multimedia/onevpl/oneVPL-2022.0.6/api/vpl/preview/
H A Dexception.hpp138 class file_exception : virtual public std::exception { class
142 explicit file_exception(const std::string& text) : res_(text) { in file_exception() function in oneapi::vpl::file_exception
146 file_exception(const file_exception& ex) : res_(ex.res_) {} in file_exception() function in oneapi::vpl::file_exception
/dports/multimedia/onevpl/oneVPL-2022.0.6/preview/python/binding/
H A Dexception.cpp14 auto file_exception = py::register_exception<vpl::file_exception>(m, "file_exception"); in init_exception() local
/dports/www/moodle310/moodle/contentbank/tests/fixtures/
H A Dtestable_content.php28 use file_exception; alias
/dports/www/moodle39/moodle/contentbank/tests/fixtures/
H A Dtestable_content.php28 use file_exception; alias
/dports/www/moodle311/moodle/contentbank/tests/fixtures/
H A Dtestable_content.php28 use file_exception; alias
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/
H A Dutils.cpp140 file_exception::file_exception(const std::string &f) in file_exception() function in calf_utils::file_exception
148 file_exception::file_exception(const std::string &f, const std::string &t) in file_exception() function in calf_utils::file_exception
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dutils.cpp145 file_exception::file_exception(const std::string &f) in file_exception() function in calf_utils::file_exception
153 file_exception::file_exception(const std::string &f, const std::string &t) in file_exception() function in calf_utils::file_exception
/dports/games/exult/exult-snapshot-v1.7.0.20211128/headers/
H A Dexceptions.h76 explicit file_exception(std::string what_arg): exult_exception(std::move(what_arg)) { } in file_exception() function
/dports/www/moodle310/moodle/lib/filestorage/
H A Dfile_exceptions.php35 class file_exception extends moodle_exception { class
/dports/www/moodle39/moodle/lib/filestorage/
H A Dfile_exceptions.php35 class file_exception extends moodle_exception { class
/dports/www/moodle311/moodle/lib/filestorage/
H A Dfile_exceptions.php35 class file_exception extends moodle_exception { class
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dlinespec.c846 volatile struct gdb_exception file_exception; in decode_line_1() local
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dlinespec.c2137 volatile struct gdb_exception file_exception; in parse_linespec() local
/dports/devel/gdb/gdb-11.1/gdb/
H A Dlinespec.c2534 struct gdb_exception file_exception; in parse_linespec() local