Searched refs:format_percent (Results 1 – 10 of 10) sorted by relevance
/external/oprofile/libutil++/ |
D | string_manip.h | 69 format_percent(double value, size_t int_width,
|
D | string_manip.cpp | 107 format_percent(double value, size_t int_width, size_t fract_width, bool showpos) in format_percent() function
|
/external/oprofile/libpp/ |
D | format_output.cpp | 70 return ::format_percent(ratio * 100, percent_int_width, in get_percent() 106 format_map[ff_percent] = field_description(9, "%", &formatter::format_percent); in formatter() 321 string formatter::format_percent(field_datum const & f) in format_percent() function in format_output::formatter 363 return ::format_percent(f.diff, percent_int_width, in format_diff()
|
D | format_output.h | 113 std::string format_percent(field_datum const &);
|
/external/oprofile/libutil++/tests/ |
D | string_manip_tests.cpp | 253 string result = format_percent(cur->input, percent_int_width, in format_percent_tests()
|
/external/oprofile/pp/ |
D | opreport.cpp | 229 cout << format_percent(ratio * 100, percent_int_width, in output_count()
|
D | opannotate.cpp | 144 os << format_percent(op_ratio(count[i], total[i]) * 100.0, in count_str()
|
/external/oprofile/ |
D | ChangeLog-2004 | 510 from the last format_percent() change 526 * libutil++/string_manip.cpp: format_percent() return "0" if
|
D | TODO | 130 o i18n. We need a good formatter, and also remember format_percent()
|
D | ChangeLog-2003 | 323 * pp/opreport.cpp: s/format_double/format_percent/ 3866 * libutil++/string_manip.cpp: replace format_percent() by 4813 format_percent().
|