Searched refs:separate_token (Results 1 – 12 of 12) sorted by relevance
/external/oprofile/libutil++/ |
D | string_filter.cpp | 22 : include(separate_token(include_patterns, ',')), in string_filter() 23 exclude(separate_token(exclude_patterns, ',')) in string_filter()
|
D | comma_list.h | 72 std::vector<std::string> result = separate_token(str, ','); in set()
|
D | string_manip.h | 46 std::vector<std::string> separate_token(std::string const & str, char sep);
|
D | string_manip.cpp | 54 vector<string> separate_token(string const & str, char sep) in separate_token() function
|
/external/oprofile/libpp/ |
D | parse_filename.cpp | 34 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()
|
D | profile_spec.cpp | 116 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++/ |
D | popt_options.cpp | 321 value = separate_token(popt_value, separator); in post_process()
|
/external/oprofile/libutil++/tests/ |
D | string_manip_tests.cpp | 140 vector<string> result = separate_token(cur->input, ';'); in separate_token_tests()
|
/external/oprofile/gui/ |
D | oprof_start.cpp | 326 vector<string> parts = separate_token(val, ':'); in read_set_events()
|
/external/oprofile/ |
D | ChangeLog-2001 | 100 * util/string_manip.cpp: separate_token() new function
|
D | ChangeLog-2003 | 240 * libutil++/string_manip.cpp: separate_token() return by value 527 * libutil++/string_manip.cpp: correct implementation of separate_token
|
D | ChangeLog-2002 | 1480 * libutil++/string_manip.cpp: separate_token() treat escape sequence
|