Searched refs:op_runtime_error (Results 1 - 10 of 10) sorted by relevance

/external/oprofile/libutil++/
H A Dop_exception.cpp41 op_runtime_error::op_runtime_error(string const & msg) function in class:op_runtime_error
47 op_runtime_error::op_runtime_error(string const & msg, int cerrno) function in class:op_runtime_error
53 op_runtime_error::~op_runtime_error() throw()
H A Dop_exception.h52 struct op_runtime_error : std::runtime_error struct in inherits:std::runtime_error
54 explicit op_runtime_error(std::string const & err);
55 op_runtime_error(std::string const & err, int cerrno);
56 ~op_runtime_error() throw();
H A Dbfd_spu_support.cpp106 throw op_runtime_error(os.str());
H A Dbfd_support.cpp340 throw op_runtime_error(os.str());
/external/oprofile/libutil++/tests/
H A Dutility_tests.cpp97 throw_tests<op_runtime_error, op_runtime_error>();
98 throw_tests<op_runtime_error, runtime_error>();
101 throw_tests<op_runtime_error, op_runtime_error>(true);
102 throw_tests<op_runtime_error, runtime_error>(true);
/external/oprofile/libpp/
H A Dname_storage.cpp65 throw op_runtime_error("image_name_storage::get_name() called"
69 throw op_runtime_error("invalid parameter to"
H A Dprofile_spec.cpp316 throw op_runtime_error("tag specified "
340 throw op_runtime_error("invalid --image-path= options");
/external/oprofile/pp/
H A Dcommon_option.cpp200 catch (op_runtime_error const & e) {
232 throw op_runtime_error("invalid option --demangle=" + option);
H A Dopreport.cpp72 throw op_runtime_error("opreport.cpp::add_files(): "
/external/oprofile/libregex/
H A Dop_regex.cpp260 throw op_runtime_error("Can't open file " + filename +

Completed in 420 milliseconds