Home
last modified time | relevance | path

Searched refs:op_lexical_cast (Results 1 – 11 of 11) sorted by relevance

/external/oprofile/gui/
Doprof_start_config.cpp74 buffer_size = op_lexical_cast<unsigned int>(val); in load()
78 note_table_size = op_lexical_cast<unsigned int>(val); in load()
90 separate_lib = op_lexical_cast<bool>(val); in load()
92 separate_kernel = op_lexical_cast<bool>(val); in load()
94 separate_cpu = op_lexical_cast<bool>(val); in load()
96 separate_thread = op_lexical_cast<bool>(val); in load()
98 callgraph_depth = op_lexical_cast<unsigned int>(val); in load()
100 buffer_watershed = op_lexical_cast<unsigned int>(val); in load()
102 cpu_buffer_size = op_lexical_cast<unsigned int>(val); in load()
Doprof_start.cpp336 op_lexical_cast<unsigned int>(parts[1]); in read_set_events()
341 op_lexical_cast<unsigned int>(parts[2]); in read_set_events()
343 op_lexical_cast<unsigned int>(parts[3]); in read_set_events()
345 op_lexical_cast<unsigned int>(parts[4]); in read_set_events()
962 arg += ":" + op_lexical_cast<string>(cfg.count); in save_config()
963 arg += ":" + op_lexical_cast<string>(cfg.umask); in save_config()
964 arg += ":" + op_lexical_cast<string>(cfg.os_ring_count); in save_config()
965 arg += ":" + op_lexical_cast<string>(cfg.user_ring_count); in save_config()
981 op_lexical_cast<string>(config.buffer_size)); in save_config()
985 op_lexical_cast<string>(config.note_table_size)); in save_config()
[all …]
/external/oprofile/libutil++/
Dstring_manip.h87 To op_lexical_cast(From const & src) in op_lexical_cast() function
105 unsigned int op_lexical_cast<unsigned int>(std::string const & str);
Dgeneric_spec.h86 data = op_lexical_cast<T>(str); in set()
Dcomma_list.h79 items.push_back(op_lexical_cast<T>(result[i])); in set()
Dstring_manip.cpp138 unsigned int op_lexical_cast<unsigned int, string>(string const & str) in op_lexical_cast() function
/external/oprofile/libpp/
Dfilename_spec.cpp68 count = op_lexical_cast<int>(parsed.count); in set_sample_filename()
69 unitmask = op_lexical_cast<unsigned int>(parsed.unitmask); in set_sample_filename()
Dop_header.cpp211 str += " count " + op_lexical_cast<string>(count); in op_print_event()
Darrange_profiles.cpp42 unsigned int lhsval = op_lexical_cast<unsigned int>(lhs); in numeric_compare()
43 unsigned int rhsval = op_lexical_cast<unsigned int>(rhs); in numeric_compare()
199 str += op_lexical_cast<string>(classes.v.size() - 5); in report_error()
/external/oprofile/libutil++/tests/
Dstring_manip_tests.cpp273 string result = op_lexical_cast<string>(cur->input); in tostr_tests()
285 op_lexical_cast<unsigned int>(cur->output); in touint_tests()
303 bool result = op_lexical_cast<bool>(cur->input); in tobool_tests()
/external/oprofile/
DChangeLog-2003477 lexical_cast_no_ws<> to op_lexical_cast<>
486 * libutil++/tests/string_manip_tests.cpp: use op_lexical_cast<>