Home
last modified time | relevance | path

Searched refs:RuntimeError (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddressExtensions.i18 raise RuntimeError(self.__runtime_error_str)
24 raise RuntimeError(self.__runtime_error_str)
30 raise RuntimeError(self.__runtime_error_str)
/freebsd/tests/atf_python/
H A Dktest.py85 … raise RuntimeError(f"Failed to load kernel module '{self.module_name}' (error {result})")
114 … raise RuntimeError(f"Failed to load kernel module '{self.module_name}' (error {result})")
H A Dutils.py23 raise RuntimeError("libc not found")
/freebsd/tests/sys/opencrypto/
H A Dcryptotest.py100 raise RuntimeError('unknown mode: %r' % repr(mode))
180 raise RuntimeError('unknown mode: %r' % repr(mode))
212 raise RuntimeError('unknown mode: %r' % repr(mode))
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_nvlist.py248 raise RuntimeError('nvpair_value failed')
260 raise RuntimeError('nvpair_value failed')
/freebsd/tools/tools/shlib-compat/
H A Dshlib-compat.py202 raise RuntimeError("Symbols have different names: %s",
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8854 Ok, LogicError, RuntimeError enumerator
8926 …rror( std::string const &message ) -> BasicResult { return { ResultBase::RuntimeError, message }; } in runtimeError()
8938 assert( m_type != ResultBase::RuntimeError ); in enforceOk()