Home
last modified time | relevance | path

Searched refs:prefix_match (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/utils/
Dutils.cc247 bool prefix_match = filter[filter.size() - 1] == '*'; in PassesFilter() local
250 if (prefix_match) min_match_length--; // Subtract 1 for trailing '*'. in PassesFilter()
/third_party/nghttp2/src/
Dutil.cc614 int prefix_match = 0; in show_candidates() local
625 ++prefix_match; in show_candidates()
641 if (prefix_match == 1 || cands.empty()) { in show_candidates()
/third_party/node/tools/
Dtest.py1327 prefix_match = PREFIX_PATTERN.match(line)
1328 if prefix_match:
1329 prefix = SplitPath(prefix_match.group(1).strip())