OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_runtime_error
(Results
1 - 10
of
10
) sorted by null
/external/oprofile/libutil++/
op_exception.cpp
41
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()
op_exception.h
52
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();
bfd_spu_support.cpp
106
throw
op_runtime_error
(os.str());
bfd_support.cpp
340
throw
op_runtime_error
(os.str());
/external/oprofile/libutil++/tests/
utility_tests.cpp
97
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/
name_storage.cpp
65
throw
op_runtime_error
("image_name_storage::get_name() called"
69
throw
op_runtime_error
("invalid parameter to"
profile_spec.cpp
316
throw
op_runtime_error
("tag specified "
340
throw
op_runtime_error
("invalid --image-path= options");
/external/oprofile/pp/
common_option.cpp
200
catch (
op_runtime_error
const & e) {
232
throw
op_runtime_error
("invalid option --demangle=" + option);
opreport.cpp
72
throw
op_runtime_error
("opreport.cpp::add_files(): "
/external/oprofile/libregex/
op_regex.cpp
260
throw
op_runtime_error
("Can't open file " + filename +
Completed in 715 milliseconds