HomeSort by relevance Sort by last modified time
    Searched refs:op_fatal_error (Results 1 - 11 of 11) sorted by null

  /external/oprofile/libutil++/
op_exception.cpp 34 op_fatal_error::op_fatal_error(string const & msg) function in class:op_fatal_error
op_exception.h 42 * throw op_fatal_error("blah") when returning error code is not an option
44 struct op_fatal_error : op_exception struct in inherits:op_exception
46 explicit op_fatal_error(std::string const & msg);
cached_value.h 30 throw op_fatal_error("cached value not set");
  /external/oprofile/libutil++/tests/
utility_tests.cpp 95 throw_tests<op_fatal_error, op_fatal_error>();
96 throw_tests<op_fatal_error, op_exception>();
99 throw_tests<op_fatal_error, op_fatal_error>(true);
100 throw_tests<op_fatal_error, op_exception>(true);
cached_value_tests.cpp 27 } catch (op_fatal_error const & e) {
  /external/oprofile/libpp/
op_header.cpp 50 throw op_fatal_error(os.str());
57 throw op_fatal_error(os.str());
144 throw op_fatal_error("Can't open sample file:" +
150 throw op_fatal_error("Can't read sample file header:" +
155 throw op_fatal_error("Invalid sample file, "
profile.cpp 84 throw op_fatal_error(os.str());
91 throw op_fatal_error(filename + ": " + strerror(rc));
164 throw op_fatal_error("profile_t::samples_range(): start > end"
symbol_sort.cpp 86 throw op_fatal_error(os.str());
182 throw op_fatal_error(os.str());
profile_spec.cpp 566 throw op_fatal_error(os.str());
arrange_profiles.cpp 207 throw op_fatal_error(str);
520 throw op_fatal_error(out.str());
  /external/oprofile/pp/
common_option.cpp 203 catch (op_fatal_error const & e) {

Completed in 68 milliseconds