Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddress.i152 raise RuntimeError(self.__runtime_error_str)
158 raise RuntimeError(self.__runtime_error_str)
164 raise RuntimeError(self.__runtime_error_str)
/freebsd-13.1/tests/sys/opencrypto/
H A Dcryptotest.py101 raise RuntimeError('unknown mode: %r' % repr(mode))
181 raise RuntimeError('unknown mode: %r' % repr(mode))
213 raise RuntimeError('unknown mode: %r' % repr(mode))
/freebsd-13.1/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_nvlist.py247 raise RuntimeError('nvpair_value failed')
259 raise RuntimeError('nvpair_value failed')
/freebsd-13.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dtokenize.py265 raise RuntimeError('unexpected token')
/freebsd-13.1/contrib/subversion/
H A Dwin-tests.py361 raise RuntimeError("Using 'tgt' *or* 'to_dir' is required" % (tgt,))
363 raise RuntimeError("'%s' is a directory. Use to_dir=" % (tgt,))
515 raise RuntimeError("Could not find a valid httpd binary!")
/freebsd-13.1/tools/tools/shlib-compat/
H A Dshlib-compat.py203 raise RuntimeError("Symbols have different names: %s",
/freebsd-13.1/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()