HomeSort by relevance Sort by last modified time
    Searched refs:common_suffix (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/
monobench.cpp 78 int common_suffix = benches[0].name.size(); local
83 common_suffix = std::min(common_suffix, len);
85 std::string suffix = benches[0].name.substr(benches[0].name.size() - common_suffix);
86 if (common_suffix) {
88 bench.name.replace(bench.name.size() - common_suffix, common_suffix, kEllipsis);
  /external/toolchain-utils/automation/clients/helper/
perforce.py 42 def __init__(self, remote, local=None, common_suffix=None):
43 suffix = self._FixPath(common_suffix or '')

Completed in 232 milliseconds