Searched refs:op_exception (Results 1 - 8 of 8) sorted by relevance

/external/oprofile/libutil++/
H A Dop_exception.cpp2 * @file op_exception.cpp
14 #include "op_exception.h"
18 op_exception::op_exception(string const & msg) function in class:op_exception
24 op_exception::~op_exception() throw()
28 char const * op_exception::what() const throw()
36 op_exception(msg)
H A Dop_exception.h2 * @file op_exception.h
28 class op_exception : public std::exception { class in inherits:std::exception
30 explicit op_exception(std::string const& msg);
31 ~op_exception() throw() = 0;
44 struct op_fatal_error : op_exception
H A DAndroid.mk30 op_exception.cpp \
/external/oprofile/libutil++/tests/
H A Dutility_tests.cpp3 * tests utility.h and op_exception.h
17 #include "op_exception.h"
96 throw_tests<op_fatal_error, op_exception>();
100 throw_tests<op_fatal_error, op_exception>(true);
/external/oprofile/libregex/
H A Dop_regex.h25 #include "op_exception.h"
30 struct bad_regex : op_exception {
H A Dop_regex.cpp75 : op_exception(pattern)
/external/valgrind/main/none/tests/s390x/
H A Dop_exception.stderr.exp4 at 0x........: main (op_exception.c:30)
/external/oprofile/pp/
H A Dcommon_option.cpp21 #include "op_exception.h"
206 catch (op_exception const & e) {

Completed in 111 milliseconds