Searched refs:to_split (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dinput_helpers.cc153 std::vector<std::string> Split(const std::string& to_split, argument
158 while ((next_delimiter = to_split.find(delimiter, current_pos)) !=
160 std::string part = to_split.substr(
165 std::string last_part = to_split.substr(current_pos);
H A Dinput_helpers.h108 std::vector<std::string> Split(const std::string& to_split,
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcallchain.c252 struct callchain_list *to_split,
264 list_del_range(&to_split->list, old_tail);
265 new->val.next = &to_split->list;
267 to_split->list.prev = &new->val;
250 split_add_child(struct callchain_node *parent, struct callchain_cursor *cursor, struct callchain_list *to_split, u64 idx_parents, u64 idx_local, u64 period) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_controller.cc189 base::string16 to_split = l10n_util::GetStringFUTF16( local
197 base::SplitStringDontTrim(to_split, kRangeSeparator, &pieces);

Completed in 84 milliseconds