Home
last modified time | relevance | path

Searched refs:join_text (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/release/
Dcreate_release.py217 def SplitMapJoin(split_text, fun, join_text): argument
218 return lambda text: join_text.join(map(fun, text.split(split_text)))
Dpush_to_candidates.py226 def SplitMapJoin(split_text, fun, join_text): argument
227 return lambda text: join_text.join(map(fun, text.split(split_text)))