HomeSort by relevance Sort by last modified time
    Searched full:common_prefix (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/core/
temporary_http_server.py 23 common_prefix = os.path.commonprefix(self._paths)
24 if os.path.isdir(common_prefix):
25 self._base_dir = common_prefix
27 self._base_dir = os.path.dirname(common_prefix)
  /external/chromium_org/components/url_matcher/
substring_set_matcher.cc 43 uint32 common_prefix = 0; local
44 while (common_prefix < prefix_bound &&
45 last_pattern[common_prefix] == current_pattern[common_prefix])
46 ++common_prefix;
47 result += current_pattern.size() - common_prefix;
  /external/chromium_org/tools/telemetry/telemetry/page/
page.py 104 common_prefix = os.path.dirname(os.path.commonprefix(all_urls))
105 return self.url[len(common_prefix):].strip('/')
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 582 common_prefix = os.path.commonprefix([line for line in text_lines if line])
583 space_prefix_len = len(common_prefix) - len(common_prefix.lstrip())
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py 582 common_prefix = os.path.commonprefix([line for line in text_lines if line])
583 space_prefix_len = len(common_prefix) - len(common_prefix.lstrip())
    [all...]

Completed in 92 milliseconds