Home
last modified time | relevance | path

Searched refs:separate_token (Results 1 – 12 of 12) sorted by relevance

/external/oprofile/libutil++/
Dstring_filter.cpp22 : include(separate_token(include_patterns, ',')), in string_filter()
23 exclude(separate_token(exclude_patterns, ',')) in string_filter()
Dcomma_list.h72 std::vector<std::string> result = separate_token(str, ','); in set()
Dstring_manip.h46 std::vector<std::string> separate_token(std::string const & str, char sep);
Dstring_manip.cpp54 vector<string> separate_token(string const & str, char sep) in separate_token() function
/external/oprofile/libpp/
Dparse_filename.cpp34 parts_type parts = separate_token(event_spec, '.'); in parse_event_spec()
94 vector<string> parts = separate_token(str, '.'); in parse_anon()
137 vector<string> path = separate_token(filename_spec, '/'); in parse_filename()
Dprofile_spec.cpp116 session = separate_token(str, ','); in parse_session()
122 session_exclude = separate_token(str, ','); in parse_session_exclude()
128 image = separate_token(str, ','); in parse_image()
135 image_exclude = separate_token(str, ','); in parse_image_exclude()
142 lib_image = separate_token(str, ','); in parse_lib_image()
/external/oprofile/libopt++/
Dpopt_options.cpp321 value = separate_token(popt_value, separator); in post_process()
/external/oprofile/libutil++/tests/
Dstring_manip_tests.cpp140 vector<string> result = separate_token(cur->input, ';'); in separate_token_tests()
/external/oprofile/gui/
Doprof_start.cpp326 vector<string> parts = separate_token(val, ':'); in read_set_events()
/external/oprofile/
DChangeLog-2001100 * util/string_manip.cpp: separate_token() new function
DChangeLog-2003240 * libutil++/string_manip.cpp: separate_token() return by value
527 * libutil++/string_manip.cpp: correct implementation of separate_token
DChangeLog-20021480 * libutil++/string_manip.cpp: separate_token() treat escape sequence